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-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