Andreas Kling
|
b729b5fc64
|
VisualBuilder: Support loading a saved form from JSON.
The form to load is specified on the command line, e.g "vb test.frm".
|
2019-06-29 12:07:46 +02:00 |
|
Andreas Kling
|
17acc1e0a8
|
VisualBuilder: Fix compiler warnings.
|
2019-06-22 16:16:39 +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
|
3ae9fc5d88
|
Move VisualBuilder into a new DevTools directory.
|
2019-05-08 13:53:34 +02:00 |
|