Andreas Kling
|
c381e7f5a0
LibGUI: Add Window::on_close hook
|
4 years ago |
Andreas Kling
|
42179715c3
LibCore: Remove some hand-rolled type information from Core::Object
|
4 years ago |
Andreas Kling
|
04e3bcfa75
LibGUI: Add Window::center_within(Window)
|
4 years ago |
Andreas Kling
|
7dc5a3ead8
LibGUI: Rewrite layout system in terms of min and max sizes
|
4 years ago |
Andreas Kling
|
644d5c5404
LibGUI: Switch focus if the currently focused widget is disabled
|
4 years ago |
Andreas Kling
|
0e2b7f9c9a
Kernel: Remove the per-process icon_id and sys$set_process_icon()
|
4 years ago |
Linus Groh
|
fe88f46bc9
LibGUI: Don't assume main widget exists in Window::handle_resize_event()
|
4 years ago |
Zac
|
dea399ff08
FileManager: focus_dependent_delete_action is correctly enabled/disabled
|
4 years ago |
Tom
|
75f61fe3d9
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
|
4 years ago |
Andreas Kling
|
b0cdb6b074
LibGUI: Deduplicate widgets with proxied focus in focus chain
|
4 years ago |
Andreas Kling
|
ddad7575a9
LibGUI: Improve automatic focus guessing somewhat
|
4 years ago |
Andreas Kling
|
aef56159a8
LibGUI: Add Widget focus policies
|
4 years ago |
Andreas Kling
|
0b746075d8
LibGUI: Tolerate Window::set_icon(nullptr)
|
4 years ago |
Andreas Kling
|
e2f32b8f9d
LibCore: Make Core::Object properties more dynamic
|
4 years ago |
Ben Wiederhake
|
e3101c74c6
LibGUI: Use new Bitmap::minimum_pitch method
|
4 years ago |
Andreas Kling
|
cf429a788c
LibGUI: Add Widget override cursor concept
|
4 years ago |
Andreas Kling
|
b4f307f982
LibGUI+WindowServer: Rename window "override cursor" to just "cursor"
|
4 years ago |
Andreas Kling
|
0f9be82826
LibGfx: Move StandardCursor enum to LibGfx
|
4 years ago |
Peter Elliott
|
45ed58865e
LibGUI+WindowServer: Add resize_aspect_ratio()
|
4 years ago |
Linus Groh
|
0cab3bca2f
LibGUI: Add and use Window::center_on_screen()
|
4 years ago |
Andreas Kling
|
75b8f4e4e6
LibGUI: Make focus events more aware of why focus is changing
|
4 years ago |
Peter Elliott
|
5ae9eee4a3
LibGUI+WindowServer: Provide default placement to windows
|
5 years ago |
thankyouverycool
|
c50f258b7a
LibGUI+WindowServer: Allow applets to retrieve their location
|
5 years ago |
Andreas Kling
|
a655cf5b41
LibGUI: Break up Window::event() into many smaller functions
|
5 years ago |
Andreas Kling
|
5f0d24cab2
LibGUI: Turn a heap-allocated event into a stack-allocated one
|
5 years ago |
Tom
|
9844088964
LibGUI: Clear previous main widget's window
|
5 years ago |
Tom
|
ec3737510d
WindowServer: Add accessory windows
|
5 years ago |
thankyouverycool
|
dc716194c8
LibGUI: Add on_activity_change function to Window
|
5 years ago |
Andreas Kling
|
ca93c22ae2
LibGUI: Turn GUI::Application::the() into a pointer
|
5 years ago |
Hüseyin ASLITÜRK
|
12671e38e7
LibGUI: Add a new Window::is_maximized method
|
5 years ago |