index
:
wlroots.git
master
fork of wlroots with action binder support
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xcursor
/
wlr_xcursor.c
Age
Commit message (
Expand
)
Author
2023-12-12
xcursor: fix duplicate cursor check check in load_callback()
Simon Ser
2023-11-19
xcursor: don't store NULL xcursors
Kirill Primak
2023-11-01
xcursor: add fallbacks for legacy names
Simon Ser
2023-04-18
xcursor: sync with libwayland
Simon Ser
2023-04-11
xcursor: adjust style, use calloc()
Simon Ser
2021-04-26
xcursor: quiet debug log
Simon Ser
2021-02-05
xcursor: make cursor data and metadata const
Manuel Stoeckl
2020-07-27
Fix incorrect format parameters
Antonin Décimo
2019-08-12
xcursor: avoid leak and loss of all cursors if cursors realloc fails
Antonin Décimo
2018-11-06
Use _POSIX_C_SOURCE, use shm_open
emersion
2018-07-09
util: add wlr_ prefix to log symbols
emersion
2018-04-25
Don't use the wlr_ prefix for static functions
emersion
2018-02-19
Revert "ELF Visibility"
Drew DeVault
2018-02-19
Explicitly export EFL symbols
Scott Anderson
2018-02-12
Reformat all #include directives
emersion
2018-01-18
output: add wlr_output::damage, fixes #572
emersion
2017-12-08
move get_resize_name to xcursor
Tony Crisci
2017-08-18
rename wlr_cursor.c to wlr_xcursor.c
Tony Crisci