index
:
wayland
0.85
1.0
1.1
1.10
1.11
1.12
1.13
1.14
1.15
1.16
1.2
1.23
1.24
1.3
1.4
1.5
1.6
1.7
1.8
1.9
main
master
next
terminal
wayland-0.8
[no description]
git mirrorbot
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cursor
/
wayland-cursor.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cursor: Free theme when size check fails to avoid memory leak
YaoBing Xiao
2025-08-03
1
-3
/
+3
*
cursor: Properly check realloc for errors
Tobias Stoeckmann
2025-06-08
1
-6
/
+7
*
cursor: Gracefully handle huge cursor files
Tobias Stoeckmann
2025-06-08
1
-2
/
+12
*
cursor: add check to ensure wl_shm_create_pool succeeded
YaoBing Xiao
2024-10-18
1
-0
/
+5
*
cursor: make param names match with documentation
Simon Ser
2022-09-13
1
-24
/
+24
*
cursor: rename functions to snake case
Simon Ser
2022-05-23
1
-2
/
+2
*
cursor: remove struct typedefs, rename to snake case
Simon Ser
2022-05-23
1
-2
/
+2
*
cursor: use MAP_FAILED instead of hardcoded constant
Simon Ser
2022-05-06
1
-1
/
+1
*
cursor: remove unused wl_cursor_theme.name
Simon Ser
2021-08-06
1
-10
/
+0
*
cursor: rename load_default_theme to load_fallback_theme
Simon Ser
2021-08-05
1
-2
/
+2
*
cursor: Try to fall back to a default xcursor theme first
Olivier Tilloy
2021-08-05
1
-0
/
+3
*
cursor: fix crash with weird input files
Tobias Stoeckmann
2021-06-02
1
-1
/
+1
*
cursor/os-compatibility: move resizing into a separate function
Jan Beich
2020-02-23
1
-11
/
+1
*
cursor: ignore posix_fallocate in shm_pool_resize if not supported by FS
Jan Beich
2020-02-23
1
-4
/
+8
*
(multiple): Include stdint.h
Yong Bakos
2016-07-25
1
-0
/
+1
*
cursor: Update boilerplate from MIT X11 license to MIT Expat license
Bryce Harrington
2015-06-12
1
-16
/
+19
*
cursor: free the array from which images are linked
Emmanuel Gil Peyrot
2015-03-18
1
-0
/
+1
*
cursor: add wl_cursor_frame_and_duration
Derek Foreman
2015-03-05
1
-3
/
+42
*
Add error handling for wl_cursors
Hardening
2014-04-01
1
-7
/
+13
*
cursor: check for memory allocation errors
U. Artie Eoff
2014-01-15
1
-1
/
+13
*
cursor: free theme->name too
U. Artie Eoff
2014-01-15
1
-0
/
+1
*
cursor: handle running out of buffer space
Pekka Paalanen
2013-12-02
1
-16
/
+51
*
Move ARRAY_LENGTH out of public headers
Kristian Høgsberg
2012-10-19
1
-0
/
+2
*
Ensure cursor_data.c is included in distribution tarballs
Matt Roper
2012-10-09
1
-1
/
+1
*
cursor: Add a default cursor theme
Philipp Brüschweiler
2012-09-10
1
-1
/
+70
*
cursor: fix fd leak and a segfault
Pekka Paalanen
2012-07-10
1
-0
/
+6
*
cursor: use os_create_anonymous_file()
Pekka Paalanen
2012-07-10
1
-6
/
+3
*
wayland-cursor: Add error handling for shm_pool_create()
Martin Olsson
2012-07-09
1
-9
/
+11
*
cursor: Add function for calculating current frame in cursor animation
Ander Conselvan de Oliveira
2012-06-15
1
-7
/
+42
*
wayland-cursor: load all cursors from a theme on wl_cursor_theme_load
Ander Conselvan de Oliveira
2012-05-25
1
-53
/
+34
*
wayland-cursor: remove enum wl_cursor_type
Ander Conselvan de Oliveira
2012-05-25
1
-19
/
+2
*
Introduce libwayland-cursor, a cursor helper library
Ander Conselvan de Oliveira
2012-05-22
1
-0
/
+356