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-12-31
Kernel: Remove some unnecessary leaking of kernel pointers into dmesg
Andreas Kling
2019-12-31
Kernel: Let's also not consider kernel regions to be valid user stacks
Andreas Kling
2019-12-31
Kernel: User pointer validation should reject kernel-only addresses
Andreas Kling
2019-12-30
WindowServer: Let's boost all threads in the active client process
Andreas Kling
2019-12-30
Kernel: Also add a process boosting mechanism
Andreas Kling
2019-12-30
WindowServer: Give a thread boost to the currently active window
Andreas Kling
2019-12-30
Kernel: Add a basic thread boosting mechanism
Andreas Kling
2019-12-30
Kernel: Refactor scheduler to use dynamic thread priorities
Andreas Kling
2019-12-30
LibHTML: Ignore all CSS rules starting with "@" for now
Andreas Kling
2019-12-30
AK: Use stack buffers in String::number() to avoid some malloc() calls
Andreas Kling
2019-12-30
LibCore: Use JsonObject::get_ptr() in CProcessStatisticsReader
Andreas Kling
2019-12-30
AK: Add JsonObject::get_ptr() for copy-free lookup
Andreas Kling
2019-12-30
Base: Remove misplaced backtick in syscall(1)
Andreas Kling
2019-12-30
DisplayProperties: Add a menubar
Jesse Buhagiar
2019-12-30
Base: Add glyph spacing fields to fonts
Tibor Nagy
2019-12-30
FontEditor: Add glyph spacing spinbox
Tibor Nagy
2019-12-30
LibDraw: Store glyph spacing information in the fonts headers
Tibor Nagy
2019-12-30
Base: Add man page for keymap(1)
Jami Kettunen
2019-12-30
Base: Add ASCII-friendly fi.json
Jami Kettunen
2019-12-30
Keymap: Add ability to load keymap files by name
Jami Kettunen
2019-12-30
Keymap: Clean up source a bit
Jami Kettunen
2019-12-30
ProtocolServer: Delete the generated IPC endpoints on "make clean"
Andreas Kling
2019-12-30
LibIPC: Let's start building custom message codecs for LibIPC
Andreas Kling
2019-12-30
WindowServer: Don't repaint entire menubar on applet update
Andreas Kling
2019-12-30
Ports: Update GCC patch to match our toolchain
Andreas Kling
2019-12-30
LibGUI: Call GWidget::resize_event() before doing widget layout
Andreas Kling
2019-12-29
LibGUI: Relayout GTextEditor on font change
Andreas Kling
2019-12-29
Kernel: Retry mmap if MAP_FIXED is not in flags and addr is not 0
Andrew Kaster
2019-12-29
Kernel: Add move assign operator to KResultOr
Andrew Kaster
2019-12-29
AK: Fix JSON parser crashing when encountering UTF-8
Andreas Kling
2019-12-29
WindowServer: Include minimised windows for switching
Shannon Booth
2019-12-29
AK: Add StringView::ends_with function
Shannon Booth
2019-12-29
WindowServer: Always fill the menubar with color behind applets
Andreas Kling
2019-12-29
Clock.MenuApplet: Only wake up once per second
Andreas Kling
2019-12-29
Kernel: Embrace the SerenityOS name
Andreas Kling
2019-12-29
About: Embrace the SerenityOS name
Andreas Kling
2019-12-29
Meta: Fix typo in ReadMe
Andreas Kling
2019-12-29
Meta: Update ReadMe and move build instructions to a separate document
Andreas Kling
2019-12-29
LibCore+LibGUI: Don't fire timers in non-visible windows by default
Andreas Kling
2019-12-29
LibDraw: Fix text rendering in progress bars
Andreas Kling
2019-12-29
Base: Add man page for purge(8)
Andreas Kling
2019-12-29
Kernel: Add a mode flag to sys$purge and allow purging clean inodes
Andreas Kling
2019-12-29
Kernel+SystemMonitor: Expose amount of per-process clean inode memory
Andreas Kling
2019-12-29
Kernel+SystemMonitor: Expose amount of per-process dirty private memory
Andreas Kling
2019-12-29
LibHTML: RenderingContext should keep the Palette alive
Andreas Kling
2019-12-29
Build: Add instructions on where to get flock on macOS
Stefano Cristiano
2019-12-29
LibDraw+LibGUI: Allow changing individual colors in a Palette
Andreas Kling
2019-12-28
LibHTML: Add missing flock to Makefile (thanks jcs)
Andreas Kling
2019-12-28
HackStudio: Check for make command on startup
Conrad Pankoff
2019-12-28
Build: Fix missing IPC dependency for LibHTML
Stefano Cristiano
[next]