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
/
Event.h
Age
Commit message (
Expand
)
Author
2020-09-13
LibGUI: Make some GUI event getters return const references
Andreas Kling
2020-08-28
LibGUI: Remove unused String member
Ben Wiederhake
2020-08-22
LibGUI+WindowServer: Remove ResizeEvent::old_size()
Andreas Kling
2020-08-15
LibGUI: Make focus events more aware of why focus is changing
Andreas Kling
2020-08-12
GUI: Give MouseEvent shift() / ctrl() / alt() / logo() functions
Nico Weber
2020-08-05
Unicode: Try s/codepoint/code_point/g again
Nico Weber
2020-08-05
Revert "Unicode: s/codepoint/code_point/g"
Nico Weber
2020-08-03
Unicode: s/codepoint/code_point/g
Andreas Kling
2020-07-16
WindowServer: Expose window parent information and more modal improvements
Tom
2020-07-15
WindowServer: Add accessory windows
Tom
2020-07-04
Kernel: Move headers intended for userspace use into Kernel/API/
Andreas Kling
2020-06-16
LibGUI: Replace text attribute on KeyEvent with code_point attribute
Hüseyin ASLITÜRK
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-06-04
LibGUI: Fix bad KeyEvent::m_key initializer to unbreak SDL2 port
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-12
LibGUI: Add missing Vector.h include to Event.h
Andreas Kling
2020-05-12
LibGUI: Add KeyEvent::to_string()
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-03-16
LibGUI: Add a ThemeChange event
Oriko
2020-02-15
LibCore: Replace manual forward declarations with <LibCore/Forward.h>
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