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