serenity/DevTools/VisualBuilder
Andreas Kling b729b5fc64 VisualBuilder: Support loading a saved form from JSON.
The form to load is specified on the command line, e.g "vb test.frm".
2019-06-29 12:07:46 +02:00
..
.gitignore Move VisualBuilder into a new DevTools directory. 2019-05-08 13:53:34 +02:00
main.cpp VisualBuilder: Support loading a saved form from JSON. 2019-06-29 12:07:46 +02:00
Makefile Fix "make clean" not deleting app binaries. 2019-05-13 14:56:18 +02:00
VBForm.cpp VisualBuilder: Support loading a saved form from JSON. 2019-06-29 12:07:46 +02:00
VBForm.h VisualBuilder: Support loading a saved form from JSON. 2019-06-29 12:07:46 +02:00
VBPropertiesWindow.cpp LibGUI+VisualBuilder: Support custom editing widgets for property values. 2019-06-23 08:18:28 +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 Add clang-format file 2019-05-28 17:31:20 +02:00
VBWidget.cpp VisualBuilder: Run clang-format on everything. 2019-06-07 11:48:27 +02:00
VBWidget.h AK: Rename Retainable.h => RefCounted.h. 2019-06-21 18:58:45 +02:00
VBWidgetPropertyModel.cpp LibGUI+VisualBuilder: Support custom editing widgets for property values. 2019-06-23 08:18:28 +02:00
VBWidgetPropertyModel.h LibGUI+VisualBuilder: Support custom editing widgets for property values. 2019-06-23 08:18:28 +02:00
VBWidgetRegistry.cpp VisualBuilder: Support loading a saved form from JSON. 2019-06-29 12:07:46 +02:00
VBWidgetRegistry.h VisualBuilder: Support loading a saved form from JSON. 2019-06-29 12:07:46 +02:00
VBWidgetType.h Meta: Tweak .clang-format to not wrap braces after enums. 2019-06-07 17:13:23 +02:00