summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
2019-07-21FileManager: Add a toolbar button for going to the home directory.Andreas Kling
2019-07-20GWidget: Add set_preferred_size(width, height) overload.Andreas Kling
2019-07-20GSlider: Add support for vertical sliders.Andreas Kling
2019-07-18LibDraw: Introduce (formerly known as SharedGraphics.)Andreas Kling
2019-07-18CProcessStatisticsReader: Be consistent about terminology from the kernel downRobin Burchell
2019-07-17TextEditor: Show window iconrhin123
2019-07-17LibGUI: Revert GWindowServerConnection to being a singletonRobin Burchell
2019-07-17Port LibGUI to use CIPCClientSideConnectionRobin Burchell
2019-07-16LibGUI: Add input types to GMessageBox.Andreas Kling
2019-07-16SystemDialog: Add a new app for showing system dialogs.Andreas Kling
2019-07-16Piano: Create the connection after the event loopRobin Burchell
2019-07-16TextEditorWidget: Stop dbgprintf from printing nullrhin123
2019-07-16TextEditor: Show window after text_widget loadsrhin123
2019-07-15TextEditorWidget: Added improved save feature.rhin123
2019-07-15AK: Add a canonicalized_path() convenience function.Andreas Kling
2019-07-14Piano: Use CObject::custom_event() to simplify PianoWidget a bit.Andreas Kling
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