Andreas Kling
|
27fecf57bd
LibGUI: Don't fire visibility-tracking timers in non-visible widgets
|
4 years ago |
DoubleNegation
|
d19edb0762
LibGUI: Add foreground_role and background_role property to GUI::Widget
|
4 years ago |
Aatos Majava
|
3e6a5af32b
LibGUI: Actually use the Action alternate shortcut
|
4 years ago |
Spencer Dixon
|
5b79d53c89
LibGUI: Add update() when changing widget color or palette
|
4 years ago |
Andreas Kling
|
ee3a73ddbb
AK: Rename downcast<T> => verify_cast<T>
|
4 years ago |
Tom
|
4392da970a
WindowServer: Add initial support for rendering on multiple screens
|
4 years ago |
Ali Mohammad Pur
|
7ac196974d
Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&>
|
4 years ago |
Matthew Jones
|
123848f0c1
LibGUI: Fixes Widget->set_visible(false) still maintains focus bug
|
4 years ago |
Tom
|
3aaffa2c47
LibGUI: Move widget registration to LibCore
|
4 years ago |
Andreas Kling
|
d136fafde7
LibGUI: Make GUI::Widget ignore wheel events by default
|
4 years ago |
Matthew Olsson
|
88cfaf7bf0
LibGfx: Unify Rect, Point, and Size
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Andreas Kling
|
d33fdc925b
LibGUI: Make GUI::Widget::set_tooltip() take a String
|
4 years ago |
Andreas Kling
|
0069020e6c
WindowServer+LibGUI: Rename WindowType::MenuApplet => Applet
|
4 years ago |
Linus Groh
|
5367bbb82c
LibGUI: Add ScreenRectChangeEvent and deliver it to windows and widgets
|
4 years ago |
Andreas Kling
|
0cd60a28ba
WindowServer+LibGUI: Plumb mouse/enter/leave events to applet windows
|
4 years ago |
Edgar Araújo
|
532e0090fc
LibGUI: Enable the use of font properties through GML
|
4 years ago |
thankyouverycool
|
0e63141a19
LibGUI: Set override cursor to none when widget is disabled
|
4 years ago |
Andreas Kling
|
38f11cc1ba
Everywhere: Rename "logo" key to "super" key
|
4 years ago |
Brian Gianforcaro
|
bac0dd5e3d
LibGUI: Use AK_ENUM_BITWISE_OPERATORS for the FocusPolicy enum
|
4 years ago |
Tom
|
35170715bc
LibGUI: Constrain widgets to invalidating themselves only
|
4 years ago |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 years ago |
Jean-Baptiste Boric
|
d9aaa8afe9
LibGUI: Open context menu on 'Menu' key down
|
4 years ago |
asynts
|
01879d27c2
Everywhere: Replace a bundle of dbg with dbgln.
|
4 years ago |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |