Andreas Kling
|
ff6ce422dd
LibGUI: Convert GWidget to ObjectPtr
|
5 年之前 |
Andreas Kling
|
ce44d9a32f
GWidget: Add a flag to ignore greediness in GWidget::hit_test()
|
5 年之前 |
Andreas Kling
|
73fdbba59c
AK: Rename <AK/AKString.h> to <AK/String.h>
|
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
|
2b02deef28
GWidget: Remove unused is_widget() virtual.
|
6 年之前 |
Andreas Kling
|
7dc7f11ed8
GWidget: Add set_size_policy(Orientation, Policy).
|
6 年之前 |
Andreas Kling
|
a599317624
LibCore: Introduce a C_OBJECT macro.
|
6 年之前 |
Andreas Kling
|
aa2224a2f0
GWidget: Add set_preferred_size(width, height) overload.
|
6 年之前 |
Andreas Kling
|
26e252b0f8
LibDraw: Move the Orientation enum to its own LibDraw header file.
|
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
|
b3d431e390
GWidget: Add "set_autofill" as an alias for set_fill_with_background_color.
|
6 年之前 |
Andreas Kling
|
f465de8f76
GWidget: Add placeholder setters for the backcolor/forecolor properties.
|
6 年之前 |
Andreas Kling
|
04b9dc2d30
Libraries: Create top level directory for libraries.
|
6 年之前 |