ladybird/DevTools/VisualBuilder
Andreas Kling 028c011760 LibCore: Make Core::Object::add<ChildType> return a ChildType&
Since the returned object is now owned by the callee object, we can
simply vend a ChildType&. This allows us to use "." instead of "->"
at the call site, which is quite nice. :^)
2020-03-04 21:04:06 +01:00
..
main.cpp LibCore: Make Core::Object::add<ChildType> return a ChildType& 2020-03-04 21:04:06 +01:00
Makefile LibGfx: Rename from LibDraw :^) 2020-02-06 12:04:00 +01:00
VBForm.cpp LibGUI: Use set_layout<LayoutType>() in lots of client code 2020-03-04 13:49:48 +01:00
VBForm.h LibGUI: Remove parent parameter to GUI::Widget constructor 2020-02-23 12:27:53 +01:00
VBPropertiesWindow.cpp LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clients 2020-03-04 14:26:16 +01:00
VBPropertiesWindow.h LibGUI: Add forwarding header 2020-02-16 09:41:56 +01:00
VBProperty.cpp LibGUI: Put all classes in the GUI namespace and remove the leading G 2020-02-02 15:15:33 +01:00
VBProperty.h LibGUI: Add forwarding header 2020-02-16 09:41:56 +01:00
VBWidget.cpp LibGUI: Remove leading G from filenames 2020-02-06 20:33:02 +01:00
VBWidget.h LibGUI: Add forwarding header 2020-02-16 09:41:56 +01:00
VBWidgetPropertyModel.cpp LibGfx: Rename from LibDraw :^) 2020-02-06 12:04:00 +01:00
VBWidgetPropertyModel.h LibGUI: Remove leading G from filenames 2020-02-06 20:33:02 +01:00
VBWidgetRegistry.cpp LibCore: Make Core::Object::add<ChildType> return a ChildType& 2020-03-04 21:04:06 +01:00
VBWidgetRegistry.h LibGUI: Remove leading G from filenames 2020-02-06 20:33:02 +01:00
VBWidgetType.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00