summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
2021-01-16ProtocolServer: Fix null dereference in HTTP/HTTPS job finish callbackAndreas Kling
2021-01-16WindowServer+LibGUI: Send menu item icons as Gfx::ShareableBitmapAndreas Kling
2021-01-16Everywhere: Remove a bunch of <AK/SharedBuffer.h> includesAndreas Kling
2021-01-16WindowServer+LibGUI: Pass drag&drop bitmaps via Gfx::ShareableBitmapAndreas Kling
2021-01-16ShutdownDialog: refresh system theme on instantiation.Nick Vella
2021-01-16WindowServer, LibGUI: RefreshSystemTheme implementationNick Vella
2021-01-16SystemMenu: add Run to system menu above AboutNick Vella
2021-01-15LibCoreDump+Crash{Daemon,Reporter}: Make backtraces thread-specificLinus Groh
2021-01-15WindowServer+Taskbar: Send WM icon updates as Gfx::ShareableBitmapAndreas Kling
2021-01-15LibGfx: Make Gfx::ShareableBitmap use anonymous files instead of shbufsAndreas Kling
2021-01-15WindowServer: Add a "scale" parameter to the SetResolution message and plumb ...Nico Weber
2021-01-15WindowServer: Don't reallocate the cursor back bitmap all the time in HighDPI...Nico Weber
2021-01-15Http[s]Download: Make the constructor's initialization DRYLenny Maiorani
2021-01-15WindowServer: Make HighDPI awareNico Weber
2021-01-15WindowServer: Delete dead set_screen parameterNico Weber
2021-01-15Everywhere: Pledge "sendfd" in WindowServer client programsAndreas Kling
2021-01-15LibGUI+WindowServer: Use anonymous files for window backing stores :^)Andreas Kling
2021-01-15Http[s]Protocol: Make the code start_download DRYLenny Maiorani
2021-01-14LibIPC: Add an expressive way to close an IPC::File after sending itAndreas Kling
2021-01-14DHCPClient: handle /proc/net/adapters invalid JSON gracefullyBrendan Coles
2021-01-12LibC+Everywhere: Remove open_with_path_length() in favor of open()Andreas Kling
2021-01-12Services: Move to Userland/Services/Andreas Kling