summaryrefslogtreecommitdiff
path: root/Servers/WindowServer/WindowSwitcher.h
AgeCommit message (Collapse)Author
2020-02-15LibGfx: Replace manual forward declarations with <LibGfx/Forward.h>Andreas Kling
2020-02-11WindowServer: Make some WindowSwitcher members privateAndreas Kling
2020-02-11WindowServer: Remove unused WindowManager::draw_window_switcher()Andreas Kling
2020-02-11WindowServer: Draw a coolbar border around the hovered switcher itemAndreas Kling
This gives a small but nice indication that the switcher window list items are clickable. :^)
2020-02-11WindowServer: Update window switcher when moving window to frontAndreas Kling
If the window switcher is up when a window is made frontmost (usually by clicking on it), the window will now become the selected window in the switcher. This still has a slight feeling of "hmm" but is definitely better than what we had before.
2020-02-11WindowServer: Allow clicking on windows in the window switcherAndreas Kling
You can now switch between windows using your mouse to click them in the window switcher. :^)
2020-02-06WindowServer: Move classes into WindowServer namespaceAndreas Kling
Also remove the leading WS from names and filenames.