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-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
2019-03-01
WindowServer: Use SA_NOCLDWAIT.
Andreas Kling
2019-03-01
Kernel: Don't send SIGCHLD to parent process if he has SA_NOCLDWAIT set.
Andreas Kling
2019-03-01
FileManager: Allow launching processes by activating an executable file.
Andreas Kling
2019-03-01
FileManager: Keep the window title in sync with the current path.
Andreas Kling
2019-03-01
LibGUI: GTableView should scroll items into view when keyboard navigating.
Andreas Kling
2019-03-01
FileManager: Port to GTableModel/GTableView.
Andreas Kling
2019-03-01
LibGUI: Allow basic keyboard navigation in GTableView.
Andreas Kling
2019-03-01
LibGUI: Let GTableModel handle the selection instead of doing it virtually.
Andreas Kling
2019-03-01
LibGUI: GTableView scrolling ranges should be based on the available area.
Andreas Kling
2019-03-01
Put miscellaneous debug spam behind #ifdefs.
Andreas Kling
2019-03-01
Kernel+Userland: Implement fchmod() syscall and use it to improve /bin/cp.
Andreas Kling
2019-03-01
Base: Add Csilla Bold 7x10 variant.
Andreas Kling
2019-03-01
Base: Import a new font, Csilla Thin (7x10).
Andreas Kling
2019-02-28
ProcessManager: Tweak icons.
Andreas Kling
2019-02-28
LibGUI: Tweak GStatusBar margins.
Andreas Kling
2019-02-28
Kernel: Oops, fix Vector assertion in FS::Sync.
Andreas Kling
2019-02-28
Kernel: Make a copy of the dirty inode list before iterating in sync().
Andreas Kling
2019-02-28
LibGUI: Add a GModelNotification class that views will receive.
Andreas Kling
2019-02-28
ProcessManager: Use icons for the process priorities.
Andreas Kling
2019-02-28
LibGUI: Support bitmaps in GTableView cells.
Andreas Kling
2019-02-28
LibGUI: Clip to paint event rect in most widgets.
Andreas Kling
2019-02-28
LibGUI: Both GToolBar and GStatusBar should have highlight/shadow.
Andreas Kling
2019-02-28
LibGUI: Top line on GStatusBar should be a highlight, not a shadow.
Andreas Kling
2019-02-28
SharedGraphics: Make Painter clipping work with translated clip origin.
Andreas Kling
2019-02-28
LibGUI: Add horizontal scrollbar to GTableView.
Andreas Kling
2019-02-28
ProcessManager: Don't show the colonel task. :^)
Andreas Kling
2019-02-28
LibGUI: GTableView was accidentally obscuring the last row.
Andreas Kling
2019-02-28
LibGUI: Add GVariant class and use it for table model data.
Andreas Kling
2019-02-28
ProcessManager: Add process owner's username to table view.
Andreas Kling
2019-02-28
LibGUI: GTableView should clear the selection if clicking outside items.
Andreas Kling
2019-02-28
LibGUI: Re-enable the update rect coalescing.
Andreas Kling
2019-02-28
LibGUI: GTableView paints itself completely, no need for auto filling.
Andreas Kling
2019-02-28
LibGUI: Update GTableView's scrollbar range in response to resize.
Andreas Kling
2019-02-28
ProcessManager: Add "continue" action that sends SIGCONT.
Andreas Kling
2019-02-28
Kernel: Implement basic SIGSTOP and SIGCONT support.
Andreas Kling
2019-02-28
ProcessManager: Add a "stop" action that sends SIGSTOP to a process.
Andreas Kling
2019-02-28
Kernel: Only allow sending signals to process you own.
Andreas Kling
2019-02-28
WindowServer: Add "Open ProcessManager..." to system menu.
Andreas Kling
[next]