serenity/DevTools/VisualBuilder
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
..
.gitignore Move VisualBuilder into a new DevTools directory. 2019-05-08 13:53:34 +02:00
main.cpp Move VisualBuilder into a new DevTools directory. 2019-05-08 13:53:34 +02:00
Makefile Fix "make clean" not deleting app binaries. 2019-05-13 14:56:18 +02:00
VBForm.cpp GMessageBox: Add icons to message boxes with 3 standard ones to choose from. 2019-05-08 20:13:39 +02:00
VBForm.h Move VisualBuilder into a new DevTools directory. 2019-05-08 13:53:34 +02:00
VBPropertiesWindow.cpp VisualBuilder: Tweak margins in properties window. 2019-05-11 02:35:55 +02:00
VBPropertiesWindow.h Move VisualBuilder into a new DevTools directory. 2019-05-08 13:53:34 +02:00
VBProperty.cpp Move VisualBuilder into a new DevTools directory. 2019-05-08 13:53:34 +02:00
VBProperty.h Move VisualBuilder into a new DevTools directory. 2019-05-08 13:53:34 +02:00
VBWidget.cpp LibGUI: Add a GAbstractButton base class for button widgets. 2019-05-24 16:32:20 +02:00
VBWidget.h Move VisualBuilder into a new DevTools directory. 2019-05-08 13:53:34 +02:00
VBWidgetPropertyModel.cpp Move VisualBuilder into a new DevTools directory. 2019-05-08 13:53:34 +02:00
VBWidgetPropertyModel.h Move VisualBuilder into a new DevTools directory. 2019-05-08 13:53:34 +02:00
VBWidgetRegistry.cpp LibGUI: Add a GAbstractButton base class for button widgets. 2019-05-24 16:32:20 +02:00
VBWidgetRegistry.h Move VisualBuilder into a new DevTools directory. 2019-05-08 13:53:34 +02:00
VBWidgetType.h Move VisualBuilder into a new DevTools directory. 2019-05-08 13:53:34 +02:00