Andreas Kling
|
c39d44fc2e
LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h}
|
5 年之前 |
Andreas Kling
|
9ac94d393e
LibGfx: Rename from LibDraw :^)
|
5 年之前 |
Andreas Kling
|
11580babbf
LibDraw: Put all classes in the Gfx namespace
|
5 年之前 |
Andreas Kling
|
c5bd9d4ed1
LibGUI: Put all classes in the GUI namespace and remove the leading G
|
5 年之前 |
Andreas Kling
|
2d39da5405
LibCore: Put all classes in the Core namespace and remove the leading C
|
5 年之前 |
Andreas Kling
|
5b47b0d867
LibGUI: Make GAction scoped to its CObject parent (widget or window)
|
5 年之前 |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
5 年之前 |
Andreas Kling
|
57f55f297b
LibGUI: Call GWidget::resize_event() before doing widget layout
|
5 年之前 |
Andreas Kling
|
7b2dd7e116
LibDraw+LibGUI: Allow changing individual colors in a Palette
|
5 年之前 |
Andreas Kling
|
a79bac428b
LibGUI+LibDraw: Add "Palette" concept for scoped color theming
|
5 年之前 |
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
|
6 年之前 |