summaryrefslogtreecommitdiff
path: root/Userland/Services/WindowServer/WindowFrame.h
AgeCommit message (Expand)Author
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18Everywhere: Rename title_bar => titlebarAndreas Kling
2021-04-05WindowServer: Support Alt+Character menu shortcuts :^)Andreas Kling
2021-03-25WindowServer+LibGfx: Show menus in windows! :^)Andreas Kling
2021-02-16WindowServer+LibGUI+LibGfx: Add WindowType::ToolWindowAndreas Kling
2021-02-15WindowServer: Add support for alpha channel based hit testingTom
2021-02-13WindowServer: Improvements to support alpha channel in window framesTom
2021-02-11WindowServer: Allow different shadows for active/inactive windowsTom
2021-02-10WindowServer: Fix switching between shadows and no shadows with themesTom
2021-02-09WindowServer: Allow specifying different shadows for menus and tooltipsTom
2021-02-09WindowServer: Recompute occlusions and re-render shadows on theme changeTom
2021-02-09WindowServer: Try harder to avoid re-rendering window shadowTom
2021-02-09WindowServer: Implement simple window shadowsTom
2021-02-08WindowServer: Cache rendered window frame in bitmapTom
2021-02-08WindowServer: Calculate transparent frame occlusionsTom
2021-01-12Services: Move to Userland/Services/Andreas Kling