summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
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
2019-06-25PaintBrush: Allow RGBA32 to use the bucket and spray tools.Andreas Kling
2019-06-25PaintBrush: Add support for opening files.Andreas Kling
2019-06-23QuickShow: Allow panning and zooming the image instead of stretching it.Andreas Kling
2019-06-23Terminal: Don't compute buffer positions outside the possible area.Andreas Kling
2019-06-23PaintBrush: Implement a thickness setting for the pen tool.Andreas Kling
2019-06-23Terminal: Add basic mouse selection with copy and paste.Andreas Kling
2019-06-22PaintBrush: Fix compiler warnings.Andreas Kling
2019-06-22Terminal: Fix compiler warnings.Andreas Kling
2019-06-22PaintBrush: Add a color picker tool.Andreas Kling
2019-06-21AK: Rename Retainable.h => RefCounted.h.Andreas Kling
2019-06-21AK: Rename RetainPtr.h => RefPtr.h, Retained.h => NonnullRefPtr.h.Andreas Kling
2019-06-21AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.Andreas Kling
2019-06-21AK: Rename Retainable => RefCounted.Andreas Kling
2019-06-21WindowServer+Taskbar: Let WindowServer manage the "window menus".Andreas Kling
2019-06-21PaintBrush: Make a little icon for the spray tool.Andreas Kling
2019-06-17PaintBrush: Make spray circular.Sergey Bugaev
2019-06-17Add a simple spray fill toolRobin Burchell
2019-06-16PaintBrush: Reduce debug spam in the color editor dialog.Andreas Kling
2019-06-16PaintBrush: Allow editing palette colors by ctrl-clicking them.Andreas Kling
2019-06-16PaintBrush: Flood filling with the same color is a no-op.Andreas Kling
2019-06-15PaintBrush: Make little icons for the pen and bucket tools.Andreas Kling