Andreas Kling
|
644d5c5404
LibGUI: Switch focus if the currently focused widget is disabled
|
4 lat temu |
Andreas Kling
|
ddad7575a9
LibGUI: Improve automatic focus guessing somewhat
|
4 lat temu |
Andreas Kling
|
aef56159a8
LibGUI: Add Widget focus policies
|
4 lat temu |
Andreas Kling
|
e2f32b8f9d
LibCore: Make Core::Object properties more dynamic
|
4 lat temu |
Andreas Kling
|
cf429a788c
LibGUI: Add Widget override cursor concept
|
4 lat temu |
Andreas Kling
|
b4f307f982
LibGUI+WindowServer: Rename window "override cursor" to just "cursor"
|
4 lat temu |
Andreas Kling
|
0f9be82826
LibGfx: Move StandardCursor enum to LibGfx
|
4 lat temu |
Peter Elliott
|
45ed58865e
LibGUI+WindowServer: Add resize_aspect_ratio()
|
4 lat temu |
Linus Groh
|
0cab3bca2f
LibGUI: Add and use Window::center_on_screen()
|
4 lat temu |
Andreas Kling
|
75b8f4e4e6
LibGUI: Make focus events more aware of why focus is changing
|
4 lat temu |
Linus Groh
|
e58d3b8481
LibGUI: Add Window::window_type()
|
4 lat temu |
Peter Elliott
|
5ae9eee4a3
LibGUI+WindowServer: Provide default placement to windows
|
5 lat temu |
Andreas Kling
|
e0b8b4ac67
LibCore+LibGUI: Switch to using AK::is and AK::downcast
|
5 lat temu |
thankyouverycool
|
c50f258b7a
LibGUI+WindowServer: Allow applets to retrieve their location
|
5 lat temu |
Andreas Kling
|
a655cf5b41
LibGUI: Break up Window::event() into many smaller functions
|
5 lat temu |
Tom
|
ec3737510d
WindowServer: Add accessory windows
|
5 lat temu |
thankyouverycool
|
dc716194c8
LibGUI: Add on_activity_change function to Window
|
5 lat temu |
Linus Groh
|
899dcba158
WindowServer+LibGUI: Add "wait" cursor
|
5 lat temu |
Linus Groh
|
b8a8e417f1
WindowServer+LibGUI: Add "help" cursor
|
5 lat temu |
Linus Groh
|
62866208ee
WindowServer+LibGUI: Add "resize row/column" cursors
|
5 lat temu |
Hüseyin ASLITÜRK
|
12671e38e7
LibGUI: Add a new Window::is_maximized method
|
5 lat temu |
Andreas Kling
|
116cf92156
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
5 lat temu |
Andreas Kling
|
1d6ec51bee
WindowServer+LibGUI: Add per-window progress
|
5 lat temu |
Andreas Kling
|
4806cd122d
LibGUI: Focus the first focusable widget added to a window
|
5 lat temu |
Shannon Booth
|
df43e09433
LibGUI+WindowServer: Allow applications to set custom cursor bitmaps
|
5 lat temu |
Andreas Kling
|
c2b5519ce2
LibGUI+WindowServer: Allow apps to use the "move" cursor :^)
|
5 lat temu |
Andreas Kling
|
745b0b27fd
WindowServer+LibGUI: Automatically close child windows with parent
|
5 lat temu |
Andreas Kling
|
d847304cb9
WindowServer+LibGUI: Add "frameless" window flag
|
5 lat temu |
Andreas Kling
|
bb7eb3e104
WindowServer+LibGUI: Remove unused Window::show_titlebar() flag
|
5 lat temu |
Andreas Kling
|
6228f72b87
LibGUI+WindowServer: Inform WindowServer about parent/child windows
|
5 lat temu |