summaryrefslogtreecommitdiff
path: root/Userland/Services/WindowServer/WindowServer.ipc
AgeCommit message (Expand)Author
2021-06-20WindowServer: Enable screen capture to span multiple screensTom
2021-06-20WindowServer: Add API to set/get screen layoutsTom
2021-06-20WindowServer: Add initial support for rendering on multiple screensTom
2021-06-12WindowServer+LibGUI: Make window creation asynchronous :^)Andreas Kling
2021-06-09LibGUI/WindowServer: Add set_maximized IPC callMarcus Nilsson
2021-06-07WindowServer+Magnifier: Make Magnifier buttery smooth :^)Andreas Kling
2021-06-06WindowServer: Add a GetDesktopDisplayScale IPC requestEugene Barnett
2021-05-21WindowServer+LibGUI: Add an IPC API to change the current system fontsAndreas Kling
2021-05-20WindowServer+LibGUI: Make client/server greeting fasterAndreas Kling
2021-05-17WindowServer+LibGUI: Make menubar allocation asynchronousAndreas Kling
2021-05-17WindowServer+LibGUI: Make menu allocation asynchronousAndreas Kling
2021-05-11WindowServer: Add Optional<Gfx::IntRect> argument to get_screen_bitmap()Valtteri Koskivuori
2021-05-10WindowServer: Make set_background_color and set_wallpaper_mode asyncAndreas Kling
2021-05-10WindowServer: Make dismiss_menu() an asynchronous IPC callAndreas Kling
2021-05-10WindowServer: Make popup_menu() an asynchronous IPC callAndreas Kling
2021-05-10WindowServer+LibGUI: Make "move window to front" asynchronousAndreas Kling
2021-05-10WindowServer+LibGUI: Make menu and menubar teardown asynchronousAndreas Kling
2021-05-03WindowServer+LibGUI: Make much of window construction asynchronousAndreas Kling
2021-05-03WindowServer+LibGUI: Make much of menu construction asynchronousAndreas Kling
2021-05-03Userland: Use snake case names in .ipc filesGunnar Beutner
2021-05-03Userland: Update IPC calls to use proxiesGunnar Beutner
2021-05-02WindowServer+LibGUI+Taskbar: Store window progress as Optional<int>Andreas Kling
2021-05-01WindowServer: Add Window "modified" stateAndreas Kling
2021-04-25IPCCompiler: Remove hardcoded endpoint magic, attempt deuxsin-ack
2021-04-25Revert "IPCCompiler: Use string hashes for IPC endpoint magic"Andreas Kling
2021-04-25IPCCompiler: Use string hashes for IPC endpoint magicsin-ack
2021-04-17LibGUI+WindowServer: Separate window manager IPC from regular IPCsin-ack
2021-04-02WindowServer+MouseSettings: Add ability to configure double-click speed (#5876)Daniël van de Burgt
2021-03-30WindowServer+LibGUI: Plumb mouse/enter/leave events to applet windowsAndreas Kling
2021-03-30WindowServer+Taskbar: Show applets in taskbar :^)Andreas Kling
2021-03-26WindowServer: Add an IPC call for taking a screenshotAndreas Kling
2021-03-25WindowServer: Remove "system menu" concept from WindowServerAndreas Kling
2021-03-25WindowServer: Remove SetApplicationMenubar IPC messageAndreas Kling
2021-03-25WindowServer+LibGfx: Show menus in windows! :^)Andreas Kling
2021-02-21WindowServer: Allow changing frameless state after a window is createdTom
2021-02-16WindowServer, LibGUI: Variable minimum window sizesNick Vella
2021-02-15WindowServer: Add support for alpha channel based hit testingTom
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-16WindowServer+LibGUI: Pass the system theme using Core::AnonymousBufferAndreas 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