index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibGUI
/
GWidget.h
Age
Commit message (
Expand
)
Author
2019-12-24
LibGUI+LibDraw: Add "Palette" concept for scoped color theming
Andreas Kling
2019-12-08
LibGUI+WindowServer: Start fleshing out drag&drop functionality
Andreas Kling
2019-11-11
LibGUI: Add "Vector<GWidget*> GWidget::child_widgets()"
Andreas Kling
2019-11-10
LibGUI: Add a simple GWidget class registry/factory
Andreas Kling
2019-10-26
LibGUI: Make GWindow drive relayout and do it recursively
Andreas Kling
2019-09-21
LibGUI: Convert GWidget to ObjectPtr
Andreas Kling
2019-09-17
GWidget: Add a flag to ignore greediness in GWidget::hit_test()
Andreas Kling
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-09-01
LibGUI: Add a way for GWidgets to do custom layout on child hide/show
Andreas Kling
2019-09-01
LibGUI: Add a way for GWidget subclasses to learn that the font changed
Andreas Kling
2019-08-19
LibGUI: Implement save_to(JsonObject&) for GWindow and GWidget
Andreas Kling
2019-08-03
GWidget: Implement set_backcolor() and set_forecolor()
Andreas Kling
2019-07-27
GWidget: Remove unused is_widget() virtual.
Andreas Kling
2019-07-27
GWidget: Add set_size_policy(Orientation, Policy).
Andreas Kling
2019-07-25
LibCore: Introduce a C_OBJECT macro.
Andreas Kling
2019-07-20
GWidget: Add set_preferred_size(width, height) overload.
Andreas Kling
2019-07-20
LibDraw: Move the Orientation enum to its own LibDraw header file.
Andreas Kling
2019-07-18
LibDraw: Introduce (formerly known as SharedGraphics.)
Andreas Kling
2019-07-11
GWidget: Make set_font() take either Font* or Font&.
Andreas Kling
2019-07-10
GWidget: Add "set_autofill" as an alias for set_fill_with_background_color.
Andreas Kling
2019-07-10
GWidget: Add placeholder setters for the backcolor/forecolor properties.
Andreas Kling
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling