summaryrefslogtreecommitdiff
path: root/cursor
Commit message (Expand)AuthorAgeFilesLines
...
* cursor/os-compatibility: move resizing into a separate functionJan Beich2020-02-233-24/+21
* cursor: ignore posix_fallocate in shm_pool_resize if not supported by FSJan Beich2020-02-231-4/+8
* cursor: posix_fallocate may fail with EINVAL if not supportedJan Beich2020-02-231-3/+3
* os: fallback for unsupported posix_fallocateIhor Antonov2020-01-231-3/+8
* Add Meson buildEmmanuele Bassi2020-01-101-0/+27
* cursor: Use memfd_create() when availableEmmanuel Gil Peyrot2019-07-211-15/+41
* cursor: add forward declaration for struct wl_bufferEmil Velikov2017-12-041-2/+2
* cursor: Fix heap overflows when parsing malicious files.Tobias Stoeckmann2017-11-291-1/+7
* cursor: Remove "weston" from anonymous shm filenamesDerek Foreman2016-11-211-1/+1
* (multiple): Include stdint.hYong Bakos2016-07-252-0/+3
* cursor: Update printed license from MIT "X11" to MIT "Expat"Bryce Harrington2015-06-221-22/+30
* xcursor: Change keithp licensed code from X11 to Expat licenseBryce Harrington2015-06-122-32/+38
* cursor-data.h: Change SuSE licensed code from X11 to ExpatBryce Harrington2015-06-121-15/+19
* cursor: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington2015-06-125-80/+95
* remove trailing whitespacesMichael Vetter2015-05-151-502/+502
* cursor: free the array from which images are linkedEmmanuel Gil Peyrot2015-03-181-0/+1
* cursor: add wl_cursor_frame_and_durationDerek Foreman2015-03-052-3/+46
* Add error handling for wl_cursorsHardening2014-04-011-7/+13
* build: Move cursor Makefile.am into toplevel Makefile.amKristian Høgsberg2014-03-061-21/+0
* xcursor: don't proceed if XcursorImageCreate failedU. Artie Eoff2014-01-151-0/+2
* 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
* os: use posix_fallocate in creating sharable buffersPekka Paalanen2013-12-021-1/+18
* wayland: Be consistent about #include-guard namesKristian Høgsberg2013-10-211-2/+2
* pkgconfig: Use configure provided directoriesQuentin Glidic2012-11-271-4/+4
* Move ARRAY_LENGTH out of public headersKristian Høgsberg2012-10-191-0/+2
* Ensure cursor_data.c is included in distribution tarballsMatt Roper2012-10-094-2/+3
* xcursor: Fix allocation based on string lengthRob Bradford2012-10-091-1/+1
* cursor: add cursor.pcf and extraction programPhilipp Brüschweiler2012-09-102-0/+531
* cursor: Add a default cursor themePhilipp Brüschweiler2012-09-102-1/+618
* Add support for X cursor themes.Christopher Michael2012-08-131-1/+1
* Don't skip the first directory entry when reading cursors.Dima Ryazanov2012-07-261-1/+0
* cursor: fix fd leak and a segfaultPekka Paalanen2012-07-101-0/+6
* cursor: use os_create_anonymous_file()Pekka Paalanen2012-07-104-6/+164
* wayland-cursor: Add error handling for shm_pool_create()Martin Olsson2012-07-091-9/+11
* wayland-cursor: Plug leak of filename on load_all_cursors_from_dir()Ander Conselvan de Oliveira2012-06-191-1/+4
* Xcursor: Don't ignore unknown file typesDaniel Stone2012-06-181-1/+2
* cursor: Add function for calculating current frame in cursor animationAnder Conselvan de Oliveira2012-06-152-7/+45
* wayland-cursor: add an option that changes the cursor theme directoryAnder Conselvan de Oliveira2012-06-081-1/+5
* cursor: Fix warning with objdir != srcdir buildDaniel Stone2012-05-311-1/+1
* build: add uninstalled pkg-config filesPekka Paalanen2012-05-291-0/+8
* cursor: Link libwayland-cursor to libwayland-clientRob Bradford2012-05-291-1/+1
* wayland-cursor: load all cursors from a theme on wl_cursor_theme_loadAnder Conselvan de Oliveira2012-05-253-53/+145
* wayland-cursor: remove enum wl_cursor_typeAnder Conselvan de Oliveira2012-05-252-39/+3
* Wayland: Add missing extern "C"Yan Wang2012-05-231-0/+8
* cursor: Fix unsigned/signed comparisonsKristian Høgsberg2012-05-221-3/+3
* Introduce libwayland-cursor, a cursor helper libraryAnder Conselvan de Oliveira2012-05-226-0/+1372