summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/ClassicWindowTheme.h
AgeCommit message (Expand)Author
2022-08-25LibGfx+LibGUI+WindowServer+Apps+Demos: Replace ToolWindowsthankyouverycool
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-17Libraries: Use default constructors/destructors in LibGfxLenny Maiorani
2022-01-07Everywhere: Fix spelling mistakesmjz19910
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-07-05LibGfx: Fix classic theme frame transparency checkTom
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-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-09WindowServer: Implement simple window shadowsTom
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling