index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibGUI
/
WindowServerConnection.cpp
Age
Commit message (
Expand
)
Author
2020-12-07
LibGUI: Allow GUI::Action to swallow key events when disabled
Linus Groh
2020-11-10
LibGUI: Ignore application-global shortcuts in modal windows
Andreas Kling
2020-11-08
LibGUI+WindowServer: Make DragOperation hold a MimeData instance
AnotherTest
2020-08-22
LibGUI+WindowServer: Remove ResizeEvent::old_size()
Andreas Kling
2020-08-12
LibGUI: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-07-16
WindowServer: Expose window parent information and more modal improvements
Tom
2020-07-15
WindowServer: Add accessory windows
Tom
2020-07-04
LibGUI: Turn GUI::Application::the() into a pointer
Andreas Kling
2020-06-16
LibGUI: Replace text attribute on KeyEvent with code_point attribute
Hüseyin ASLITÜRK
2020-06-11
LibIPC+WindowServer+LibGUI: Detect and highlight unresponsive GUI apps
Andreas Kling
2020-06-03
LibGUI: Add scancode value to KeyEvent
Hüseyin ASLITÜRK
2020-05-30
WindowServer+LibGUI: Add per-window progress
Andreas Kling
2020-05-27
LibGUI: Change GUI::KeyEvent::key() type to KeyCode
Sergey Bugaev
2020-05-17
LibGUI: Add a simple emoji input dialog activated by Ctrl+Alt+Space :^)
Andreas Kling
2020-05-14
Clipboard: Move the system clipboard to a dedicated service process :^)
Andreas Kling
2020-05-12
LibGUI: Actually check widgets in focus chain for keyboard shortcuts
Andreas Kling
2020-05-02
WindowServer+LibGUI: Support the 4th and 5th mouse buttons
Andreas Kling
2020-05-02
WindowServer+LibGUI+Taskbar: Don't include frameless windows in lists
Andreas Kling
2020-04-30
LibGUI: Remove some ancient unused debug logging
Andreas Kling
2020-04-24
LibGUI: Search the entire focus chain for shortcut actions
Andreas Kling
2020-04-22
WindowServer+LibGUI: Notify DisplayLinks at 60 fps no matter what
Andreas Kling
2020-03-22
WindowServer+LibGUI: Add a way to get notified at display refresh rate
Andreas Kling
2020-03-16
LibGUI: Add a ThemeChange event
Oriko
2020-02-28
Kernel+LibC: Rename shared buffer syscalls to use a prefix
Andreas Kling
2020-02-16
LibGUI: Add forwarding header
Andreas Kling
2020-02-14
LibGfx: Add forward declaration header
Andreas Kling
2020-02-14
LibGUI: Port the drag&drop code to Core::MimeData
Andreas Kling
2020-02-13
WindowServer+LibGUI: Add a "drag move" event
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling