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.cpp
Age
Commit message (
Expand
)
Author
2020-09-15
LibCore: Make Core::Object properties more dynamic
Andreas Kling
2020-09-12
LibGUI: Use new Bitmap::minimum_pitch method
Ben Wiederhake
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-01
LibGUI+WindowServer: Provide default placement to windows
Peter Elliott
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-16
LibGUI: Turn a heap-allocated event into a stack-allocated one
Andreas Kling
2020-07-16
LibGUI: Clear previous main widget's window
Tom
2020-07-15
WindowServer: Add accessory windows
Tom
2020-07-15
LibGUI: Add on_activity_change function to Window
thankyouverycool
2020-07-04
LibGUI: Turn GUI::Application::the() into a pointer
Andreas Kling
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-02
LibGUI: Properly remove auto-destroyed child windows from reified_windows.
Emilio Cobos Álvarez
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-19
WindowServer/LibGUI: Enforce minimum window size
Linus Groh
2020-04-15
LibGfx: Don't allow creating bitmaps whose sizes would overflow
Andreas Kling
2020-03-29
WindowServer: Use Gfx::ShareableBitmap for SetWindowIconBitmap
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-11
LibGUI: Don't update windows that aren't visible (#1410)
Alex Muscar
2020-03-05
LibGUI: Fix missing equality checks in Window::did_remove_widget()
Andreas Kling
2020-03-05
LibGUI: Forget some of Window's widgets eagerly on widget unparenting
Andreas Kling
2020-03-05
LibGUI: Make the default window title "GUI::Window"
Andreas Kling
2020-02-28
LibC: Move shbuf_* API's to <serenity.h>
Andreas Kling
2020-02-28
Kernel+LibC: Rename shared buffer syscalls to use a prefix
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
LibGUI: Port the drag&drop code to Core::MimeData
Andreas Kling
2020-02-13
WindowServer+LibGUI: Add a "drag move" event
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling