1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-20 15:41:00 +00:00
serenity/DevTools/VisualBuilder
Andreas Kling c59b053ad6 GSlider: Add support for vertical sliders.
You now have to pass an Orientation to the GSlider constructor. It's not
possible to change the orientation after construction.

Added some vertical GSliders to the WidgetGallery demo for testing. :^)
2019-07-20 19:32:12 +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 GSlider: Add support for vertical sliders. 2019-07-20 19:32:12 +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