summaryrefslogtreecommitdiff
path: root/Userland/Services/WindowServer/WindowFrame.h
AgeCommit message (Expand)Author
2021-11-14WindowServer: Make WindowFrame::shadow_bitmap() constAndreas Kling
2021-10-28LibGfx+WindowServer: Move shadow-painting code to StylePainterSam Atkins
2021-10-22WindowServer: Support displaying window titles when there are no buttonsTimothy Flynn
2021-07-07WindowServer: Add WindowFrame::invalidate_menubar() and use itAndreas Kling
2021-06-25WindowServer: Enhance simple shadow function to include optional frameTom
2021-06-20WindowServer: Load multiple scaled versions of Bitmaps and CursorsTom
2021-06-20WindowServer: Fix artifacts after window resize in some casesTom
2021-06-20WindowServer: Constrain rendering windows to one screen in some casesTom
2021-06-20WindowServer: Add initial support for rendering on multiple screensTom
2021-06-18WindowServer: Split up WindowFrame::handle_mouse_event()Andreas Kling
2021-06-18WindowServer: Make hit test results richerAndreas Kling
2021-06-16WindowServer: Simplify WindowFrame shadow logic a little bitAndreas Kling
2021-06-06WindowServer: Simplify determining transparent/opaque occlusionsTom
2021-05-10WindowServer: Compute final window title before passing to WM clientsAndreas Kling
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