index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
Age
Commit message (
Expand
)
Author
2019-07-14
Piano: Use CEventLoop::wake() to trigger repaint from sound thread.
Andreas Kling
2019-07-14
WindowServer: Add a custom window type for Launcher
Robin Burchell
2019-07-13
Piano: Use a fixed-width font in the UI to align things nicely.
Andreas Kling
2019-07-13
Piano: Add 16x16 window icon.
Andreas Kling
2019-07-13
Piano: Remove some unused code.
Andreas Kling
2019-07-13
AudioServer: Assorted infrastructure work
Robin Burchell
2019-07-13
Piano: Take down the baseline "volume" from 3000 to 1800.
Andreas Kling
2019-07-13
Piano: Use a secondary thread to write the audio stream.
Andreas Kling
2019-07-13
Piano: Start working on a desktop piano.
Andreas Kling
2019-07-13
IRCClient: Implement "/msg <nick> ..."
Andreas Kling
2019-07-13
IRCClient: Open query window immediately when created by the user.
Andreas Kling
2019-07-13
IRCClient: Make the channel and query mappings case-insensitive.
Andreas Kling
2019-07-13
IRCClient: Process incoming NOTICE messages like PRIVMSG.
Andreas Kling
2019-07-11
TextEditor: Fix build (copy_ref() in outdated PR changes.)
Andreas Kling
2019-07-11
TextEditor: Move the application UI into a dedicated TextEditorWidget. (#292)
Rhin
2019-07-11
FontEditor: Initial port to using a VisualBuilder generated UI.
Andreas Kling
2019-07-11
TextEditor: Remove use of copy_ref().
Andreas Kling
2019-07-11
ProcessManager: Remove use of copy_ref().
Andreas Kling
2019-07-11
IRCClient: Remove use of copy_ref().
Andreas Kling
2019-07-11
FontEditor: Remove use of copy_ref().
Andreas Kling
2019-07-11
FileManager: Remove use of copy_ref().
Andreas Kling
2019-07-10
ProcessManager: Use CProcessStatisticsReader to get process data.
Andreas Kling
2019-07-09
LibGUI: Add GActionGroup, a way to group a bunch of GActions.
Andreas Kling
2019-07-08
Terminal: Try to preserve line contents when resizing the terminal window.
Andreas Kling
2019-07-08
StringView: Rename characters() to characters_without_null_termination().
Andreas Kling
2019-07-07
IRCClient: Fix build. Forgot to update a function signature.
Andreas Kling
2019-07-07
IRCClient: Implement the "part from channel" action.
Andreas Kling
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-07-03
AK: Add String::number() for creating a String from a number.
Andreas Kling
2019-07-03
Launcher: Reformat config a little bit (#279)
Christopher Dumas
2019-07-02
Launcher: The "Launcher" config file group shouldn't take up visual space.
Andreas Kling
2019-07-02
Launcher: Vertical/Horizontal option
Christopher Dumas
2019-07-01
Kernel+ProcessManager: Convert /proc/memstat to JSON.
Andreas Kling
2019-07-01
Terminal: Track which character cells have had something printed in them.
Andreas Kling
2019-06-30
QuickShow: Make the window background black for a nicer contrast.
Andreas Kling
2019-06-30
Launcher: Tighten up the widget layout a bit.
Andreas Kling
2019-06-30
Terminal: Unbreak single-line text selection.
Andreas Kling
2019-06-30
QuickShow: When zooming with the mouse wheel, keep image centered at cursor.
Andreas Kling
2019-06-30
Meta: Removed all gitignore in the source tree only keeping the root one
VAN BOSSUYT Nicolas
2019-06-30
PaintBrush: Make a little icon for the eraser tool.
Andreas Kling
2019-06-30
GUI: Use Win2K-like "warm gray" color instead of the older colder gray.
Andreas Kling
2019-06-30
ProcessManager: Add process-specific context menus to the main table view.
Andreas Kling
2019-06-29
AK: Defer to Traits<T> for equality comparison in container templates.
Andreas Kling
2019-06-29
Kernel: Change the format of /proc/all to JSON.
Andreas Kling
2019-06-28
Terminal: Make it so typing resets the cursor blink timer.
Andreas Kling
2019-06-28
Terminal: Don't write erroneous characters to PTY when modifiers pressed.
Andreas Kling
2019-06-28
Terminal: Changex internal opacity representation to byte instead of float.
Andreas Kling
2019-06-28
PaintBrush: Add size context menu to SprayTool
Robin Burchell
2019-06-28
PaintBrush: Add an erase tool
Robin Burchell
2019-06-25
Move common Application build steps into their own Makefile.common
Lawrence Manning
[next]