Karol Kosek
|
969543a847
LibGUI+Userland: Make Window::*add_menu take name using new string
|
2 years ago |
Karol Kosek
|
60a338758c
LibGUI: Port Menubar to new string
|
2 years ago |
thankyouverycool
|
7304556ff2
LibGUI: Add Window::on_font_change() hook
|
2 years ago |
thankyouverycool
|
aa94b944de
LibGUI: Allow Windows to auto shrink
|
2 years ago |
Lucas CHOLLET
|
3323127db0
LibGUI: Allow blocking modals and popups to handle their own shortcuts
|
2 years ago |
Lucas CHOLLET
|
baac824ee3
LibGUI: Make `propagate_shortcuts` handle different level of propagation
|
2 years ago |
Andreas Kling
|
faa1a09042
LibGUI: Fix const-correctness issues
|
2 years ago |
Tim Schumacher
|
82a152b696
LibGfx: Remove `try_` prefix from bitmap creation functions
|
2 years ago |
Jelle Raaijmakers
|
634d1e0197
LibGUI+WindowServer: Improve window resizing performance
|
2 years ago |
MacDue
|
c7ab6daf26
LibGUI: Stop duplicating mouse events of cursor tracking widget
|
2 years ago |
thankyouverycool
|
5b02e6a46b
LibGUI: Handle Enter+Leave events for automatic cursor trackers
|
2 years ago |
MacDue
|
27fae78335
Meta+Userland: Pass Gfx::IntSize 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 |
thankyouverycool
|
ef7d9c0166
LibGUI: Disallow shortcut propagation in Blocking modals and Popups
|
2 years ago |
thankyouverycool
|
3027cf7e99
LibGUI+WindowServer: Remove InputPreemptor concept
|
2 years ago |
thankyouverycool
|
5d567565a4
LibGUI+WindowServer: Replace WindowInput{Enter,Leave} Events
|
2 years ago |
thankyouverycool
|
c88d77361c
LibGUI: Allow adding previously constructed menus to Menubar
|
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 |
Timothy Flynn
|
0d5209cee6
LibGUI+WindowServer: Allow programatically minimizing windows
|
2 years ago |
demostanis
|
63a18aa89e
LibGUI+WindowServer: Add Window::set_always_on_top()
|
2 years ago |
Mart G
|
8202beeb2b
WindowServer+LibGUI: Shrink window edge resize hot-spots
|
2 years ago |
thankyouverycool
|
7c2edd232d
LibGUI: Reset Windows as visible for timer purposes on show()
|
2 years ago |
thankyouverycool
|
463aff827e
LibGUI+WindowServer: Notify Windows on input preemption
|
2 years ago |
thankyouverycool
|
4c7f95e2f8
LibGUI+WindowServer+Apps: Replace Accessory Windows
|
2 years ago |
thankyouverycool
|
589572cfa4
LibGUI+WindowServer: Introduce WindowModes
|
2 years ago |
thankyouverycool
|
c5dd72ac71
LibGUI: Remember size and position of hidden Windows
|
2 years ago |
thankyouverycool
|
46d6347035
LibGUI+WindowServer: Initialize minimum window size to zero
|
2 years ago |
Andreas Kling
|
6548ae8afd
LibGUI: Retain the active input tracking widget's cursor
|
2 years ago |