Andreas Kling
|
ddbe6bd7b4
Userland: Rename Core::Object to Core::EventReceiver
|
před 1 rokem |
Andreas Kling
|
405187993a
LibGUI+LibCore: Move GML property system from LibCore to LibGUI
|
před 1 rokem |
Valtteri Koskivuori
|
6931a5a0a8
WindowServer+LibGUI: Yank out window-global opacity
|
před 2 roky |
thankyouverycool
|
dfe06096c7
LibGUI: Add Window::constrain_to_desktop() helper
|
před 2 roky |
Andreas Kling
|
98b8bab441
LibGUI: Use Variant's built-in equality operator in Window and Widget
|
před 2 roky |
Karol Kosek
|
969543a847
LibGUI+Userland: Make Window::*add_menu take name using new string
|
před 2 roky |
Karol Kosek
|
60a338758c
LibGUI: Port Menubar to new string
|
před 2 roky |
thankyouverycool
|
7304556ff2
LibGUI: Add Window::on_font_change() hook
|
před 2 roky |
thankyouverycool
|
aa94b944de
LibGUI: Allow Windows to auto shrink
|
před 2 roky |
Lucas CHOLLET
|
3323127db0
LibGUI: Allow blocking modals and popups to handle their own shortcuts
|
před 2 roky |
Lucas CHOLLET
|
baac824ee3
LibGUI: Make `propagate_shortcuts` handle different level of propagation
|
před 2 roky |
Andreas Kling
|
faa1a09042
LibGUI: Fix const-correctness issues
|
před 2 roky |
Tim Schumacher
|
82a152b696
LibGfx: Remove `try_` prefix from bitmap creation functions
|
před 2 roky |
Jelle Raaijmakers
|
634d1e0197
LibGUI+WindowServer: Improve window resizing performance
|
před 2 roky |
MacDue
|
c7ab6daf26
LibGUI: Stop duplicating mouse events of cursor tracking widget
|
před 2 roky |
thankyouverycool
|
5b02e6a46b
LibGUI: Handle Enter+Leave events for automatic cursor trackers
|
před 2 roky |
MacDue
|
27fae78335
Meta+Userland: Pass Gfx::IntSize by value
|
před 2 roky |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
před 2 roky |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
před 2 roky |
thankyouverycool
|
ef7d9c0166
LibGUI: Disallow shortcut propagation in Blocking modals and Popups
|
před 2 roky |
thankyouverycool
|
3027cf7e99
LibGUI+WindowServer: Remove InputPreemptor concept
|
před 2 roky |
thankyouverycool
|
5d567565a4
LibGUI+WindowServer: Replace WindowInput{Enter,Leave} Events
|
před 2 roky |
thankyouverycool
|
c88d77361c
LibGUI: Allow adding previously constructed menus to Menubar
|
před 2 roky |
Zaggy1024
|
967dfa7956
LibGUI: Handle Action keyboard shortcuts in Widget keydown
|
před 2 roky |
Zaggy1024
|
8e7c7e0a2a
LibGUI: Share code for finding an Action by Shortcut
|
před 2 roky |
Timothy Flynn
|
0d5209cee6
LibGUI+WindowServer: Allow programatically minimizing windows
|
před 2 roky |
demostanis
|
63a18aa89e
LibGUI+WindowServer: Add Window::set_always_on_top()
|
před 2 roky |
Mart G
|
8202beeb2b
WindowServer+LibGUI: Shrink window edge resize hot-spots
|
před 2 roky |
thankyouverycool
|
7c2edd232d
LibGUI: Reset Windows as visible for timer purposes on show()
|
před 2 roky |
thankyouverycool
|
463aff827e
LibGUI+WindowServer: Notify Windows on input preemption
|
před 2 roky |