summaryrefslogtreecommitdiff
path: root/cursor/wayland-cursor.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-25(multiple): Include stdint.hYong Bakos1-0/+1
2015-06-12cursor: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington1-16/+19
2015-03-18cursor: free the array from which images are linkedEmmanuel Gil Peyrot1-0/+1
2015-03-05cursor: add wl_cursor_frame_and_durationDerek Foreman1-3/+42
2014-04-01Add error handling for wl_cursorsHardening1-7/+13
2014-01-15cursor: check for memory allocation errorsU. Artie Eoff1-1/+13
2014-01-15cursor: free theme->name tooU. Artie Eoff1-0/+1
2013-12-02cursor: handle running out of buffer spacePekka Paalanen1-16/+51
2012-10-19Move ARRAY_LENGTH out of public headersKristian Høgsberg1-0/+2
2012-10-09Ensure cursor_data.c is included in distribution tarballsMatt Roper1-1/+1
2012-09-10cursor: Add a default cursor themePhilipp Brüschweiler1-1/+70
2012-07-10cursor: fix fd leak and a segfaultPekka Paalanen1-0/+6
2012-07-10cursor: use os_create_anonymous_file()Pekka Paalanen1-6/+3
2012-07-09wayland-cursor: Add error handling for shm_pool_create()Martin Olsson1-9/+11
2012-06-15cursor: Add function for calculating current frame in cursor animationAnder Conselvan de Oliveira1-7/+42
2012-05-25wayland-cursor: load all cursors from a theme on wl_cursor_theme_loadAnder Conselvan de Oliveira1-53/+34
2012-05-25wayland-cursor: remove enum wl_cursor_typeAnder Conselvan de Oliveira1-19/+2
2012-05-22Introduce libwayland-cursor, a cursor helper libraryAnder Conselvan de Oliveira1-0/+356