index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-03-06
Userland: Support "cp foo somedirectory"
Andreas Kling
2019-03-06
Base: Tweak Katica system menu glyph.
Andreas Kling
2019-03-06
ProcessManager: Tweak priority icons.
Andreas Kling
2019-03-06
LibGUI: GTableModel::data() should take a GModelIndex instead of int,int.
Andreas Kling
2019-03-06
LibGUI: Fix LibGUI::to_string() for GVariant::Type::Float.
Andreas Kling
2019-03-06
GTableView: Ignore right clicks for now.
Andreas Kling
2019-03-06
Base: Tweak Katica and Katica Bold glyphs.
Andreas Kling
2019-03-06
FontEditor: Don't crash when clicking on the unused part of a glyph.
Andreas Kling
2019-03-06
Add a bold variant of Katica and make that the system's default bold font.
Andreas Kling
2019-03-06
More work on the variable-width font support.
Andreas Kling
2019-03-06
Kernel: Dump kernel stack trace on assertion failure.
Andreas Kling
2019-03-06
Implement basic support for variable-width fonts.
Andreas Kling
2019-03-06
Make a preparation pass for variable-width fonts.
Andreas Kling
2019-03-06
WindowServer: Let the window switcher render itself as a WSWindow.
Andreas Kling
2019-03-05
WindowServer: Store the mouse button state in one variable.
Andreas Kling
2019-03-05
Kernel+WindowServer: Move mouse input signal parsing to kernel driver.
Andreas Kling
2019-03-05
Kernel: Remove "requested wakeups" feature.
Andreas Kling
2019-03-05
Kernel: More signal handling improvements.
Andreas Kling
2019-03-05
LibGUI: Let GApplication::exec() call exit() instead of returning to main().
Andreas Kling
2019-03-05
Kernel: Returning from a signal handler reset the signal mask correctly.
Andreas Kling
2019-03-05
Kernel: Block a signal from being dispatched again until handler returns.
Andreas Kling
2019-03-04
WindowServer: Determine resizing "hot corner" based on window's outer rect.
Andreas Kling
2019-03-04
Kernel: SIGCONT should unblock a blocked process.
Andreas Kling
2019-03-04
GTableView: Tweak focus appearance for selected items.
Andreas Kling
2019-03-04
GTableView: Allow initiating keyboard navigation with no current selection.
Andreas Kling
2019-03-04
GTableView: Tweak the look of column headers.
Andreas Kling
2019-03-04
LibGUI: Improve GStatusBar and GToolBar and share some code via GStyle.
Andreas Kling
2019-03-04
GTableView: Make the last column header separator look right.
Andreas Kling
2019-03-04
LibGUI: Unbreak clearing GTableView selection by clicking outside items.
Andreas Kling
2019-03-04
LibGUI: Tweak focus appearance and add it to GTableView.
Andreas Kling
2019-03-03
WindowServer: Add a window switcher.
Andreas Kling
2019-03-03
SharedGraphics: Add Rect::center_within(Rect).
Andreas Kling
2019-03-03
Kernel: Detect the Tab key. :^)
Andreas Kling
2019-03-03
WindowManager: Allow moving windows around using Logo+LMB.
Andreas Kling
2019-03-03
Detect the "Logo" (Windows/Apple/whatever) key and use it for window resize.
Andreas Kling
2019-03-03
Kernel: No need to check is_superuser() after may_execute().
Andreas Kling
2019-03-03
LibGUI: Move shortcut actions from GEventLoop to GApplications.
Andreas Kling
2019-03-03
Kernel: Try to do the right thing by default for unhandled signals.
Andreas Kling
2019-03-03
Applications: Map Alt+F4 to Quit in FileManager/ProcessManager/Terminal.
Andreas Kling
2019-03-03
FileManager: Canonicalize paths when opening them.
Andreas Kling
2019-03-03
FileManager+LibGUI: Add a simple location textbox.
Andreas Kling
2019-03-02
LibGUI: Support GTableView navigation with Page Up and Page Down.
Andreas Kling
2019-03-02
Kernel: Keyboard should detect the Page Up and Page Down keys.
Andreas Kling
2019-03-02
LibGUI+WindowServer: Add app-global keyboard shortcuts.
Andreas Kling
2019-03-02
FileManager: Make the "open parent directory" action actually open ".."
Andreas Kling
2019-03-02
FileManager: Add "up to parent directory" action to toolbar.
Andreas Kling
2019-03-02
FileManager: Show user/group names instead of UID/GID if available.
Andreas Kling
2019-03-02
Kernel+Userland: Add symlink() syscall and add "-s" flag to /bin/ln.
Andreas Kling
2019-03-02
Kernel: Port stat() to KResult/KResultOr<T>.
Andreas Kling
2019-03-01
Kernel: Support chdir() to a directory that's executable but not readable.
Andreas Kling
[prev]
[next]