summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/Window.cpp
AgeCommit message (Expand)Author
2020-09-15LibCore: Make Core::Object properties more dynamicAndreas Kling
2020-09-12LibGUI: Use new Bitmap::minimum_pitch methodBen Wiederhake
2020-09-11LibGUI: Add Widget override cursor conceptAndreas Kling
2020-09-11LibGUI+WindowServer: Rename window "override cursor" to just "cursor"Andreas Kling
2020-09-10LibGfx: Move StandardCursor enum to LibGfxAndreas Kling
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-01LibGUI+WindowServer: Provide default placement to windowsPeter Elliott
2020-07-26LibGUI+WindowServer: Allow applets to retrieve their locationthankyouverycool
2020-07-24LibGUI: Break up Window::event() into many smaller functionsAndreas Kling
2020-07-16LibGUI: Turn a heap-allocated event into a stack-allocated oneAndreas Kling
2020-07-16LibGUI: Clear previous main widget's windowTom
2020-07-15WindowServer: Add accessory windowsTom
2020-07-15LibGUI: Add on_activity_change function to Windowthankyouverycool
2020-07-04LibGUI: Turn GUI::Application::the() into a pointerAndreas Kling
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-02LibGUI: Properly remove auto-destroyed child windows from reified_windows.Emilio Cobos Álvarez
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-19WindowServer/LibGUI: Enforce minimum window sizeLinus Groh
2020-04-15LibGfx: Don't allow creating bitmaps whose sizes would overflowAndreas Kling
2020-03-29WindowServer: Use Gfx::ShareableBitmap for SetWindowIconBitmapAndreas 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-11LibGUI: Don't update windows that aren't visible (#1410)Alex Muscar
2020-03-05LibGUI: Fix missing equality checks in Window::did_remove_widget()Andreas Kling
2020-03-05LibGUI: Forget some of Window's widgets eagerly on widget unparentingAndreas Kling
2020-03-05LibGUI: Make the default window title "GUI::Window"Andreas Kling
2020-02-28LibC: Move shbuf_* API's to <serenity.h>Andreas Kling
2020-02-28Kernel+LibC: Rename shared buffer syscalls to use a prefixAndreas 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-14LibGUI: Port the drag&drop code to Core::MimeDataAndreas Kling
2020-02-13WindowServer+LibGUI: Add a "drag move" eventAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling