summaryrefslogtreecommitdiffstats
path: root/cursor/wayland-cursor.c
Commit message (Expand)AuthorAgeFilesLines
* 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