summaryrefslogtreecommitdiff
path: root/DevTools/VisualBuilder/VBWidget.cpp
AgeCommit message (Expand)Author
2019-09-21LibGUI: Convert GWidget to ObjectPtrAndreas Kling
2019-09-17VisualBuilder: Don't allow moving/resizing widgets that are in a layoutAndreas Kling
2019-09-17VisualBuilder: Support nested widgetsAndreas Kling
2019-07-24VisualBuilder: Convert Vector<OwnPtr> to NonnullOwnPtrVector.Andreas Kling
2019-07-10VisualBuilder: Expose the "name" property on all widgets.Andreas Kling
2019-06-07VisualBuilder: Run clang-format on everything.Andreas Kling
2019-06-01VisualBuilder: Add GRadioButton to the widget repertoire.Andreas Kling
2019-05-24LibGUI: Make GCheckBox inherit from GAbstractButton.Andreas Kling
2019-05-24LibGUI: Add a GAbstractButton base class for button widgets.Andreas Kling
2019-05-08GGroupBox: Rename "name" property to "title"Andreas Kling
2019-05-08Move VisualBuilder into a new DevTools directory.Andreas Kling