Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-15 | LibGfx: Replace manual forward declarations with <LibGfx/Forward.h> | Andreas Kling | |
2020-02-11 | WindowServer: Make some WindowSwitcher members private | Andreas Kling | |
2020-02-11 | WindowServer: Remove unused WindowManager::draw_window_switcher() | Andreas Kling | |
2020-02-11 | WindowServer: Draw a coolbar border around the hovered switcher item | Andreas Kling | |
This gives a small but nice indication that the switcher window list items are clickable. :^) | |||
2020-02-11 | WindowServer: Update window switcher when moving window to front | Andreas 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-11 | WindowServer: Allow clicking on windows in the window switcher | Andreas Kling | |
You can now switch between windows using your mouse to click them in the window switcher. :^) | |||
2020-02-06 | WindowServer: Move classes into WindowServer namespace | Andreas Kling | |
Also remove the leading WS from names and filenames. |