ladybird/DevTools/VisualBuilder
Andreas Kling 1d0b464618 AK: Make HashMap::get(Key) return an Optional<Value>.
This allows HashMap::get() to be used for value types that cannot be default
constructed (e.g NonnullOwnPtr.)
2019-07-24 10:25:43 +02:00
..
main.cpp LibGUI: Get rid of GWindow::should_exit_event_loop_on_close(). 2019-07-23 18:20:00 +02:00
Makefile LibDraw: Introduce (formerly known as SharedGraphics.) 2019-07-18 10:18:16 +02:00
VBForm.cpp AK: Make HashMap::get(Key) return an Optional<Value>. 2019-07-24 10:25:43 +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: Convert Vector<OwnPtr> to NonnullOwnPtrVector. 2019-07-24 09:40:11 +02:00
VBWidget.h VisualBuilder: Convert Vector<OwnPtr> to NonnullOwnPtrVector. 2019-07-24 09:40:11 +02:00
VBWidgetPropertyModel.cpp VisualBuilder: Convert Vector<OwnPtr> to NonnullOwnPtrVector. 2019-07-24 09:40:11 +02:00
VBWidgetPropertyModel.h LibGUI+VisualBuilder: Support custom editing widgets for property values. 2019-06-23 08:18:28 +02:00
VBWidgetRegistry.cpp VisualBuilder: Convert Vector<OwnPtr> to NonnullOwnPtrVector. 2019-07-24 09:40:11 +02:00
VBWidgetRegistry.h VisualBuilder: Convert Vector<OwnPtr> to NonnullOwnPtrVector. 2019-07-24 09:40:11 +02:00
VBWidgetType.h Meta: Tweak .clang-format to not wrap braces after enums. 2019-06-07 17:13:23 +02:00