index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Servers
/
WindowServer
/
WSWindowSwitcher.cpp
Age
Commit message (
Expand
)
Author
2020-01-01
WindowServer: Implement switching windows in reverse order
Jami Kettunen
2019-12-29
WindowServer: Include minimised windows for switching
Shannon Booth
2019-12-29
LibDraw+LibGUI: Allow changing individual colors in a Palette
Andreas Kling
2019-12-27
WindowServer+LibGUI: Mark window bitmaps volatile in occluded windows
Andreas Kling
2019-12-24
LibGUI+LibDraw: Add "Palette" concept for scoped color theming
Andreas Kling
2019-12-24
LibDraw: Add Selection and SelectionText system theme colors
Andreas Kling
2019-09-22
LibCore: Make CObject reference-counted
Andreas Kling
2019-08-26
WindowServer+LibGUI: Show action icons in the menus when possible
Andreas Kling
2019-07-18
LibDraw: Introduce (formerly known as SharedGraphics.)
Andreas Kling
2019-06-30
GUI: Use Win2K-like "warm gray" color instead of the older colder gray.
Andreas Kling
2019-06-07
WindowServer: Run clang-format on everything.
Andreas Kling
2019-05-24
WindowServer: Factor out compositing from WSWindowManager into WSCompositor.
Andreas Kling
2019-05-13
WindowServer: Make the ordering in the window switcher a bit more sane.
Andreas Kling
2019-05-12
WindowServer: Show downscaled window thumbnails in the window switcher.
Andreas Kling
2019-04-23
WindowServer: Add some padding to the window switcher items.
Andreas Kling
2019-04-14
WindowServer: Rename WSMessage* => WSEvent*.
Andreas Kling
2019-04-14
WindowServer: Port WindowServer to LibCore.
Andreas Kling
2019-04-01
WindowServer: Make various function arguments const.
Andreas Kling
2019-03-27
Tweak the look of various UI surfaces and buttons.
Andreas Kling
2019-03-24
WindowServer: Moving a window to front should always activate it.
Andreas Kling
2019-03-20
Move WindowServer into Servers.
Andreas Kling