index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGUI
/
Window.h
Age
Commit message (
Expand
)
Author
2021-11-24
LibGUI: Add GUI::Window::try_set_main_widget<T>(...)
Andreas Kling
2021-11-24
LibGUI: Add GUI::Window::try_add_menu()
Andreas Kling
2021-10-31
LibGUI: Support using a bitmap as override cursor
Marco Cutecchia
2021-10-23
LibGUI: Add Widget::repaint() to force an immediate repaint
Andreas Kling
2021-10-21
LibGUI+WindowServer: Add option to hide a widow's close button
Timothy Flynn
2021-10-17
LibGUI: Remember the maximized value if a window hasn't been created yet
Karol Kosek
2021-09-08
LibGUI+WindowServer: Remove now-obsolete cursor tracking feature
Ben Wiederhake
2021-08-31
WindowServer: Add message to notify clients of applet area resize
Joe Bentley
2021-08-05
LibGUI: Add on_active_window_change function object to the Window class
Karol Kosek
2021-08-02
LibGUI, WindowServer: Greatly simplify menubar logic
sin-ack
2021-07-26
LibGUI: Add virtual handlers for WindowEntered and WindowLeft events
sin-ack
2021-07-21
Userland: Add GUI::Window::add_menu() and use it everywhere
Andreas Kling
2021-07-12
LibGUI: Add FontsChanged event and deliver it to windows and widgets
LuK1337
2021-07-04
WindowServer+LibGUI: Add a way to force a window to have a drop shadow
Andreas Kling
2021-06-20
WindowServer: Add initial support for rendering on multiple screens
Tom
2021-06-09
LibGUI/WindowServer: Add set_maximized IPC call
Marcus Nilsson
2021-06-08
Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&>
Ali Mohammad Pur
2021-06-02
LibGUI: Fixes Widget->set_visible(false) still maintains focus bug
Matthew Jones
2021-05-19
Everywhere: Add missing includes for <AK/OwnPtr.h>
Gunnar Beutner
2021-05-02
WindowServer+LibGUI+Taskbar: Store window progress as Optional<int>
Andreas Kling
2021-05-01
LibGUI: Add getter/setter for GUI::Window modified state
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-17
LibGUI+WindowServer: Separate window manager IPC from regular IPC
sin-ack
2021-04-17
LibGUI: Make Window::set_title() take a String
Andreas Kling
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-04-04
LibGUI: Add ScreenRectChangeEvent and deliver it to windows and widgets
Linus Groh
2021-03-30
WindowServer+LibGUI: Plumb mouse/enter/leave events to applet windows
Andreas Kling
2021-03-25
WindowServer+LibGfx: Show menus in windows! :^)
Andreas Kling
2021-02-21
WindowServer: Allow changing frameless state after a window is created
Tom
2021-02-16
WindowServer, LibGUI: Variable minimum window sizes
Nick Vella
2021-02-15
WindowServer: Add support for alpha channel based hit testing
Tom
2021-02-12
WindowServer: Recompute occlusions when changing window's alpha channel
Tom
2021-02-01
LibGUI+WindowServer: Don't use a WM IPC to initiate own window resize
Andreas Kling
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-16
WindowServer, LibGUI: RefreshSystemTheme implementation
Nick Vella
2021-01-15
LibGUI: Window icons no longer need to be backed by shbufs
Andreas Kling
2021-01-15
LibGUI: Add a WindowBackingStore class
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling