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