1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 15:00:59 +00:00
serenity/Applications/VisualBuilder
Andreas Kling c06a3bdeb4 LibGUI+WindowServer: Add support for per-GWidget context menus.
You can now simply assign a GMenu as a GWidget's context menu and it will
automagically pop up on right click. :^)
2019-04-12 17:18:13 +02:00
..
.gitignore VisualBuilder: Work on selecting a widget and moving it around. 2019-04-11 01:59:07 +02:00
main.cpp VisualBuilder: Move properties window to its own class. 2019-04-11 22:03:55 +02:00
Makefile VisualBuilder: Move properties window to its own class. 2019-04-11 22:03:55 +02:00
VBForm.cpp LibGUI+WindowServer: Add support for per-GWidget context menus. 2019-04-12 17:18:13 +02:00
VBForm.h VisualBuilder: Add a table view with the selected widget's properties. 2019-04-11 21:41:09 +02:00
VBPropertiesWindow.cpp VisualBuilder: Add some more GWidget default properties. 2019-04-12 14:47:21 +02:00
VBPropertiesWindow.h VisualBuilder: Add a text box to the properties window. 2019-04-11 23:57:58 +02:00
VBProperty.cpp VisualBuilder: Add a widget registry and a property class. 2019-04-11 16:13:19 +02:00
VBProperty.h VisualBuilder: Add [x, y, width, height] properties for all widgets. 2019-04-11 22:54:04 +02:00
VBWidget.cpp VisualBuilder: Add some widget-specific properties. 2019-04-12 15:17:53 +02:00
VBWidget.h VisualBuilder: Add some widget-specific properties. 2019-04-12 15:17:53 +02:00
VBWidgetPropertyModel.cpp VisualBuilder: Add some more GWidget default properties. 2019-04-12 14:47:21 +02:00
VBWidgetPropertyModel.h VisualBuilder: Add [x, y, width, height] properties for all widgets. 2019-04-11 22:54:04 +02:00
VBWidgetRegistry.cpp VisualBuilder: Add some widget-specific properties. 2019-04-12 15:17:53 +02:00
VBWidgetRegistry.h VisualBuilder: Add a table view with the selected widget's properties. 2019-04-11 21:41:09 +02:00
VBWidgetType.h VisualBuilder: Add a widget registry and a property class. 2019-04-11 16:13:19 +02:00