summaryrefslogtreecommitdiff
path: root/Userland/Services/WindowServer/Cursor.cpp
AgeCommit message (Expand)Author
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-09-04Cursors: Add new Magnifying glass cursorMustafa Quraish
2021-09-04Cursors: Add new Eyedropper cursorMustafa Quraish
2021-08-23WindowServer+LibGfx: Move CursorParams to LibGfxMaciej Zygmanowski
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-02AK+Everywhere: Remove StringView::find_{first,last}_of(char) methodsMax Wipfli
2021-06-30AK: Remove the LexicalPath::is_valid() APIMax Wipfli
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-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-12WindowServer+LibGfx: Enumerate Disallow cursorthankyouverycool
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-20WindowServer: In HighDPI mode, load high-res window buttons and high-res cursorsNico Weber
2021-01-12Services: Move to Userland/Services/Andreas Kling