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