index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Services
/
WindowServer
/
WindowFrame.h
Age
Commit message (
Expand
)
Author
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-18
Everywhere: Rename title_bar => titlebar
Andreas Kling
2021-04-05
WindowServer: Support Alt+Character menu shortcuts :^)
Andreas Kling
2021-03-25
WindowServer+LibGfx: Show menus in windows! :^)
Andreas Kling
2021-02-16
WindowServer+LibGUI+LibGfx: Add WindowType::ToolWindow
Andreas Kling
2021-02-15
WindowServer: Add support for alpha channel based hit testing
Tom
2021-02-13
WindowServer: Improvements to support alpha channel in window frames
Tom
2021-02-11
WindowServer: Allow different shadows for active/inactive windows
Tom
2021-02-10
WindowServer: Fix switching between shadows and no shadows with themes
Tom
2021-02-09
WindowServer: Allow specifying different shadows for menus and tooltips
Tom
2021-02-09
WindowServer: Recompute occlusions and re-render shadows on theme change
Tom
2021-02-09
WindowServer: Try harder to avoid re-rendering window shadow
Tom
2021-02-09
WindowServer: Implement simple window shadows
Tom
2021-02-08
WindowServer: Cache rendered window frame in bitmap
Tom
2021-02-08
WindowServer: Calculate transparent frame occlusions
Tom
2021-01-12
Services: Move to Userland/Services/
Andreas Kling