1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-17 01:50:59 +00:00
serenity/DevTools/VisualBuilder
Andreas Kling 1c0669f010 LibDraw: Introduce (formerly known as SharedGraphics.)
Instead of LibGUI and WindowServer building their own copies of the drawing
and graphics code, let's it in a separate LibDraw library.

This avoids building the code twice, and will encourage better separation
of concerns. :^)
2019-07-18 10:18:16 +02:00
..
main.cpp VisualBuilder: Support loading a saved form from JSON. 2019-06-29 12:07:46 +02:00
Makefile LibDraw: Introduce (formerly known as SharedGraphics.) 2019-07-18 10:18:16 +02:00
VBForm.cpp LibGUI: Add input types to GMessageBox. 2019-07-16 21:41:13 +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: Expose the "name" property on all widgets. 2019-07-10 20:34:17 +02:00
VBWidget.h LibDraw: Introduce (formerly known as SharedGraphics.) 2019-07-18 10:18:16 +02:00
VBWidgetPropertyModel.cpp LibDraw: Introduce (formerly known as SharedGraphics.) 2019-07-18 10:18:16 +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