summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/Window.h
AgeCommit message (Expand)Author
2020-08-23LibGUI+WindowServer: Add resize_aspect_ratio()Peter Elliott
2020-08-15LibGUI: Add and use Window::center_on_screen()Linus Groh
2020-08-15LibGUI: Make focus events more aware of why focus is changingAndreas Kling
2020-08-14LibGUI: Add Window::window_type()Linus Groh
2020-08-01LibGUI+WindowServer: Provide default placement to windowsPeter Elliott
2020-07-26LibCore+LibGUI: Switch to using AK::is and AK::downcastAndreas Kling
2020-07-26LibGUI+WindowServer: Allow applets to retrieve their locationthankyouverycool
2020-07-24LibGUI: Break up Window::event() into many smaller functionsAndreas Kling
2020-07-15WindowServer: Add accessory windowsTom
2020-07-15LibGUI: Add on_activity_change function to Windowthankyouverycool
2020-07-07WindowServer+LibGUI: Add "wait" cursorLinus Groh
2020-07-07WindowServer+LibGUI: Add "help" cursorLinus Groh
2020-07-07WindowServer+LibGUI: Add "resize row/column" cursorsLinus Groh
2020-06-18LibGUI: Add a new Window::is_maximized methodHüseyin ASLITÜRK
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-05-30WindowServer+LibGUI: Add per-window progressAndreas Kling
2020-05-21LibGUI: Focus the first focusable widget added to a windowAndreas Kling
2020-05-16LibGUI+WindowServer: Allow applications to set custom cursor bitmapsShannon Booth
2020-05-13LibGUI+WindowServer: Allow apps to use the "move" cursor :^)Andreas Kling
2020-05-02WindowServer+LibGUI: Automatically close child windows with parentAndreas Kling
2020-05-02WindowServer+LibGUI: Add "frameless" window flagAndreas Kling
2020-05-02WindowServer+LibGUI: Remove unused Window::show_titlebar() flagAndreas Kling
2020-05-02LibGUI+WindowServer: Inform WindowServer about parent/child windowsAndreas Kling
2020-04-15LibGfx: Don't allow creating bitmaps whose sizes would overflowAndreas Kling
2020-03-22LibGUI: Don't spam WindowServer with SetWindowOverrideCursor messagesAndreas Kling
2020-03-16LibGUI: Add a ThemeChange eventOriko
2020-03-12LibGUI: Track window visibility with a separate flag (#1424)Alex Muscar
2020-03-05LibGUI: Forget some of Window's widgets eagerly on widget unparentingAndreas Kling
2020-03-03LibGUI: Some more convenience functions for constructing widgetsAndreas Kling
2020-02-24WindowServer+LibGUI: Allow changing a window's base size and incrementAndreas Kling
2020-02-19WindowServer+LibGUI: Force full window repaints after theme changeAndreas Kling
2020-02-16LibGUI: Add forwarding headerAndreas Kling
2020-02-14LibGfx: Add forward declaration headerAndreas Kling
2020-02-14LibCore: Add a forward declaration headerAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling