summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/ClassicWindowTheme.cpp
AgeCommit message (Expand)Author
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