index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibGUI
/
Window.h
Age
Commit message (
Expand
)
Author
2020-10-30
LibGUI: Improve automatic focus guessing somewhat
Andreas Kling
2020-10-30
LibGUI: Add Widget focus policies
Andreas Kling
2020-09-15
LibCore: Make Core::Object properties more dynamic
Andreas Kling
2020-09-11
LibGUI: Add Widget override cursor concept
Andreas Kling
2020-09-11
LibGUI+WindowServer: Rename window "override cursor" to just "cursor"
Andreas Kling
2020-09-10
LibGfx: Move StandardCursor enum to LibGfx
Andreas Kling
2020-08-23
LibGUI+WindowServer: Add resize_aspect_ratio()
Peter Elliott
2020-08-15
LibGUI: Add and use Window::center_on_screen()
Linus Groh
2020-08-15
LibGUI: Make focus events more aware of why focus is changing
Andreas Kling
2020-08-14
LibGUI: Add Window::window_type()
Linus Groh
2020-08-01
LibGUI+WindowServer: Provide default placement to windows
Peter Elliott
2020-07-26
LibCore+LibGUI: Switch to using AK::is and AK::downcast
Andreas Kling
2020-07-26
LibGUI+WindowServer: Allow applets to retrieve their location
thankyouverycool
2020-07-24
LibGUI: Break up Window::event() into many smaller functions
Andreas Kling
2020-07-15
WindowServer: Add accessory windows
Tom
2020-07-15
LibGUI: Add on_activity_change function to Window
thankyouverycool
2020-07-07
WindowServer+LibGUI: Add "wait" cursor
Linus Groh
2020-07-07
WindowServer+LibGUI: Add "help" cursor
Linus Groh
2020-07-07
WindowServer+LibGUI: Add "resize row/column" cursors
Linus Groh
2020-06-18
LibGUI: Add a new Window::is_maximized method
Hüseyin ASLITÜRK
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-05-30
WindowServer+LibGUI: Add per-window progress
Andreas Kling
2020-05-21
LibGUI: Focus the first focusable widget added to a window
Andreas Kling
2020-05-16
LibGUI+WindowServer: Allow applications to set custom cursor bitmaps
Shannon Booth
2020-05-13
LibGUI+WindowServer: Allow apps to use the "move" cursor :^)
Andreas Kling
2020-05-02
WindowServer+LibGUI: Automatically close child windows with parent
Andreas Kling
2020-05-02
WindowServer+LibGUI: Add "frameless" window flag
Andreas Kling
2020-05-02
WindowServer+LibGUI: Remove unused Window::show_titlebar() flag
Andreas Kling
2020-05-02
LibGUI+WindowServer: Inform WindowServer about parent/child windows
Andreas Kling
2020-04-15
LibGfx: Don't allow creating bitmaps whose sizes would overflow
Andreas Kling
2020-03-22
LibGUI: Don't spam WindowServer with SetWindowOverrideCursor messages
Andreas Kling
2020-03-16
LibGUI: Add a ThemeChange event
Oriko
2020-03-12
LibGUI: Track window visibility with a separate flag (#1424)
Alex Muscar
2020-03-05
LibGUI: Forget some of Window's widgets eagerly on widget unparenting
Andreas Kling
2020-03-03
LibGUI: Some more convenience functions for constructing widgets
Andreas Kling
2020-02-24
WindowServer+LibGUI: Allow changing a window's base size and increment
Andreas Kling
2020-02-19
WindowServer+LibGUI: Force full window repaints after theme change
Andreas Kling
2020-02-16
LibGUI: Add forwarding header
Andreas Kling
2020-02-14
LibGfx: Add forward declaration header
Andreas Kling
2020-02-14
LibCore: Add a forward declaration header
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling