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-01-26 10:24:50 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
cbd746e3ecb69a2fc00aa543ae22df9ee94bd04f
ladybird
/
DevTools
/
VisualBuilder
History
Andreas Kling
977863ea07
LibGUI: Include keyboard modifier state with button on_click calls
...
This will allow you us to implement special behavior when Ctrl+clicking a button.
2020-05-12 20:31:16 +02:00
..
main.cpp
LibGUI: Include keyboard modifier state with button on_click calls
2020-05-12 20:31:16 +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
…