aboutsummaryrefslogtreecommitdiffstats
path: root/cursor/wayland-cursor.c
Commit message (Expand)AuthorAgeFilesLines
* cursor: Free theme when size check fails to avoid memory leakYaoBing Xiao2025-08-031-3/+3
* cursor: Properly check realloc for errorsTobias Stoeckmann2025-06-081-6/+7
* cursor: Gracefully handle huge cursor filesTobias Stoeckmann2025-06-081-2/+12
* cursor: add check to ensure wl_shm_create_pool succeededYaoBing Xiao2024-10-181-0/+5
* cursor: make param names match with documentationSimon Ser2022-09-131-24/+24
* cursor: rename functions to snake caseSimon Ser2022-05-231-2/+2
* cursor: remove struct typedefs, rename to snake caseSimon Ser2022-05-231-2/+2
* cursor: use MAP_FAILED instead of hardcoded constantSimon Ser2022-05-061-1/+1
* cursor: remove unused wl_cursor_theme.nameSimon Ser2021-08-061-10/+0
* cursor: rename load_default_theme to load_fallback_themeSimon Ser2021-08-051-2/+2
* cursor: Try to fall back to a default xcursor theme firstOlivier Tilloy2021-08-051-0/+3
* cursor: fix crash with weird input filesTobias Stoeckmann2021-06-021-1/+1
* cursor/os-compatibility: move resizing into a separate functionJan Beich2020-02-231-11/+1
* cursor: ignore posix_fallocate in shm_pool_resize if not supported by FSJan Beich2020-02-231-4/+8
* (multiple): Include stdint.hYong Bakos2016-07-251-0/+1
* cursor: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington2015-06-121-16/+19
* cursor: free the array from which images are linkedEmmanuel Gil Peyrot2015-03-181-0/+1
* cursor: add wl_cursor_frame_and_durationDerek Foreman2015-03-051-3/+42
* Add error handling for wl_cursorsHardening2014-04-011-7/+13
* cursor: check for memory allocation errorsU. Artie Eoff2014-01-151-1/+13
* cursor: free theme->name tooU. Artie Eoff2014-01-151-0/+1
* cursor: handle running out of buffer spacePekka Paalanen2013-12-021-16/+51
* Move ARRAY_LENGTH out of public headersKristian Høgsberg2012-10-191-0/+2
* Ensure cursor_data.c is included in distribution tarballsMatt Roper2012-10-091-1/+1
* cursor: Add a default cursor themePhilipp Brüschweiler2012-09-101-1/+70
* cursor: fix fd leak and a segfaultPekka Paalanen2012-07-101-0/+6
* cursor: use os_create_anonymous_file()Pekka Paalanen2012-07-101-6/+3
* wayland-cursor: Add error handling for shm_pool_create()Martin Olsson2012-07-091-9/+11
* cursor: Add function for calculating current frame in cursor animationAnder Conselvan de Oliveira2012-06-151-7/+42
* wayland-cursor: load all cursors from a theme on wl_cursor_theme_loadAnder Conselvan de Oliveira2012-05-251-53/+34
* wayland-cursor: remove enum wl_cursor_typeAnder Conselvan de Oliveira2012-05-251-19/+2
* Introduce libwayland-cursor, a cursor helper libraryAnder Conselvan de Oliveira2012-05-221-0/+356