summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Event.h
AgeCommit message (Expand)Author
2021-08-31WindowServer: Add message to notify clients of applet area resizeJoe Bentley
2021-07-12LibGUI: Add FontsChanged event and deliver it to windows and widgetsLuK1337
2021-07-03WindowServer: Add API to change virtual desktop settingsTom
2021-06-28LibGUI+WindowServer: Add new WMEvent Super+SpaceSpencer Dixon
2021-06-20WindowServer: Add initial support for rendering on multiple screensTom
2021-05-02WindowServer+LibGUI+Taskbar: Store window progress as Optional<int>Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-19LibGUI+WindowServer: Add WM_SuperKeyPressed eventConor Byrne
2021-04-17WindowServer+LibGUI: Notify GUI clients about menu item enter/leaveAndreas 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-03-11Everywhere: Rename "logo" key to "super" keyAndreas Kling
2021-01-15WindowServer+Taskbar: Send WM icon updates as Gfx::ShareableBitmapAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling