Andreas Kling
|
db335f5f40
LibGfx+LibGUI: Move Bitmap volatility stuff to GUI::WindowBackingStore
|
1 year ago |
Andrew Kaster
|
6d4ba21832
LibIPC+Userland: Make IPC::File always own its file descriptor
|
1 year ago |
Dan Klishch
|
5ed7cd6e32
Everywhere: Use east const in more places
|
1 year ago |
Dan Klishch
|
1f4b15dcaa
LibGUI: Port rest of the classes to property deserializers
|
1 year ago |
Shannon Booth
|
e2e7c4d574
Everywhere: Use to_number<T> instead of to_{int,uint,float,double}
|
1 year ago |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 year ago |
david072
|
4386182be1
LibGUI+WindowServer: Store the source process' PID in the Window classes
|
1 year ago |
Andreas Kling
|
a396bb0c0b
LibGfx: Remove indexed palette formats from Bitmap and Painter
|
1 year ago |
Tim Ledbetter
|
24aa43f3fd
LibGUI: Use floating rect when saving window state on exit
|
1 year ago |
Bastiaan van der Plaat
|
613557a535
LibGUI: Add window remember state that loads and saves from config
|
1 year ago |
Andreas Kling
|
bd61e75e0b
LibGUI: Remove Window::try_add_menu()
|
1 year ago |
Andreas Kling
|
5300896095
LibGUI: Remove Menubar::try_add_menu()
|
1 year ago |
Andreas Kling
|
ddbe6bd7b4
Userland: Rename Core::Object to Core::EventReceiver
|
2 years ago |
Andreas Kling
|
405187993a
LibGUI+LibCore: Move GML property system from LibCore to LibGUI
|
2 years ago |
Valtteri Koskivuori
|
6931a5a0a8
WindowServer+LibGUI: Yank out window-global opacity
|
2 years ago |
thankyouverycool
|
dfe06096c7
LibGUI: Add Window::constrain_to_desktop() helper
|
2 years ago |
Andreas Kling
|
98b8bab441
LibGUI: Use Variant's built-in equality operator in Window and Widget
|
2 years ago |
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 |