index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Services
/
WindowServer
/
Cursor.cpp
Age
Commit message (
Expand
)
Author
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-09-04
Cursors: Add new Magnifying glass cursor
Mustafa Quraish
2021-09-04
Cursors: Add new Eyedropper cursor
Mustafa Quraish
2021-08-23
WindowServer+LibGfx: Move CursorParams to LibGfx
Maciej Zygmanowski
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-02
AK+Everywhere: Remove StringView::find_{first,last}_of(char) methods
Max Wipfli
2021-06-30
AK: Remove the LexicalPath::is_valid() API
Max Wipfli
2021-06-21
WindowServer: Fix animated cursor regression
Tom
2021-06-20
WindowServer: Load multiple scaled versions of Bitmaps and Cursors
Tom
2021-04-29
Everywhere: "file name" => "filename"
Andreas Kling
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-12
WindowServer+LibGfx: Enumerate Disallow cursor
thankyouverycool
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-20
WindowServer: In HighDPI mode, load high-res window buttons and high-res cursors
Nico Weber
2021-01-12
Services: Move to Userland/Services/
Andreas Kling