summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/WindowServerConnection.cpp
AgeCommit message (Expand)Author
2021-09-02Userland: Migrate to argument-less deferred_invokesin-ack
2021-08-31WindowServer: Add message to notify clients of applet area resizeJoe Bentley
2021-08-01LibGUI: Remove unused header includesBrian Gianforcaro
2021-07-18LibGUI+WindowServer: Expose WindowServer client id to the clientTimothy
2021-07-12LibGUI: Add FontsChanged event and deliver it to windows and widgetsLuK1337
2021-07-10LibGUI: Rename "to_gmousebutton" => "to_mouse_button"networkException
2021-07-03WindowServer: Add API to change virtual desktop settingsTom
2021-06-20WindowServer: Add initial support for rendering on multiple screensTom
2021-05-23LibIPC: Remove unnecessary IPC::ServerConnection::handshake()Andreas Kling
2021-05-23LibGUI: Handle fast_greet stuff in WindowServerConnection constructorAndreas Kling
2021-05-21WindowServer+LibGUI: Add an IPC API to change the current system fontsAndreas Kling
2021-05-21LibGfx+WindowServer: Have WindowServer broadcast system font settingsAndreas Kling
2021-05-20WindowServer+LibGUI: Make client/server greeting fasterAndreas Kling
2021-05-12LibGUI: Never resolve Key_Invalid to a GUI::ActionAndreas Kling
2021-05-12LibGUI: Move action-from-key-event code to a separate functionAndreas Kling
2021-05-03Userland: Update IPC calls to use proxiesGunnar Beutner
2021-05-03Userland: Change IPC funcs to use plain arguments instead of a structGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-17WindowServer+LibGUI: Notify GUI clients about menu item enter/leaveAndreas Kling
2021-04-17LibGUI+WindowServer: Separate window manager IPC from regular IPCsin-ack
2021-04-05WindowServer+LibGUI: Notify clients when menus become visible/hiddenAndreas Kling
2021-04-04LibGUI: Add ScreenRectChangeEvent and deliver it to windows and widgetsLinus Groh
2021-03-30WindowServer+Taskbar: Show applets in taskbar :^)Andreas Kling
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-17LibGUI: Convert dbgprintf() => dbgln()Andreas Kling
2021-02-08Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)AnotherTest
2021-02-01LibIPC: Stop sending client ID to clientsAndreas Kling
2021-01-25Everywhere: Debug macros instead of constexpr.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-17Everywhere: Remove more <AK/SharedBuffer.h> includesAndreas Kling
2021-01-16WindowServer+LibGUI: Pass the system theme using Core::AnonymousBufferAndreas Kling
2021-01-15WindowServer+Taskbar: Send WM icon updates as Gfx::ShareableBitmapAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling