ladybird/DevTools/VisualBuilder
Andreas Kling 3b9fcab1af VisualBuilder: Switch to JSON for the form output.
This makes widgets-within-widgets straightforward instead of confusing.
The UI doesn't actually let you put widgets inside one another just yet,
but at least now the output format won't be a problem. :^)
2019-06-17 19:50:30 +02:00
..
.gitignore Move VisualBuilder into a new DevTools directory. 2019-05-08 13:53:34 +02:00
main.cpp VisualBuilder: Run clang-format on everything. 2019-06-07 11:48:27 +02:00
Makefile Fix "make clean" not deleting app binaries. 2019-05-13 14:56:18 +02:00
VBForm.cpp VisualBuilder: Switch to JSON for the form output. 2019-06-17 19:50:30 +02:00
VBForm.h Add clang-format file 2019-05-28 17:31:20 +02:00
VBPropertiesWindow.cpp VisualBuilder: Run clang-format on everything. 2019-06-07 11:48:27 +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 Meta: Tweak .clang-format to not wrap braces after enums. 2019-06-07 17:13:23 +02:00
VBWidgetPropertyModel.cpp VisualBuilder: Run clang-format on everything. 2019-06-07 11:48:27 +02:00
VBWidgetPropertyModel.h Meta: Tweak .clang-format to not wrap braces after enums. 2019-06-07 17:13:23 +02:00
VBWidgetRegistry.cpp VisualBuilder: Run clang-format on everything. 2019-06-07 11:48:27 +02:00
VBWidgetRegistry.h Add clang-format file 2019-05-28 17:31:20 +02:00
VBWidgetType.h Meta: Tweak .clang-format to not wrap braces after enums. 2019-06-07 17:13:23 +02:00