summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Event.h
AgeCommit message (Expand)Author
2023-02-21LibGUI: Fix const-correctness issuesAndreas Kling
2022-12-07Meta+Userland: Pass Gfx::IntSize by valueMacDue
2022-12-07Meta+Userland: Pass Gfx::IntPoint by valueMacDue
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-19LibGUI+WindowServer: Replace WindowInput{Enter,Leave} Eventsthankyouverycool
2022-11-01LibGUI+WindowServer: Create and broadcast an event when a window movesTimothy Flynn
2022-08-26LibGUI+Taskbar+WindowServer: Prevent minimization when blockedthankyouverycool
2022-08-25LibGUI+Taskbar+WindowServer: Remove mode and parent methods from Taskbarthankyouverycool
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-06-01Taskbar+Desktop: Add super+D keyboard shortcutOlivier De Cannière
2022-05-30LibGUI: Add a to_string helper for GUI::MouseButtonGeordie Hall
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-27WindowServer+LibGUI: Expose raw scroll wheel values to applicationscircl
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2022-02-25Userland: Rename WindowServerConnection=>ConnectionToWindowServerItamar
2022-02-24LibGUI+WindowServer: Add new `WMEvent` Super+DigitJan Grau
2022-02-03WindowServer+Keymap+LibGUI: Add widget to display current keymapTimur Sultanov
2022-01-20Userland: Add horizontal mouse scroll supportDmitry Petrov
2022-01-08LibGUI: Add missing altgr() modifier keyJean-Paul Balabanian
2021-11-13Everywhere: Replace "virtual desktop" => "workspace"Andreas Kling
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-10-27Everywhere: Rename back-click to backward-clickFiliph Sandström
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-10-23LibGUI: Use move semantics in GUI::MultiPaintEventAndreas Kling
2021-10-23LibGUI: Add GUI::KeyEvent::is_arrow_key()Andreas Kling
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