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-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
2019-02-27
Add chown() syscall and a simple /bin/chown program.
Andreas Kling
2019-02-27
AK: Accept any number of l's as printf format qualifiers.
Andreas Kling
2019-02-27
More compat work towards porting vim.
Andreas Kling
2019-02-26
LibC: Make errno codes be #defines instead of enum values.
Andreas Kling
2019-02-26
LibC: fgets() should return null on 0-length EOF reads.
Andreas Kling
2019-02-26
Compat work towards porting vim.
Andreas Kling
2019-02-26
Kernel: Simplify ELF loading a bit.
Andreas Kling
2019-02-26
WindowServer: Add 1920x1080 resolution option.
Andreas Kling
2019-02-26
Compat work towards making bash-5.0 build with less patches.
Andreas Kling
2019-02-26
LibC: Install crt0.o into /usr/lib
Andreas Kling
2019-02-26
More compat work. Rename libraries from LibFoo.a => libfoo.a
Andreas Kling
2019-02-26
More compat work.
Andreas Kling
2019-02-26
WindowServer: Reduce resize related debug spam.
Andreas Kling
2019-02-26
LibGUI: Make toolbars a bit bigger by default.
Andreas Kling
2019-02-26
LibGUI: Remove gradient from the default button style.
Andreas Kling
2019-02-26
WindowServer: Bump height of window titlebars and menus from 16 to 18.
Andreas Kling
2019-02-26
WindowServer+LibGUI: Send the window size along with Paint server messages.
Andreas Kling
2019-02-26
WindowServer+LibGUI: Fix global mouse tracking with recursive widget trees.
Andreas Kling
2019-02-26
WindowServer: Add a simple CPU usage graph to the global menu bar.
Andreas Kling
2019-02-26
WindowServer: Only invalidate the menubar rect when an app changes menubar.
Andreas Kling
2019-02-26
FileManager: Don't crash when clicking on a forbidden directory.
Andreas Kling
2019-02-26
WindowServer: Make message receivers be weak pointers.
Andreas Kling
2019-02-26
LibGUI: Make event receivers be weak pointers.
Andreas Kling
2019-02-25
More moving towards using signed types.
Andreas Kling
2019-02-25
Kernel: Make syscalls that take a buffer size use ssize_t instead of size_t.
Andreas Kling
2019-02-25
Kernel: Add KResult and KResultOr<T> classes.
Andreas Kling
2019-02-25
Fix a bunch of compiler warnings. Not all, but a lot.
Andreas Kling
2019-02-25
Convert more RetainPtr use to Retained.
Andreas Kling
2019-02-25
AK: Add Retained<T>, like RetainPtr, but never null.
Andreas Kling
2019-02-25
Some compat work towards making GCC's libstdc++ build.
Andreas Kling
2019-02-24
LibC: A bunch of compat work towards porting GCC.
Andreas Kling
[next]