summaryrefslogtreecommitdiff
path: root/cursor
AgeCommit message (Expand)AuthorFilesLines
2016-07-25(multiple): Include stdint.hYong Bakos2-0/+3
2015-06-22cursor: Update printed license from MIT "X11" to MIT "Expat"Bryce Harrington1-22/+30
2015-06-12xcursor: Change keithp licensed code from X11 to Expat licenseBryce Harrington2-32/+38
2015-06-12cursor-data.h: Change SuSE licensed code from X11 to ExpatBryce Harrington1-15/+19
2015-06-12cursor: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington5-80/+95
2015-05-15remove trailing whitespacesMichael Vetter1-502/+502
2015-03-18cursor: free the array from which images are linkedEmmanuel Gil Peyrot1-0/+1
2015-03-05cursor: add wl_cursor_frame_and_durationDerek Foreman2-3/+46
2014-04-01Add error handling for wl_cursorsHardening1-7/+13
2014-03-06build: Move cursor Makefile.am into toplevel Makefile.amKristian Høgsberg1-21/+0
2014-01-15xcursor: don't proceed if XcursorImageCreate failedU. Artie Eoff1-0/+2
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
2013-12-02os: use posix_fallocate in creating sharable buffersPekka Paalanen1-1/+18
2013-10-21wayland: Be consistent about #include-guard namesKristian Høgsberg1-2/+2
2012-11-27pkgconfig: Use configure provided directoriesQuentin Glidic1-4/+4
2012-10-19Move ARRAY_LENGTH out of public headersKristian Høgsberg1-0/+2
2012-10-09Ensure cursor_data.c is included in distribution tarballsMatt Roper4-2/+3
2012-10-09xcursor: Fix allocation based on string lengthRob Bradford1-1/+1
2012-09-10cursor: add cursor.pcf and extraction programPhilipp Brüschweiler2-0/+531
2012-09-10cursor: Add a default cursor themePhilipp Brüschweiler2-1/+618
2012-08-13Add support for X cursor themes.Christopher Michael1-1/+1
2012-07-26Don't skip the first directory entry when reading cursors.Dima Ryazanov1-1/+0
2012-07-10cursor: fix fd leak and a segfaultPekka Paalanen1-0/+6
2012-07-10cursor: use os_create_anonymous_file()Pekka Paalanen4-6/+164
2012-07-09wayland-cursor: Add error handling for shm_pool_create()Martin Olsson1-9/+11
2012-06-19wayland-cursor: Plug leak of filename on load_all_cursors_from_dir()Ander Conselvan de Oliveira1-1/+4
2012-06-18Xcursor: Don't ignore unknown file typesDaniel Stone1-1/+2
2012-06-15cursor: Add function for calculating current frame in cursor animationAnder Conselvan de Oliveira2-7/+45
2012-06-08wayland-cursor: add an option that changes the cursor theme directoryAnder Conselvan de Oliveira1-1/+5
2012-05-31cursor: Fix warning with objdir != srcdir buildDaniel Stone1-1/+1
2012-05-29build: add uninstalled pkg-config filesPekka Paalanen1-0/+8
2012-05-29cursor: Link libwayland-cursor to libwayland-clientRob Bradford1-1/+1
2012-05-25wayland-cursor: load all cursors from a theme on wl_cursor_theme_loadAnder Conselvan de Oliveira3-53/+145
2012-05-25wayland-cursor: remove enum wl_cursor_typeAnder Conselvan de Oliveira2-39/+3
2012-05-23Wayland: Add missing extern "C"Yan Wang1-0/+8
2012-05-22cursor: Fix unsigned/signed comparisonsKristian Høgsberg1-3/+3
2012-05-22Introduce libwayland-cursor, a cursor helper libraryAnder Conselvan de Oliveira6-0/+1372