summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/WindowServerConnection.cpp
AgeCommit message (Expand)Author
2020-12-07LibGUI: Allow GUI::Action to swallow key events when disabledLinus Groh
2020-11-10LibGUI: Ignore application-global shortcuts in modal windowsAndreas Kling
2020-11-08LibGUI+WindowServer: Make DragOperation hold a MimeData instanceAnotherTest
2020-08-22LibGUI+WindowServer: Remove ResizeEvent::old_size()Andreas Kling
2020-08-12LibGUI: Mark compilation-unit-only functions as staticBen Wiederhake
2020-07-16WindowServer: Expose window parent information and more modal improvementsTom
2020-07-15WindowServer: Add accessory windowsTom
2020-07-04LibGUI: Turn GUI::Application::the() into a pointerAndreas Kling
2020-06-16LibGUI: Replace text attribute on KeyEvent with code_point attributeHüseyin ASLITÜRK
2020-06-11LibIPC+WindowServer+LibGUI: Detect and highlight unresponsive GUI appsAndreas Kling
2020-06-03LibGUI: Add scancode value to KeyEventHüseyin ASLITÜRK
2020-05-30WindowServer+LibGUI: Add per-window progressAndreas Kling
2020-05-27LibGUI: Change GUI::KeyEvent::key() type to KeyCodeSergey Bugaev
2020-05-17LibGUI: Add a simple emoji input dialog activated by Ctrl+Alt+Space :^)Andreas Kling
2020-05-14Clipboard: Move the system clipboard to a dedicated service process :^)Andreas Kling
2020-05-12LibGUI: Actually check widgets in focus chain for keyboard shortcutsAndreas Kling
2020-05-02WindowServer+LibGUI: Support the 4th and 5th mouse buttonsAndreas Kling
2020-05-02WindowServer+LibGUI+Taskbar: Don't include frameless windows in listsAndreas Kling
2020-04-30LibGUI: Remove some ancient unused debug loggingAndreas Kling
2020-04-24LibGUI: Search the entire focus chain for shortcut actionsAndreas Kling
2020-04-22WindowServer+LibGUI: Notify DisplayLinks at 60 fps no matter whatAndreas Kling
2020-03-22WindowServer+LibGUI: Add a way to get notified at display refresh rateAndreas Kling
2020-03-16LibGUI: Add a ThemeChange eventOriko
2020-02-28Kernel+LibC: Rename shared buffer syscalls to use a prefixAndreas Kling
2020-02-16LibGUI: Add forwarding headerAndreas Kling
2020-02-14LibGfx: Add forward declaration headerAndreas Kling
2020-02-14LibGUI: Port the drag&drop code to Core::MimeDataAndreas Kling
2020-02-13WindowServer+LibGUI: Add a "drag move" eventAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling