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
1d6ec51beece130ed8b3c8787b45e83bfe35dbf9
ladybird
/
DevTools
/
VisualBuilder
History
Sergey Bugaev
fce49b3e32
LibGUI: Change GUI::KeyEvent::key() type to KeyCode
...
...instead of a plain int. Yay for some type safety.
2020-05-27 11:19:38 +02:00
..
CMakeLists.txt
Build: Switch to CMake :^)
2020-05-14 20:15:18 +02:00
main.cpp
LibGUI: Include keyboard modifier state with button on_click calls
2020-05-12 20:31:16 +02:00
VBForm.cpp
LibGUI: Change GUI::KeyEvent::key() type to KeyCode
2020-05-27 11:19:38 +02:00
VBForm.h
…
VBPropertiesWindow.cpp
…
VBPropertiesWindow.h
…
VBProperty.cpp
…
VBProperty.h
…
VBWidget.cpp
…
VBWidget.h
…
VBWidgetPropertyModel.cpp
LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing
2020-05-21 19:55:44 +02:00
VBWidgetPropertyModel.h
LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing
2020-05-21 19:55:44 +02:00
VBWidgetRegistry.cpp
…
VBWidgetRegistry.h
…
VBWidgetType.h
…