Andreas Kling
|
df3a2dba43
LibDraw: Add Button and ButtonText system theme colors
|
5 年之前 |
Andreas Kling
|
411058b2a3
WindowServer+LibGUI: Implement basic color theming
|
5 年之前 |
Andrew Kaster
|
7edfdca4b2
LibGUI: Don't assert in ~GWidgetClassRegistration
|
5 年之前 |
Andreas Kling
|
af7cb7ce1b
LibGUI: GWidget::drop_event() should ignore the event by default
|
5 年之前 |
Andreas Kling
|
a7f414bba7
LibGUI+WindowServer: Start fleshing out drag&drop functionality
|
5 年之前 |
Andreas Kling
|
524da0ad01
LibGUI: Add "Vector<GWidget*> GWidget::child_widgets()"
|
5 年之前 |
Andreas Kling
|
3a01df9fb1
GWidget: Fix accidentally ignored set_relative_rect() with empty size
|
5 年之前 |
Andreas Kling
|
ca538b6cee
LibGUI: Add a simple GWidget class registry/factory
|
5 年之前 |
Andreas Kling
|
8a024a3305
LibGUI: Rename GEventLoop.{cpp,h} => GWindowServerConnection
|
5 年之前 |
Andreas Kling
|
d3558b6137
LibCore+LibGUI: Allow inserting a CObject/GWidget before another
|
5 年之前 |
Andreas Kling
|
98a6149b4f
LibGUI: Make GWindow drive relayout and do it recursively
|
5 年之前 |
Andreas Kling
|
41289e652f
GWidget: On second thought, don't assert on negative sizes in rects
|
5 年之前 |
Andreas Kling
|
b916e34fed
LibGUI: GTabWidget should not set children to have negative size
|
5 年之前 |
Andreas Kling
|
7e2b9c3c40
GWidget: Dispatch Show and Hide events when widget visibility changes
|
5 年之前 |
Andreas Kling
|
bc319d9e88
LibCore: Make CObject reference-counted
|
5 年之前 |
Andreas Kling
|
fcc3745b02
LibCore+LibGUI+WindowServer: Make events bubble up through ancestors
|
5 年之前 |
Andreas Kling
|
ce44d9a32f
GWidget: Add a flag to ignore greediness in GWidget::hit_test()
|
5 年之前 |
Andreas Kling
|
b615a5c780
LibGUI: Add a way for GWidgets to do custom layout on child hide/show
|
5 年之前 |
Andreas Kling
|
3e2e086011
LibGUI: Add a way for GWidget subclasses to learn that the font changed
|
5 年之前 |
Andreas Kling
|
3792c91059
LibGUI: Implement save_to(JsonObject&) for GWindow and GWidget
|
5 年之前 |
Andreas Kling
|
47511b5930
GWidget: Implement set_backcolor() and set_forecolor()
|
6 年之前 |
Andreas Kling
|
7dc7f11ed8
GWidget: Add set_size_policy(Orientation, Policy).
|
6 年之前 |
Andreas Kling
|
1c0669f010
LibDraw: Introduce (formerly known as SharedGraphics.)
|
6 年之前 |
Andreas Kling
|
b522e3cc05
GWidget: Make set_font() take either Font* or Font&.
|
6 年之前 |
Andreas Kling
|
04b9dc2d30
Libraries: Create top level directory for libraries.
|
6 年之前 |