Andreas Kling
|
45cfd57f6e
|
GButton: Convert most code to using ObjectPtr for GButton
|
2019-09-21 19:28:28 +02:00 |
|
Andreas Kling
|
7584480f62
|
LibGUI: Convert GWindow to ObjectPtr
|
2019-09-21 18:34:06 +02:00 |
|
Andreas Kling
|
ff6ce422dd
|
LibGUI: Convert GWidget to ObjectPtr
|
2019-09-21 17:05:35 +02:00 |
|
Andreas Kling
|
c7437f9caa
|
LibGUI: Convert GLabel to ObjectPtr
|
2019-09-21 15:25:08 +02:00 |
|
Andreas Kling
|
aa2224a2f0
|
GWidget: Add set_preferred_size(width, height) overload.
It was annoying to always write set_preferred_size({ width, height }). :^)
|
2019-07-20 22:39:24 +02:00 |
|
Andreas Kling
|
33466aba65
|
HelloWorld: Make the demo label say "Hello\nWorld!".
This is really just to show off multi-line GLabels :^)
|
2019-07-12 19:54:10 +02:00 |
|
Andreas Kling
|
2c70ae0418
|
Demos: Run clang-format on everything.
|
2019-06-07 11:50:05 +02:00 |
|
Andreas Kling
|
677794f30d
|
LibGUI: Make GCheckBox inherit from GAbstractButton.
|
2019-05-24 17:11:42 +02:00 |
|
Andreas Kling
|
eaf03d4ddb
|
HelloWorld: Add a simple "Hello World!" app showing the basics.
This also introduces a Demos/ directory where I hope to add cool things.
|
2019-05-08 01:18:36 +02:00 |
|