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
/
Services
/
WindowServer
/
Window.h
Age
Commit message (
Expand
)
Author
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-25
Userland: Rename IPC ClientConnection => ConnectionFromClient
Itamar
2022-02-21
WindowServer: Mark window frame as invalidated when updating title
Tom
2022-02-14
WindowServer: Consolidate tiled and maximized window rects calculation
Vitaly Dyachkov
2022-02-08
WindowServer: Add Vertically/HorizontallyMaximized WindowTileTypes
thankyouverycool
2022-02-08
WindowServer: Unify Window restore rects
thankyouverycool
2022-02-08
WindowServer: Rename Window::tiled() => tile_type() and add is_tiled()
thankyouverycool
2022-02-03
WindowServer+Keymap+LibGUI: Add widget to display current keymap
Timur Sultanov
2022-01-25
WindowServer: Rename default_positioned() -> is_default_positioned()
Valtteri Koskivuori
2021-11-13
WindowServer: Replace "Pin/Unpin Window" => "Always on Top"
Andreas Kling
2021-11-13
Everywhere: Replace "virtual desktop" => "workspace"
Andreas Kling
2021-11-02
AK+WindowServer: Remove did_construct() framework used only once
Ben Wiederhake
2021-10-21
LibGUI+WindowServer: Add option to hide a widow's close button
Timothy Flynn
2021-09-10
WindowServer: Fix 'sticky' mouse after resize
Ben Wiederhake
2021-09-10
AK+Everywhere: Reduce the number of template parameters of IntrusiveList
Ali Mohammad Pur
2021-08-02
LibGUI, WindowServer: Greatly simplify menubar logic
sin-ack
2021-07-18
WindowServer: Fix compositor overdraw issues related to transparency
Tom
2021-07-18
WindowServer: Let clients mark windows as stealable by specific clients
Timothy
2021-07-08
WindowServer: Allow partial repaints in window frame & menubars
Andreas Kling
2021-07-07
WindowServer: Allow windows to be pinnable (always on top)
Andres Crucitti
2021-07-05
WindowServer: Improve screen invalidation on window state changes
Tom
2021-07-04
WindowServer+LibGUI: Add a way to force a window to have a drop shadow
Andreas Kling
2021-07-04
WindowServer: Add show desktop toggle IPC call
ForLoveOfCats
2021-07-03
WindowServer: Rename Window::outer_stack -> Window::window_stack
Tom
2021-07-03
WindowServer: Add API to change virtual desktop settings
Tom
2021-07-03
WindowServer: Add basic virtual desktop support
Tom
2021-06-27
WindowServer: Un-tile window if resizing warrants it
Tom
2021-06-27
WindowServer+LibGUI: Allow specifying a "launch origin" for new windows
Andreas Kling
2021-06-27
WindowServer: Add a more generic mechanism for animations
Andreas Kling
2021-06-20
WindowServer: Add initial support for rendering on multiple screens
Tom
2021-06-18
WindowServer: Make hit test results richer
Andreas Kling
2021-06-18
WindowServer: Keep track of which WindowStack a Window is part of
Andreas Kling
2021-06-16
WindowServer: Remove unused AK::InlineLinkedList header includes
Brian Gianforcaro
2021-06-03
WindowServer: Switch Window to IntrusiveList from InlineLinkedList
Brian Gianforcaro
2021-05-10
WindowServer: Add "Move" action to window menus
Andreas Kling
2021-05-10
WindowServer: Compute final window title before passing to WM clients
Andreas Kling
2021-05-09
WindowServer: Simplify the way we update items in the window menu
Andreas Kling
2021-05-02
WindowServer+Base: Show alternate close button for "modified" windows
Andreas Kling
2021-05-02
WindowServer: Minor tweaks to Window.h
Andreas Kling
2021-05-02
WindowServer+LibGUI+Taskbar: Store window progress as Optional<int>
Andreas Kling
2021-05-01
WindowServer: Add Window "modified" state
Andreas Kling
2021-04-28
WindowServer: Use window menu actions when clicking frame buttons
Tom
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-16
WindowServer: Replace window menu action magic numbers with enum
Linus Groh
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-04-05
WindowServer: Support Alt+Character menu shortcuts :^)
Andreas Kling
2021-04-04
WindowServer+LibGUI: Rename WindowType::MenuApplet => Applet
Andreas Kling
2021-03-30
WindowServer+Taskbar: Show applets in taskbar :^)
Andreas Kling
2021-03-28
WindowManager: Allow disabling window hit testing altogether
Tom
[next]