index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Services
Age
Commit message (
Expand
)
Author
2021-01-16
ProtocolServer: Fix null dereference in HTTP/HTTPS job finish callback
Andreas Kling
2021-01-16
WindowServer+LibGUI: Send menu item icons as Gfx::ShareableBitmap
Andreas Kling
2021-01-16
Everywhere: Remove a bunch of <AK/SharedBuffer.h> includes
Andreas Kling
2021-01-16
WindowServer+LibGUI: Pass drag&drop bitmaps via Gfx::ShareableBitmap
Andreas Kling
2021-01-16
ShutdownDialog: refresh system theme on instantiation.
Nick Vella
2021-01-16
WindowServer, LibGUI: RefreshSystemTheme implementation
Nick Vella
2021-01-16
SystemMenu: add Run to system menu above About
Nick Vella
2021-01-15
LibCoreDump+Crash{Daemon,Reporter}: Make backtraces thread-specific
Linus Groh
2021-01-15
WindowServer+Taskbar: Send WM icon updates as Gfx::ShareableBitmap
Andreas Kling
2021-01-15
LibGfx: Make Gfx::ShareableBitmap use anonymous files instead of shbufs
Andreas Kling
2021-01-15
WindowServer: Add a "scale" parameter to the SetResolution message and plumb ...
Nico Weber
2021-01-15
WindowServer: Don't reallocate the cursor back bitmap all the time in HighDPI...
Nico Weber
2021-01-15
Http[s]Download: Make the constructor's initialization DRY
Lenny Maiorani
2021-01-15
WindowServer: Make HighDPI aware
Nico Weber
2021-01-15
WindowServer: Delete dead set_screen parameter
Nico Weber
2021-01-15
Everywhere: Pledge "sendfd" in WindowServer client programs
Andreas Kling
2021-01-15
LibGUI+WindowServer: Use anonymous files for window backing stores :^)
Andreas Kling
2021-01-15
Http[s]Protocol: Make the code start_download DRY
Lenny Maiorani
2021-01-14
LibIPC: Add an expressive way to close an IPC::File after sending it
Andreas Kling
2021-01-14
DHCPClient: handle /proc/net/adapters invalid JSON gracefully
Brendan Coles
2021-01-12
LibC+Everywhere: Remove open_with_path_length() in favor of open()
Andreas Kling
2021-01-12
Services: Move to Userland/Services/
Andreas Kling