summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/Event.h
AgeCommit message (Expand)Author
2020-09-13LibGUI: Make some GUI event getters return const referencesAndreas Kling
2020-08-28LibGUI: Remove unused String memberBen Wiederhake
2020-08-22LibGUI+WindowServer: Remove ResizeEvent::old_size()Andreas Kling
2020-08-15LibGUI: Make focus events more aware of why focus is changingAndreas Kling
2020-08-12GUI: Give MouseEvent shift() / ctrl() / alt() / logo() functionsNico Weber
2020-08-05Unicode: Try s/codepoint/code_point/g againNico Weber
2020-08-05Revert "Unicode: s/codepoint/code_point/g"Nico Weber
2020-08-03Unicode: s/codepoint/code_point/gAndreas Kling
2020-07-16WindowServer: Expose window parent information and more modal improvementsTom
2020-07-15WindowServer: Add accessory windowsTom
2020-07-04Kernel: Move headers intended for userspace use into Kernel/API/Andreas Kling
2020-06-16LibGUI: Replace text attribute on KeyEvent with code_point attributeHüseyin ASLITÜRK
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-06-04LibGUI: Fix bad KeyEvent::m_key initializer to unbreak SDL2 portAndreas 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-12LibGUI: Add missing Vector.h include to Event.hAndreas Kling
2020-05-12LibGUI: Add KeyEvent::to_string()Andreas 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-03-16LibGUI: Add a ThemeChange eventOriko
2020-02-15LibCore: Replace manual forward declarations with <LibCore/Forward.h>Andreas 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