Andreas Kling
|
e2798d6208
|
VisualBuilder: Convert Vector<OwnPtr> to NonnullOwnPtrVector.
|
2019-07-24 09:40:11 +02:00 |
|
Andreas Kling
|
69fea8d41d
|
VisualBuilder: Expose the "name" property on all widgets.
|
2019-07-10 20:34:17 +02:00 |
|
Andreas Kling
|
892acfb10d
|
VisualBuilder: Run clang-format on everything.
|
2019-06-07 11:48:27 +02:00 |
|
Andreas Kling
|
40ca3b019f
|
VisualBuilder: Add GRadioButton to the widget repertoire.
|
2019-06-01 00:23:31 +02:00 |
|
Andreas Kling
|
677794f30d
|
LibGUI: Make GCheckBox inherit from GAbstractButton.
|
2019-05-24 17:11:42 +02:00 |
|
Andreas Kling
|
21c56477b0
|
LibGUI: Add a GAbstractButton base class for button widgets.
This patch moves GButton and GRadioButton to inherit from it. This allows
them to share code for mouse event handling, etc.
|
2019-05-24 16:32:20 +02:00 |
|
Andreas Kling
|
758e926b99
|
GGroupBox: Rename "name" property to "title"
|
2019-05-08 14:32:46 +02:00 |
|
Andreas Kling
|
3ae9fc5d88
|
Move VisualBuilder into a new DevTools directory.
|
2019-05-08 13:53:34 +02:00 |
|