Andreas Kling
|
ff6ce422dd
|
LibGUI: Convert GWidget to ObjectPtr
|
2019-09-21 17:05:35 +02:00 |
|
Andreas Kling
|
93851c3832
|
LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtr
|
2019-09-21 15:46:47 +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
|
04b9dc2d30
|
Libraries: Create top level directory for libraries.
Things were getting a little crowded in the project root, so this patch
moves the Lib*/ directories into Libraries/.
|
2019-07-04 16:16:50 +02:00 |
|