summaryrefslogtreecommitdiff
path: root/Userland/Services/WindowServer/Window.h
AgeCommit message (Expand)Author
2021-07-18WindowServer: Fix compositor overdraw issues related to transparencyTom
2021-07-18WindowServer: Let clients mark windows as stealable by specific clientsTimothy
2021-07-08WindowServer: Allow partial repaints in window frame & menubarsAndreas Kling
2021-07-07WindowServer: Allow windows to be pinnable (always on top)Andres Crucitti
2021-07-05WindowServer: Improve screen invalidation on window state changesTom
2021-07-04WindowServer+LibGUI: Add a way to force a window to have a drop shadowAndreas Kling
2021-07-04WindowServer: Add show desktop toggle IPC callForLoveOfCats
2021-07-03WindowServer: Rename Window::outer_stack -> Window::window_stackTom
2021-07-03WindowServer: Add API to change virtual desktop settingsTom
2021-07-03WindowServer: Add basic virtual desktop supportTom
2021-06-27WindowServer: Un-tile window if resizing warrants itTom
2021-06-27WindowServer+LibGUI: Allow specifying a "launch origin" for new windowsAndreas Kling
2021-06-27WindowServer: Add a more generic mechanism for animationsAndreas Kling
2021-06-20WindowServer: Add initial support for rendering on multiple screensTom
2021-06-18WindowServer: Make hit test results richerAndreas Kling
2021-06-18WindowServer: Keep track of which WindowStack a Window is part ofAndreas Kling
2021-06-16WindowServer: Remove unused AK::InlineLinkedList header includesBrian Gianforcaro
2021-06-03WindowServer: Switch Window to IntrusiveList from InlineLinkedListBrian Gianforcaro
2021-05-10WindowServer: Add "Move" action to window menusAndreas Kling
2021-05-10WindowServer: Compute final window title before passing to WM clientsAndreas Kling
2021-05-09WindowServer: Simplify the way we update items in the window menuAndreas Kling
2021-05-02WindowServer+Base: Show alternate close button for "modified" windowsAndreas Kling
2021-05-02WindowServer: Minor tweaks to Window.hAndreas Kling
2021-05-02WindowServer+LibGUI+Taskbar: Store window progress as Optional<int>Andreas Kling
2021-05-01WindowServer: Add Window "modified" stateAndreas Kling
2021-04-28WindowServer: Use window menu actions when clicking frame buttonsTom
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-17LibGUI+WindowServer: Separate window manager IPC from regular IPCsin-ack
2021-04-16WindowServer: Replace window menu action magic numbers with enumLinus Groh
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-04-05WindowServer: Support Alt+Character menu shortcuts :^)Andreas Kling
2021-04-04WindowServer+LibGUI: Rename WindowType::MenuApplet => AppletAndreas Kling
2021-03-30WindowServer+Taskbar: Show applets in taskbar :^)Andreas Kling
2021-03-28WindowManager: Allow disabling window hit testing altogetherTom
2021-03-28WindowServer: Add ability to show/hide window menubarsAndreas Kling
2021-03-28WindowServer: Make Window::event() protectedAndreas Kling
2021-03-25WindowServer+LibGfx: Show menus in windows! :^)Andreas Kling
2021-02-21WindowServer: Allow changing frameless state after a window is createdTom
2021-02-19WindowServer: Restore cursor when marking window as responsiveSahan Fernando
2021-02-16WindowServer+LibGUI+LibGfx: Add WindowType::ToolWindowAndreas Kling
2021-02-16WindowServer, LibGUI: Variable minimum window sizesNick Vella
2021-02-15WindowServer: Add support for alpha channel based hit testingTom
2021-02-12WindowServer: Recompute occlusions when changing window's alpha channelTom
2021-02-10WindowServer: Don't re-render the window frame when not neededTom
2021-02-09WindowServer: Vertically maximize windowCamisul
2021-02-08Everywhere: Add semantically-missing includesBen Wiederhake
2021-01-30WindowManager: Restore a window's geometry when untiling itetaIneLp
2021-01-29WindowServer: Split double-duty Window::normalize_rect()Ben Wiederhake
2021-01-29WindowServer: Allow superdrags to hide the titlebarBen Wiederhake
2021-01-23WindowServer: Fix many subtle bugs in tiling/maximizingBen Wiederhake