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-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
2019-12-28
AK: Unbreak Tests Makefile. Turns out this newline was effectful :^)
Andreas Kling
2019-12-28
Build: go back to ordering SUBDIRS by their usefulness
joshua stein
2019-12-28
Build: consider IPCCOMPILER and FORMCOMPILER just for ordering
joshua stein
2019-12-28
Build: wrap make invocations with flock(1)
joshua stein
2019-12-28
Build: build Userland binaries separately
joshua stein
2019-12-28
Build: Put C and M at the front of $LIB_DEPS to build first
joshua stein
2019-12-28
Toolchain: Fix building binutils on macOS with --enable-shared
Stefano Cristiano
2019-12-28
Base: Add 2x upscaled Liza fonts
Tibor Nagy
2019-12-28
HackStudio: Add file list context menu and file removal action
Conrad Pankoff
2019-12-28
Kernel: Fix code locked behind NETWORK_TASK_DEBUG
Conrad Pankoff
2019-12-28
Kernel: Route all loopback traffic through the loopback adapter
Conrad Pankoff
2019-12-28
MenuApplets: Add gitignore for clock applet
Conrad Pankoff
2019-12-28
Kernel: Move incoming packet buffer off the NetworkTask stack
Conrad Pankoff
2019-12-27
LibC: implement fgetpos and fsetpos
Paweł Cholewa
2019-12-27
LibC+ping: Let's use the traditional timersub() et al prototypes
Andreas Kling
2019-12-27
GListView: Fix for theme support. We have to use theme colors.
Hüseyin ASLITÜRK
2019-12-27
WindowServer: Remove Clock from server.
Hüseyin ASLITÜRK
2019-12-27
MenuApplets: Add Clock applet, move code from WindowServer to the applet.
Hüseyin ASLITÜRK
2019-12-27
LibC: Add timeval operations
Mauri de Souza Nunes
2019-12-27
LibC: Remove some functions we had two of
Andreas Kling
2019-12-27
LibDraw: Remove redundant Rect copy constructor
Andreas Kling
2019-12-27
Toolchain: Allow building shared objects
Andreas Kling
2019-12-27
LibPthread: Log debug info to debug console instead of stdout (#931)
Valtteri Koskivuori
2019-12-27
Build: Fix missing IPC dependency for Browser.
Valtteri Koskivuori
2019-12-27
WindowServer: Use the system theme for the fallback window background
Andreas Kling
2019-12-27
WindowServer: Recompute window occlusions on window stack changes
Andreas Kling
2019-12-27
WindowServer: Don't send paint events to occluded windows
Andreas Kling
2019-12-27
WindowServer+LibGUI: Mark window bitmaps volatile in occluded windows
Andreas Kling
2019-12-27
AK: Fix unused parameter bug in SinglyLinkedList (#928)
Valtteri Koskivuori
2019-12-27
gron: Implement a simplified variant of @tomnomnom's "gron"
Andreas Kling
2019-12-27
Build: Allow building serenityOS ext2 root filesystem on macOS host
Stefano Cristiano
2019-12-27
Build: Disable compiling tests on macOS host
Stefano Cristiano
2019-12-27
LibCore: Allow LibCore to be compiled on macOS host
Stefano Cristiano
2019-12-27
LibCore: Fix errors when compiling LibCore using clang instead of gcc
Stefano Cristiano
2019-12-27
Build: Disable unknown GCC specific warnings when compiling host tools using ...
Stefano Cristiano
2019-12-27
Build: Make sure that RANLIB and AR use cross-compiler provided executables
Stefano Cristiano
2019-12-27
Toolchain: Statically link serenity cross-compiler on macOS to keep the cross...
Stefano Cristiano
2019-12-27
AK: Simplify const T& versions of append/insert in SinglyLinkedList
Conrad Pankoff
2019-12-27
Kernel: Add kernel-level timer queue (heavily based on @juliusf's work)
Conrad Pankoff
2019-12-27
AK: Add insert_{before,after}(iterator, value) to SinglyLinkedList
Conrad Pankoff
2019-12-27
Kernel: Separate runnable thread queues by priority
Andreas Kling
2019-12-27
LibGUI: Remove bitrotted automatic keybinds feature
Andreas Kling
2019-12-27
PaintBrush: Add an "ellipse tool"
Shannon Booth
[next]