summaryrefslogtreecommitdiff
path: root/DevTools/VisualBuilder
AgeCommit message (Collapse)Author
2019-05-24LibGUI: Make GCheckBox inherit from GAbstractButton.Andreas Kling
2019-05-24LibGUI: Add a GAbstractButton base class for button widgets.Andreas Kling
This patch moves GButton and GRadioButton to inherit from it. This allows them to share code for mouse event handling, etc.
2019-05-13Fix "make clean" not deleting app binaries.Andreas Kling
2019-05-11VisualBuilder: Tweak margins in properties window.Andreas Kling
2019-05-08GMessageBox: Add icons to message boxes with 3 standard ones to choose from.Andreas Kling
2019-05-08GGroupBox: Rename "name" property to "title"Andreas Kling
2019-05-08Move VisualBuilder into a new DevTools directory.Andreas Kling