summaryrefslogtreecommitdiff
path: root/Userland/Services/WindowServer/ClientConnection.cpp
AgeCommit message (Expand)Author
2021-02-01LibGUI+WindowServer: Don't use a WM IPC to initiate own window resizeAndreas Kling
2021-01-29WindowServer: Split double-duty Window::normalize_rect()Ben Wiederhake
2021-01-25WindowServer: Fix client unresponsiveness detectionLinus Groh
2021-01-23WindowServer: Normalize preferred rect before applyingBen Wiederhake
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-20LibGfx: Give Bitmap a scale factorNico Weber
2021-01-17Everywhere: Remove more <AK/SharedBuffer.h> includesAndreas Kling
2021-01-16LibGfx+LibGUI: Make Gfx::ShareableBitmap transmit indexed palettesAndreas Kling
2021-01-16WindowServer+LibGUI: Pass the system theme using Core::AnonymousBufferAndreas Kling
2021-01-16Kernel+LibC+WindowServer: Remove unused thread/process boost mechanismAndreas Kling
2021-01-16WindowServer+LibGUI: Send menu item icons as Gfx::ShareableBitmapAndreas Kling
2021-01-16WindowServer+LibGUI: Pass drag&drop bitmaps via Gfx::ShareableBitmapAndreas Kling
2021-01-16WindowServer, LibGUI: RefreshSystemTheme implementationNick Vella
2021-01-15WindowServer: Add a "scale" parameter to the SetResolution message and plumb ...Nico Weber
2021-01-15LibGUI+WindowServer: Use anonymous files for window backing stores :^)Andreas Kling
2021-01-12Services: Move to Userland/Services/Andreas Kling