summaryrefslogtreecommitdiff
path: root/Userland/Services/WindowServer/WindowSwitcher.cpp
AgeCommit message (Expand)Author
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-24Services: Use default constructors/destructorsLenny Maiorani
2021-12-25WindowServer: Skip over destroyed windows in WindowSwitcher::draw()Andreas Kling
2021-11-14WindowServer: Make window switcher look more like other overlaysAndreas Kling
2021-11-14WindowServer: Clear window switcher's hovered item when cursor leavesAndreas Kling
2021-11-14WindowServer: Reset the window switcher's hovered item between usesAndreas Kling
2021-07-08WindowServer: Remove rect behind window icon in WindowSwitchernetworkException
2021-07-03WindowServer: Rename Window::outer_stack -> Window::window_stackTom
2021-07-03WindowServer: Show window's desktop in window switcher if neededTom
2021-07-03WindowServer: Support two window switcher modes: all or current desktopTom
2021-07-03WindowServer: Add basic virtual desktop supportTom
2021-06-20WindowServer: Add initial support for rendering on multiple screensTom
2021-06-18WindowServer: Add WindowStack conceptAndreas Kling
2021-05-10WindowServer: Compute final window title before passing to WM clientsAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-03-11Everywhere: Rename "logo" key to "super" keyAndreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Services: Move to Userland/Services/Andreas Kling