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-31
FileManager: Show home directory by default, or command line argument
Conrad Pankoff
2019-07-29
TextEditor: Include extension during SaveAs
rhin123
2019-07-29
Kernel+ProcessManager: Let processes have an icon and show it in the table.
Andreas Kling
2019-07-28
ProcessManager: Add a "Memory map" view to show a process's VM layout.
Andreas Kling
2019-07-28
WindowServer+LibGUI: Remove old "icon path" way of doing things.
Andreas Kling
2019-07-28
WindowServer+LibGUI: Pass window icons as shared buffers rather than paths.
Andreas Kling
2019-07-27
TextEditor: Let's have line numbers starting at 1.
Andreas Kling
2019-07-27
TextEditor: Add back lost "Save as..." action.
Andreas Kling
2019-07-27
ProcessManager: Oops, the process-specific view should not be global.
Andreas Kling
2019-07-27
Piano: Add an (empty) menubar so the app looks a little more complete.
Andreas Kling
2019-07-27
ProcessManager: Add a process-specific tab view below the process table.
Andreas Kling
2019-07-27
ProcessManager: Add ProcessTableView::on_process_selected() callback.
Andreas Kling
2019-07-27
ProcessManager: Move the memory stats widget under "Graphs" instead.
Andreas Kling
2019-07-27
ProcessManager: Rename "widget" to "process_table_container".
Andreas Kling
2019-07-26
TextEditor: Fix nullptr refrence to save action & m_path (#364)
Rhin
2019-07-25
LibCore: Introduce a C_OBJECT macro.
Andreas Kling
2019-07-24
AK: Make HashMap::get(Key) return an Optional<Value>.
Andreas Kling
2019-07-24
Terminal: Convert Vector<OwnPtr> to NonnullOwnPtrVector.
Andreas Kling
2019-07-24
Convert HashMap<Key, OwnPtr<T>> to HashMap<Key, NonnullOwnPtr<T>>.
Andreas Kling
2019-07-24
TextEditor: Add "Save as..." action.
Andreas Kling
2019-07-23
LibGUI: Get rid of GWindow::should_exit_event_loop_on_close().
Andreas Kling
2019-07-23
Piano: Exit the event loop on main window close.
Andreas Kling
2019-07-23
PaintBrush: Exit the event loop on main window close.
Andreas Kling
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
[next]