summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/ClassicWindowTheme.cpp
AgeCommit message (Expand)Author
2021-05-02LibGfx: Unify Rect, Point, and SizeMatthew Olsson
2021-05-01WindowServer+LibGfx: Automatic "modified" markers in window titlesAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18Everywhere: Rename title_bar => titlebarAndreas Kling
2021-03-31WindowServer+LibGfx: Rename menu_bar => menubarAndreas Kling
2021-03-26WindowServer+LibGfx: Make menubar menus slightly largerAndreas Kling
2021-03-25WindowServer+LibGfx: Show menus in windows! :^)Andreas Kling
2021-03-15LibGfx: Draw window frame icon scaled to title_bar_icon_rect()Linus Groh
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-16LibGfx: Oops, fix misaligned window buttons for WindowType::NormalAndreas Kling
2021-02-16WindowServer+LibGUI+LibGfx: Add WindowType::ToolWindowAndreas Kling
2021-02-13WindowServer: Improvements to support alpha channel in window framesTom
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling