summaryrefslogtreecommitdiff
path: root/Userland/Services/WindowServer/Cursor.h
AgeCommit message (Expand)Author
2023-02-21WindowServer: Fix various const-correctness issuesAndreas Kling
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-24Services: Use default constructors/destructorsLenny Maiorani
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-08-23WindowServer+LibGfx: Move CursorParams to LibGfxMaciej Zygmanowski
2021-06-21WindowServer: Fix animated cursor regressionTom
2021-06-20WindowServer: Load multiple scaled versions of Bitmaps and CursorsTom
2021-04-29Everywhere: "file name" => "filename"Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Services: Move to Userland/Services/Andreas Kling