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-10
Port Terminal to LibGUI.
Andreas Kling
2019-02-10
ProcFS: Show region flags in /proc/PID/vm
Andreas Kling
2019-02-10
Kernel: Drop the "helper" region after ELF load is finished.
Andreas Kling
2019-02-10
LibGUI: Support horizontal GScrollBars as well.
Andreas Kling
2019-02-10
LibGUI: Improve GScrollBar button look a bit.
Andreas Kling
2019-02-10
SharedGraphics: Tighten clip when blitting without alpha.
Andreas Kling
2019-02-10
Kernel: Put page fault logspam behind PAGE_FAULT_DEBUG.
Andreas Kling
2019-02-10
Base: Rename /users to /home.
Andreas Kling
2019-02-10
LibGUI: Start adding an automatic widget layout system.
Andreas Kling
2019-02-10
Move apps into a top-level Applications/ directory.
Andreas Kling
2019-02-10
LibGUI: Minor cleanup in GScrollBar.
Andreas Kling
2019-02-10
Base: Add an app icon for FileManager.
Andreas Kling
2019-02-10
SharedGraphics: Fix blitting GraphicsBitmaps with clipping enabled.
Andreas Kling
2019-02-10
LibGUI: Draw GScrollBar buttons with a disabled look when appropriate.
Andreas Kling
2019-02-10
Launcher: Add button for FileManager.
Andreas Kling
2019-02-10
LibGUI: Share code for widget rendering styles in a GStyle class.
Andreas Kling
2019-02-10
LibGUI: Support dragging the GScrollBar scrubber.
Andreas Kling
2019-02-10
Base: Improved FontEditor icon.
Andreas Kling
2019-02-10
LibGUI: Draw some cute arrows on the GScrollBar buttons.
Andreas Kling
2019-02-10
ProcFS: /proc/sys entries should always be regular 644 files.
Andreas Kling
2019-02-09
LibGUI: Widget updates should invalidate their window-relative rect.
Andreas Kling
2019-02-09
GScrollBar: Start looking a bit more like a proper scrollbar.
Andreas Kling
2019-02-09
LibGUI: Start working on a GScrollBar.
Andreas Kling
2019-02-09
FileManager: Start building a file manager.
Andreas Kling
2019-02-09
LibC: closedir() should free the readdir() buffer and the DIR itself.
Andreas Kling
2019-02-09
Kernel: Allow mmap() with a size that's not a multiple of page size.
Andreas Kling
2019-02-08
Kernel: When donating ticks to a lock holder, cap the donation.
Andreas Kling
2019-02-08
SharedGraphics: Don't eagerly commit mmap'ed font files in kernel.
Andreas Kling
2019-02-08
LibC: fgetc() and pals should return EOF on error or EOF.
Andreas Kling
2019-02-08
LibC: Add some more fake termcap entries to silence bash-5.0.
Andreas Kling
2019-02-08
Ext2FS: Fix bitmap overrun when reaching outside the first block group.
Andreas Kling
2019-02-08
Let's have two wallpapers installed so we can test switching.
Andreas Kling
2019-02-08
SharedGraphics: GraphicsBitmap::load_from_file() should be allowed to fail.
Andreas Kling
2019-02-08
Kernel: Break retain cycle between Inode and VMObject.
Andreas Kling
2019-02-08
Userland: Add a /bin/pape helper program to switch the desktop wallpaper.
Andreas Kling
2019-02-08
Kernel: Use a Lockable<bool> for sysctl booleans as well.
Andreas Kling
2019-02-08
Add a little ReadMe.
Andreas Kling
2019-02-08
Remove _fs_contents.stock and generate it on the fly instead.
Andreas Kling
2019-02-08
WindowServer: Allow changing the desktop wallpaper through a sysctl.
Andreas Kling
2019-02-08
SharedGraphics: Allocate file-backed kernel GraphcisBitmaps in WindowServer.
Andreas Kling
2019-02-08
WindowServer: Set the WSMessageLoop::server_process() as early as possible.
Andreas Kling
2019-02-08
ProcFS: Add sysctl strings.
Andreas Kling
2019-02-08
AK: Add a Lockable wrapping container.
Andreas Kling
2019-02-08
Process: Dump regions when a ring0 process crashes.
Andreas Kling
2019-02-08
WindowServer: Support desktop wallpapers.
Andreas Kling
2019-02-08
Ext2FS: Fix dumb bitmap size bug in *_inode_allocation_state().
Andreas Kling
2019-02-08
LibC: Implement enough missing stuff to get bash-5.0 running. :^)
Andreas Kling
2019-02-08
Don't use -mregparm=3 in userspace.
Andreas Kling
2019-02-08
Terminal: Use the same cursor rect for active/inactive windows.
Andreas Kling
2019-02-08
Launcher: Factor the app buttons into a LaunchButton class.
Andreas Kling
[next]