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-21
FileManager: Add a toolbar button for going to the home directory.
Andreas Kling
2019-07-20
GWidget: Add set_preferred_size(width, height) overload.
Andreas Kling
2019-07-20
GSlider: Add support for vertical sliders.
Andreas Kling
2019-07-18
LibDraw: Introduce (formerly known as SharedGraphics.)
Andreas Kling
2019-07-18
CProcessStatisticsReader: Be consistent about terminology from the kernel down
Robin Burchell
2019-07-17
TextEditor: Show window icon
rhin123
2019-07-17
LibGUI: Revert GWindowServerConnection to being a singleton
Robin Burchell
2019-07-17
Port LibGUI to use CIPCClientSideConnection
Robin Burchell
2019-07-16
LibGUI: Add input types to GMessageBox.
Andreas Kling
2019-07-16
SystemDialog: Add a new app for showing system dialogs.
Andreas Kling
2019-07-16
Piano: Create the connection after the event loop
Robin Burchell
2019-07-16
TextEditorWidget: Stop dbgprintf from printing null
rhin123
2019-07-16
TextEditor: Show window after text_widget loads
rhin123
2019-07-15
TextEditorWidget: Added improved save feature.
rhin123
2019-07-15
AK: Add a canonicalized_path() convenience function.
Andreas Kling
2019-07-14
Piano: Use CObject::custom_event() to simplify PianoWidget a bit.
Andreas Kling
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
[next]