Sam Atkins
|
b32f5dbcff
LibCore+LibGUI: Add fallible versions of Widget::load_from_gml()
|
2 years ago |
MacDue
|
7be0b27dd3
Meta+Userland: Pass Gfx::IntPoint by value
|
2 years ago |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Cameron Youell
|
4e3b965d7f
LibGUI: Fix a typo
|
2 years ago |
thankyouverycool
|
3b18226fcb
LibGUI: Let Widgets track their focus proxy delegators
|
2 years ago |
thankyouverycool
|
24d299c9c8
LibGUI+WindowServer+Applets+Taskbar: Remove active input concepts
|
2 years ago |
Zaggy1024
|
967dfa7956
LibGUI: Handle Action keyboard shortcuts in Widget keydown
|
2 years ago |
Zaggy1024
|
8e7c7e0a2a
LibGUI: Share code for finding an Action by Shortcut
|
2 years ago |
Andreas Kling
|
5908873b45
LibGUI: Fire Show/Hide events when adding/removing widget from tree
|
2 years ago |
thankyouverycool
|
4c7f95e2f8
LibGUI+WindowServer+Apps: Replace Accessory Windows
|
2 years ago |
David Smith
|
2a386c0b50
LibGUI: Don't let widgets hide tooltips they didn't show
|
2 years ago |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 years ago |
thankyouverycool
|
1d81d2e072
LibGUI: Don't ignore invisible widgets during layout changes
|
3 years ago |
FrHun
|
f35efe9bc8
LibGUI: Notify layout system of more relevant events in Widget
|
3 years ago |
FrHun
|
a0938d62f3
LibGUI: Avoid some unneeded relayouts from layout relevant changes
|
3 years ago |
FrHun
|
6f9777d35b
LibGUI: Add layout change propagation to Widget
|
3 years ago |
FrHun
|
aba6422e11
LibGUI: Add read-only effective size properties for debugging
|
3 years ago |
FrHun
|
ec1e25929e
LibGUI: Add effective and calculated sizes to Widget
|
3 years ago |
FrHun
|
2600669b73
LibGUI: Use preferred_size to emulate old is_shrink_to_fit
|
3 years ago |
FrHun
|
bd277939a1
LibGUI: Add preferred_size to Widget
|
3 years ago |
FrHun
|
a4aced7f3a
LibGUI: Introduce UIDimension properties
|
3 years ago |
FrHun
|
b47bf2fd7c
LibGUI: Use UIDimension in place of int in Widget
|
3 years ago |
FrHun
|
8081a8a5de
LibGUI: Add layout spacer support to GML
|
3 years ago |
Geordie Hall
|
737c1c86dc
LibGUI: Search for actions with a Shortcut instead of for KeyEvent
|
3 years ago |
Simon Wanner
|
206d6ece55
LibGfx: Move other font-related files to LibGfx/Font/
|
3 years ago |
kleines Filmröllchen
|
7e34b88ed4
LibGUI: Fully support TabWidget in GML
|
3 years ago |
kleines Filmröllchen
|
0410414455
LibGUI: Add a title to all Widgets
|
3 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
Lenny Maiorani
|
fe3b846ac8
Libraries: Use default constructors/destructors in LibGUI
|
3 years ago |