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-11-14
WindowServer: Make WindowFrame::shadow_bitmap() const
Andreas Kling
2021-10-28
LibGfx+WindowServer: Move shadow-painting code to StylePainter
Sam Atkins
2021-10-22
WindowServer: Support displaying window titles when there are no buttons
Timothy Flynn
2021-07-07
WindowServer: Add WindowFrame::invalidate_menubar() and use it
Andreas Kling
2021-06-25
WindowServer: Enhance simple shadow function to include optional frame
Tom
2021-06-20
WindowServer: Load multiple scaled versions of Bitmaps and Cursors
Tom
2021-06-20
WindowServer: Fix artifacts after window resize in some cases
Tom
2021-06-20
WindowServer: Constrain rendering windows to one screen in some cases
Tom
2021-06-20
WindowServer: Add initial support for rendering on multiple screens
Tom
2021-06-18
WindowServer: Split up WindowFrame::handle_mouse_event()
Andreas Kling
2021-06-18
WindowServer: Make hit test results richer
Andreas Kling
2021-06-16
WindowServer: Simplify WindowFrame shadow logic a little bit
Andreas Kling
2021-06-06
WindowServer: Simplify determining transparent/opaque occlusions
Tom
2021-05-10
WindowServer: Compute final window title before passing to WM clients
Andreas Kling
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