summaryrefslogtreecommitdiff
path: root/DevTools/VisualBuilder/main.cpp
AgeCommit message (Expand)Author
2019-09-22LibCore: Remove ObjectPtr in favor of RefPtrAndreas Kling
2019-09-21LibGUI: Convert custom widgets and subclasses to ObjectPtrAndreas Kling
2019-09-21GButton: Convert most code to using ObjectPtr for GButtonAndreas Kling
2019-09-21LibGUI: Convert GWindow to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GWidget to ObjectPtrAndreas Kling
2019-09-17VisualBuilder: Use GAboutDialog :^)Andreas Kling
2019-09-14LibGUI: Simplify GCommonActions a bitAndreas Kling
2019-09-05VisualBuilder: Added GCommonActionsrhin123
2019-09-01VisualBuilder: Remove empty "Edit" menuAndreas Kling
2019-07-23LibGUI: Get rid of GWindow::should_exit_event_loop_on_close().Andreas Kling
2019-06-29VisualBuilder: Support loading a saved form from JSON.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-08Move VisualBuilder into a new DevTools directory.Andreas Kling