summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/ConnectionToWindowServer.cpp
AgeCommit message (Expand)Author
2022-11-19LibGUI+WindowServer+Applets+Taskbar: Remove active input conceptsthankyouverycool
2022-11-19LibGUI+WindowServer: Remove InputPreemptor conceptthankyouverycool
2022-11-19LibGUI+WindowServer: Replace WindowInput{Enter,Leave} Eventsthankyouverycool
2022-11-14LibGUI: Handle Action keyboard shortcuts in Widget keydownZaggy1024
2022-11-01LibGUI+WindowServer: Create and broadcast an event when a window movesTimothy Flynn
2022-10-25LibGUI: Remove Window::set_blocks_command_palette()demostanis
2022-09-11LibGUI+LibVT: Notify widgets of emoji selection with a callbackTimothy Flynn
2022-09-09Spreadsheet+LibGUI: Set EmojiInputDialog as a CaptureInput modalthankyouverycool
2022-09-09LibGUI: Allow blocking CommandPalette/EmojiInput on a per Window basisthankyouverycool
2022-09-09LibGUI: CommandPalette: Fix key event capture for actionsfaxe1008
2022-09-08LibGUI+WindowServer: Notify Windows on input preemptionthankyouverycool
2022-08-28LibGUI: Make CommandPalette and EmojiInputDialog passive modalsthankyouverycool
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-17LibGUI: Add on_theme_change callback to ApplicationnetworkException
2022-05-30LibGUI: Activate mouse shortcuts from within WindowServerConnectionGeordie Hall
2022-05-30LibGUI: Search for actions with a Shortcut instead of for KeyEventGeordie Hall
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-05WindowServer+LibGUI: Notify windows when their maximized state changesAndreas Kling
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-27WindowServer+LibGUI: Expose raw scroll wheel values to applicationscircl
2022-02-25Userland: Rename WindowServerConnection=>ConnectionToWindowServerItamar