This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-02-23 16:14:23 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b24cfd36aeb9c3ebbbb096eb3837629d9b5fb124
ladybird
/
DevTools
/
VisualBuilder
History
Andreas Kling
52a250cb61
LibGUI: Make MenuBar a Core::Object
...
This makes it show up in Inspector with all the menus inside it. :^)
2020-04-21 16:19:18 +02:00
..
main.cpp
LibGUI: Make MenuBar a Core::Object
2020-04-21 16:19:18 +02:00
Makefile
…
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
…
VBProperty.h
LibGUI: Add forwarding header
2020-02-16 09:41:56 +01:00
VBWidget.cpp
…
VBWidget.h
LibGUI: Add forwarding header
2020-02-16 09:41:56 +01:00
VBWidgetPropertyModel.cpp
…
VBWidgetPropertyModel.h
…
VBWidgetRegistry.cpp
LibCore: Make Core::Object::add<ChildType> return a ChildType&
2020-03-04 21:04:06 +01:00
VBWidgetRegistry.h
…
VBWidgetType.h
…