summaryrefslogtreecommitdiff
path: root/Userland/Services/WindowServer/ClientConnection.cpp
AgeCommit message (Expand)Author
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-21WindowServer: Re-evaluate the mouse cursor when alpha hit-testingTom
2021-02-21WindowServer: Allow changing frameless state after a window is createdTom
2021-02-19WindowServer: Restore cursor when marking window as responsiveSahan Fernando
2021-02-16WindowServer+LibGUI+LibGfx: Add WindowType::ToolWindowAndreas Kling
2021-02-16WindowServer, LibGUI: Variable minimum window sizesNick Vella
2021-02-15WindowServer: Add support for alpha channel based hit testingTom
2021-02-10WindowServer: Don't re-render the window frame when not neededTom
2021-02-01LibIPC: Stop sending client ID to clientsAndreas Kling
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