Andreas Kling
|
a396bb0c0b
LibGfx: Remove indexed palette formats from Bitmap and Painter
|
1 éve |
Tim Ledbetter
|
24aa43f3fd
LibGUI: Use floating rect when saving window state on exit
|
1 éve |
Bastiaan van der Plaat
|
613557a535
LibGUI: Add window remember state that loads and saves from config
|
1 éve |
Andreas Kling
|
bd61e75e0b
LibGUI: Remove Window::try_add_menu()
|
1 éve |
Andreas Kling
|
5300896095
LibGUI: Remove Menubar::try_add_menu()
|
1 éve |
Andreas Kling
|
ddbe6bd7b4
Userland: Rename Core::Object to Core::EventReceiver
|
1 éve |
Andreas Kling
|
405187993a
LibGUI+LibCore: Move GML property system from LibCore to LibGUI
|
1 éve |
Valtteri Koskivuori
|
6931a5a0a8
WindowServer+LibGUI: Yank out window-global opacity
|
2 éve |
thankyouverycool
|
dfe06096c7
LibGUI: Add Window::constrain_to_desktop() helper
|
2 éve |
Andreas Kling
|
98b8bab441
LibGUI: Use Variant's built-in equality operator in Window and Widget
|
2 éve |
Karol Kosek
|
969543a847
LibGUI+Userland: Make Window::*add_menu take name using new string
|
2 éve |
Karol Kosek
|
60a338758c
LibGUI: Port Menubar to new string
|
2 éve |
thankyouverycool
|
7304556ff2
LibGUI: Add Window::on_font_change() hook
|
2 éve |
thankyouverycool
|
aa94b944de
LibGUI: Allow Windows to auto shrink
|
2 éve |
Lucas CHOLLET
|
3323127db0
LibGUI: Allow blocking modals and popups to handle their own shortcuts
|
2 éve |
Lucas CHOLLET
|
baac824ee3
LibGUI: Make `propagate_shortcuts` handle different level of propagation
|
2 éve |
Andreas Kling
|
faa1a09042
LibGUI: Fix const-correctness issues
|
2 éve |
Tim Schumacher
|
82a152b696
LibGfx: Remove `try_` prefix from bitmap creation functions
|
2 éve |
Jelle Raaijmakers
|
634d1e0197
LibGUI+WindowServer: Improve window resizing performance
|
2 éve |
MacDue
|
c7ab6daf26
LibGUI: Stop duplicating mouse events of cursor tracking widget
|
2 éve |
thankyouverycool
|
5b02e6a46b
LibGUI: Handle Enter+Leave events for automatic cursor trackers
|
2 éve |
MacDue
|
27fae78335
Meta+Userland: Pass Gfx::IntSize by value
|
2 éve |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 éve |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 éve |
thankyouverycool
|
ef7d9c0166
LibGUI: Disallow shortcut propagation in Blocking modals and Popups
|
2 éve |
thankyouverycool
|
3027cf7e99
LibGUI+WindowServer: Remove InputPreemptor concept
|
2 éve |
thankyouverycool
|
5d567565a4
LibGUI+WindowServer: Replace WindowInput{Enter,Leave} Events
|
2 éve |
thankyouverycool
|
c88d77361c
LibGUI: Allow adding previously constructed menus to Menubar
|
2 éve |
Zaggy1024
|
967dfa7956
LibGUI: Handle Action keyboard shortcuts in Widget keydown
|
2 éve |
Zaggy1024
|
8e7c7e0a2a
LibGUI: Share code for finding an Action by Shortcut
|
2 éve |