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