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-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
2019-02-28
ProcessManager: Bump the initial window size to "pretty big"
Andreas Kling
2019-02-28
LibGUI: Pad GTableView cells on the right side as well.
Andreas Kling
2019-02-28
LibGUI: Allow specifying per-column text alignment.
Andreas Kling
2019-02-28
ProcessManager: Add some more per-process columns.
Andreas Kling
2019-02-28
LibGUI: Draw separators between GTableView column headers.
Andreas Kling
2019-02-28
LibGUI: Take ProcessManager's process view and turn it into GTableView.
Andreas Kling
2019-02-28
ProcessManager: Use a scrollbar-adjusted position for hit testing.
Andreas Kling
2019-02-28
ProcessManager: Make the process table view scrollable while header stays.
Andreas Kling
2019-02-28
ProcessManager: Move ProcessTableModel class to its own files.
Andreas Kling
2019-02-28
ProcessManager: Show per-process CPU usage percentage.
Andreas Kling
2019-02-28
Ignore .data files in Base/res/icons/.
Andreas Kling
2019-02-28
Kernel: kill() syscall should support sending a signal to yourself.
Andreas Kling
2019-02-28
ProcessManager: Start working on a graphical process manager.
Andreas Kling
2019-02-27
Userland: Add a simple /bin/stat program.
Andreas Kling
2019-02-27
Userland: /bin/ls should show major,minor for block devices.
Andreas Kling
2019-02-27
LibGUI: GWindow should only discard the backing store on actual resize.
Andreas Kling
2019-02-27
Kernel: Allow uid 0 to read/write/execute any file.
Andreas Kling
2019-02-27
Ext2FS: Fix hole in Ext2FSInode::directory_entry_count() locking.
Andreas Kling
2019-02-27
Kernel: Use KResult in link().
Andreas Kling
2019-02-27
Kernel: Use KResult in unlink() and rmdir().
Andreas Kling
2019-02-27
Meta: Update ReadMe with a new screenshot :^)
Andreas Kling
2019-02-27
Base: Improve FileManager's trash icon slightly.
Andreas Kling
2019-02-27
Kernel: chmod() should allow superuser to change mode bits of any file.
Andreas Kling
[next]