summaryrefslogtreecommitdiff
path: root/Userland/Services/WindowServer/WindowServer.ipc
AgeCommit message (Expand)Author
2022-11-02LibGUI+WindowServer: Allow programatically minimizing windowsTimothy Flynn
2022-10-13LibGUI+WindowServer: Add Window::set_always_on_top()demostanis
2022-10-11WindowServer+LibGUI: Shrink window edge resize hot-spotsMart G
2022-09-08Browser+LibGUI+WindowServer: Open Button menus uniformlythankyouverycool
2022-08-31WindowServer+LibGUI: Change cursor icon if DragEnter event was acceptedKarol Kosek
2022-08-25LibGUI+WindowServer+Apps: Replace Accessory Windowsthankyouverycool
2022-08-25LibGUI+WindowServer: Introduce WindowModesthankyouverycool
2022-08-09LibGUI+WindowServer: Create IPC calls for passing SystemEffectsthankyouverycool
2022-08-02WindowServer+LibGUI: Remove awkward roundtrip for set wallpaper responsenetworkException
2022-08-01Userland+Base: Make the window titlebar font configurable separatelyAndreas Kling
2022-06-27WindowServer: Make window stealing related functions synchronousLucas CHOLLET
2022-06-17WindowServer: Allow temporarily overriding the system themenetworkException
2022-06-05WindowServer: Add IPC calls for changing the cursor highlightingMacDue
2022-06-01LibGUI+WindowServer: Propagate action icon changes to buttons and menusnetworkException
2022-04-03DisplaySettings+WindowServer: Allow updating theme without backgroundBen Maxwell
2022-02-21WindowServer: Add IPC call to remove a menu's itemMarco Cutecchia
2022-02-14WindowServer: Remove extraneous whitespace in `WindowServer.ipc`James Puleo
2022-02-14WindowServer+Userland: Pass wallpapers as `Gfx::Bitmap` instead of pathJames Puleo
2022-01-09LibGUI+WindowServer: Flash menubar menu when using a keyboard shortcutbugreport0
2022-01-01WindowsServer+LibGUI: Avoid getting color under cursor outside screennetworkException
2021-11-13Everywhere: Replace "virtual desktop" => "workspace"Andreas Kling
2021-10-25MouseSettings: Add option to reverse buttonsAndrew Pardoe
2021-10-21LibGUI+WindowServer: Add option to hide a widow's close buttonTimothy Flynn
2021-09-11WindowServer: Add IPC endpoint to get the color under cursorMustafa Quraish
2021-09-08LibGUI+WindowServer: Remove now-obsolete cursor tracking featureBen Wiederhake
2021-09-08LibGUI+WindowServer: Introduce new mouse tracking mechanismBen Wiederhake
2021-08-23WindowServer: Add IPC calls for controlling cursor themeMaciej Zygmanowski
2021-08-02LibGUI, WindowServer: Greatly simplify menubar logicsin-ack
2021-07-18WindowServer: Let clients mark windows as stealable by specific clientsTimothy
2021-07-18WindowServer: Add WindowServer::get_window_rect_from_client()Timothy
2021-07-18WindowServer: Add WindowServer::async_set_window_parent_from_client()Timothy
2021-07-08WindowServer: Add a new IPC to set the cursor positionAndrea Martinelli
2021-07-07WindowServer+wsctl: Add a simple utility for toggling "flash flush"Andreas Kling
2021-07-04WindowServer+LibGUI: Add a way to force a window to have a drop shadowAndreas Kling
2021-07-04WindowServer: Make most remaining WindowServer IPC calls asyncAndreas Kling
2021-07-03WindowServer: Add API to change virtual desktop settingsTom
2021-07-03Everywhere: Use IPC include syntaxTimothy
2021-06-27WindowServer+LibGUI: Allow specifying a "launch origin" for new windowsAndreas Kling
2021-06-25WindowServer: Add an Overlay class for flicker-free overlay renderingTom
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