thislooksfun
|
eb3ca64819
LibGUI: Dynamically process layouts from GML files
|
3 年之前 |
Marco Cutecchia
|
116bb4888f
LibGUI: Support using a bitmap as override cursor
|
3 年之前 |
Filiph Sandström
|
d6a0726302
Everywhere: Rename left/right-click to primary/secondary
|
3 年之前 |
Andreas Kling
|
24651f854c
LibGUI: Add Widget::repaint() to force an immediate repaint
|
3 年之前 |
Ben Wiederhake
|
c6e56612f5
LibGUI+WindowServer: Remove now-obsolete cursor tracking feature
|
3 年之前 |
Joe Bentley
|
9df79a77da
WindowServer: Add message to notify clients of applet area resize
|
3 年之前 |
Andreas Kling
|
8fce5caa49
LibGUI: Pass context menu events through normal event dispatch
|
3 年之前 |
Andreas Kling
|
2135c66823
Revert "LibGUI: Only dispatch Leave if the now-hovered widget isn't a child"
|
3 年之前 |
Andreas Kling
|
230f7ce71c
Revert "LibGUI: Ignore the Enter event by default"
|
3 年之前 |
Andreas Kling
|
b3d27c2340
LibGUI: Add GUI_HOVER_DEBUG runtime debugging flag (environment)
|
3 年之前 |
sin-ack
|
a5a32fbcce
LibGUI: Ignore the Enter event by default
|
3 年之前 |
sin-ack
|
cfc9ee6f16
LibGUI: Only dispatch Leave if the now-hovered widget isn't a child
|
3 年之前 |
Tom
|
2f754013a1
LibGUI: Fix widgets not being occluded
|
4 年之前 |
Karol Kosek
|
f99507bf02
LibGUI: Ignore drop events by default
|
4 年之前 |
LuK1337
|
8992271c5c
LibGUI: Redraw widgets when default font changes
|
4 年之前 |
LuK1337
|
b40d771512
LibGUI: Add FontsChanged event and deliver it to windows and widgets
|
4 年之前 |
Andreas Kling
|
b7e551b164
LibGUI: Make Widget ignore paint events that don't intersect it
|
4 年之前 |
Andreas Kling
|
27fecf57bd
LibGUI: Don't fire visibility-tracking timers in non-visible widgets
|
4 年之前 |
DoubleNegation
|
d19edb0762
LibGUI: Add foreground_role and background_role property to GUI::Widget
|
4 年之前 |
Aatos Majava
|
3e6a5af32b
LibGUI: Actually use the Action alternate shortcut
|
4 年之前 |
Spencer Dixon
|
5b79d53c89
LibGUI: Add update() when changing widget color or palette
|
4 年之前 |
Andreas Kling
|
ee3a73ddbb
AK: Rename downcast<T> => verify_cast<T>
|
4 年之前 |
Tom
|
4392da970a
WindowServer: Add initial support for rendering on multiple screens
|
4 年之前 |
Ali Mohammad Pur
|
7ac196974d
Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&>
|
4 年之前 |
Matthew Jones
|
123848f0c1
LibGUI: Fixes Widget->set_visible(false) still maintains focus bug
|
4 年之前 |
Tom
|
3aaffa2c47
LibGUI: Move widget registration to LibCore
|
4 年之前 |
Andreas Kling
|
d136fafde7
LibGUI: Make GUI::Widget ignore wheel events by default
|
4 年之前 |
Matthew Olsson
|
88cfaf7bf0
LibGfx: Unify Rect, Point, and Size
|
4 年之前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
Andreas Kling
|
d33fdc925b
LibGUI: Make GUI::Widget::set_tooltip() take a String
|
4 年之前 |