Andreas Kling
|
f35a723f61
Everywhere: Convert a bunch of dbgprintf() to dbgln()
|
4 年 前 |
Andreas Kling
|
5f364f5dc1
LibGUI: Clear the application's drag-hovered widget on drop event
|
4 年 前 |
Andreas Kling
|
67b91d51a7
WindowServer+LibGUI: Pass the set of mime types being dragged to client
|
4 年 前 |
Andreas Kling
|
3b94af2c07
LibGUI: Have widgets signal willingness to accept drops
|
4 年 前 |
Andreas Kling
|
9acb72e804
LibGUI: Add "drag enter" and "drag leave" events
|
4 年 前 |
Andreas Kling
|
1c8eaf28cd
LibGUI: Add GUI::Application::active_window()
|
4 年 前 |
Andreas Kling
|
8b90e8d08b
LibGUI: Remove unused hook Window::on_activity_change
|
4 年 前 |
Andreas Kling
|
c381e7f5a0
LibGUI: Add Window::on_close hook
|
4 年 前 |
Andreas Kling
|
42179715c3
LibCore: Remove some hand-rolled type information from Core::Object
|
4 年 前 |
Andreas Kling
|
04e3bcfa75
LibGUI: Add Window::center_within(Window)
|
4 年 前 |
Andreas Kling
|
7dc5a3ead8
LibGUI: Rewrite layout system in terms of min and max sizes
|
4 年 前 |
Andreas Kling
|
644d5c5404
LibGUI: Switch focus if the currently focused widget is disabled
|
4 年 前 |
Andreas Kling
|
0e2b7f9c9a
Kernel: Remove the per-process icon_id and sys$set_process_icon()
|
4 年 前 |
Linus Groh
|
fe88f46bc9
LibGUI: Don't assume main widget exists in Window::handle_resize_event()
|
4 年 前 |
Zac
|
dea399ff08
FileManager: focus_dependent_delete_action is correctly enabled/disabled
|
4 年 前 |
Tom
|
75f61fe3d9
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
|
4 年 前 |
Andreas Kling
|
b0cdb6b074
LibGUI: Deduplicate widgets with proxied focus in focus chain
|
4 年 前 |
Andreas Kling
|
ddad7575a9
LibGUI: Improve automatic focus guessing somewhat
|
4 年 前 |
Andreas Kling
|
aef56159a8
LibGUI: Add Widget focus policies
|
4 年 前 |
Andreas Kling
|
0b746075d8
LibGUI: Tolerate Window::set_icon(nullptr)
|
4 年 前 |
Andreas Kling
|
e2f32b8f9d
LibCore: Make Core::Object properties more dynamic
|
4 年 前 |
Ben Wiederhake
|
e3101c74c6
LibGUI: Use new Bitmap::minimum_pitch method
|
4 年 前 |
Andreas Kling
|
cf429a788c
LibGUI: Add Widget override cursor concept
|
4 年 前 |
Andreas Kling
|
b4f307f982
LibGUI+WindowServer: Rename window "override cursor" to just "cursor"
|
4 年 前 |
Andreas Kling
|
0f9be82826
LibGfx: Move StandardCursor enum to LibGfx
|
4 年 前 |
Peter Elliott
|
45ed58865e
LibGUI+WindowServer: Add resize_aspect_ratio()
|
4 年 前 |
Linus Groh
|
0cab3bca2f
LibGUI: Add and use Window::center_on_screen()
|
4 年 前 |
Andreas Kling
|
75b8f4e4e6
LibGUI: Make focus events more aware of why focus is changing
|
4 年 前 |
Peter Elliott
|
5ae9eee4a3
LibGUI+WindowServer: Provide default placement to windows
|
4 年 前 |
thankyouverycool
|
c50f258b7a
LibGUI+WindowServer: Allow applets to retrieve their location
|
5 年 前 |