summaryrefslogtreecommitdiff
path: root/Servers/WindowServer/WSWindowSwitcher.cpp
AgeCommit message (Expand)Author
2020-01-01WindowServer: Implement switching windows in reverse orderJami Kettunen
2019-12-29WindowServer: Include minimised windows for switchingShannon Booth
2019-12-29LibDraw+LibGUI: Allow changing individual colors in a PaletteAndreas Kling
2019-12-27WindowServer+LibGUI: Mark window bitmaps volatile in occluded windowsAndreas Kling
2019-12-24LibGUI+LibDraw: Add "Palette" concept for scoped color themingAndreas Kling
2019-12-24LibDraw: Add Selection and SelectionText system theme colorsAndreas Kling
2019-09-22LibCore: Make CObject reference-countedAndreas Kling
2019-08-26WindowServer+LibGUI: Show action icons in the menus when possibleAndreas Kling
2019-07-18LibDraw: Introduce (formerly known as SharedGraphics.)Andreas Kling
2019-06-30GUI: Use Win2K-like "warm gray" color instead of the older colder gray.Andreas Kling
2019-06-07WindowServer: Run clang-format on everything.Andreas Kling
2019-05-24WindowServer: Factor out compositing from WSWindowManager into WSCompositor.Andreas Kling
2019-05-13WindowServer: Make the ordering in the window switcher a bit more sane.Andreas Kling
2019-05-12WindowServer: Show downscaled window thumbnails in the window switcher.Andreas Kling
2019-04-23WindowServer: Add some padding to the window switcher items.Andreas Kling
2019-04-14WindowServer: Rename WSMessage* => WSEvent*.Andreas Kling
2019-04-14WindowServer: Port WindowServer to LibCore.Andreas Kling
2019-04-01WindowServer: Make various function arguments const.Andreas Kling
2019-03-27Tweak the look of various UI surfaces and buttons.Andreas Kling
2019-03-24WindowServer: Moving a window to front should always activate it.Andreas Kling
2019-03-20Move WindowServer into Servers.Andreas Kling