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