index
:
~sardemff7/wayland
master
wip/shm_open
My Wayland WIP stuff
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cursor
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-21
cursor: Remove "weston" from anonymous shm filenames
Derek Foreman
1
-1
/
+1
2016-07-25
(multiple): Include stdint.h
Yong Bakos
2
-0
/
+3
2015-06-22
cursor: Update printed license from MIT "X11" to MIT "Expat"
Bryce Harrington
1
-22
/
+30
2015-06-12
xcursor: Change keithp licensed code from X11 to Expat license
Bryce Harrington
2
-32
/
+38
2015-06-12
cursor-data.h: Change SuSE licensed code from X11 to Expat
Bryce Harrington
1
-15
/
+19
2015-06-12
cursor: Update boilerplate from MIT X11 license to MIT Expat license
Bryce Harrington
5
-80
/
+95
2015-05-15
remove trailing whitespaces
Michael Vetter
1
-502
/
+502
2015-03-18
cursor: free the array from which images are linked
Emmanuel Gil Peyrot
1
-0
/
+1
2015-03-05
cursor: add wl_cursor_frame_and_duration
Derek Foreman
2
-3
/
+46
2014-04-01
Add error handling for wl_cursors
Hardening
1
-7
/
+13
2014-03-06
build: Move cursor Makefile.am into toplevel Makefile.am
Kristian Høgsberg
1
-21
/
+0
2014-01-15
xcursor: don't proceed if XcursorImageCreate failed
U. Artie Eoff
1
-0
/
+2
2014-01-15
cursor: check for memory allocation errors
U. Artie Eoff
1
-1
/
+13
2014-01-15
cursor: free theme->name too
U. Artie Eoff
1
-0
/
+1
2013-12-02
cursor: handle running out of buffer space
Pekka Paalanen
1
-16
/
+51
2013-12-02
os: use posix_fallocate in creating sharable buffers
Pekka Paalanen
1
-1
/
+18
2013-10-21
wayland: Be consistent about #include-guard names
Kristian Høgsberg
1
-2
/
+2
2012-11-27
pkgconfig: Use configure provided directories
Quentin Glidic
1
-4
/
+4
2012-10-19
Move ARRAY_LENGTH out of public headers
Kristian Høgsberg
1
-0
/
+2
2012-10-09
Ensure cursor_data.c is included in distribution tarballs
Matt Roper
4
-2
/
+3
2012-10-09
xcursor: Fix allocation based on string length
Rob Bradford
1
-1
/
+1
2012-09-10
cursor: add cursor.pcf and extraction program
Philipp Brüschweiler
2
-0
/
+531
2012-09-10
cursor: Add a default cursor theme
Philipp Brüschweiler
2
-1
/
+618
2012-08-13
Add support for X cursor themes.
Christopher Michael
1
-1
/
+1
2012-07-26
Don't skip the first directory entry when reading cursors.
Dima Ryazanov
1
-1
/
+0
2012-07-10
cursor: fix fd leak and a segfault
Pekka Paalanen
1
-0
/
+6
2012-07-10
cursor: use os_create_anonymous_file()
Pekka Paalanen
4
-6
/
+164
2012-07-09
wayland-cursor: Add error handling for shm_pool_create()
Martin Olsson
1
-9
/
+11
2012-06-19
wayland-cursor: Plug leak of filename on load_all_cursors_from_dir()
Ander Conselvan de Oliveira
1
-1
/
+4
2012-06-18
Xcursor: Don't ignore unknown file types
Daniel Stone
1
-1
/
+2
2012-06-15
cursor: Add function for calculating current frame in cursor animation
Ander Conselvan de Oliveira
2
-7
/
+45
2012-06-08
wayland-cursor: add an option that changes the cursor theme directory
Ander Conselvan de Oliveira
1
-1
/
+5
2012-05-31
cursor: Fix warning with objdir != srcdir build
Daniel Stone
1
-1
/
+1
2012-05-29
build: add uninstalled pkg-config files
Pekka Paalanen
1
-0
/
+8
2012-05-29
cursor: Link libwayland-cursor to libwayland-client
Rob Bradford
1
-1
/
+1
2012-05-25
wayland-cursor: load all cursors from a theme on wl_cursor_theme_load
Ander Conselvan de Oliveira
3
-53
/
+145
2012-05-25
wayland-cursor: remove enum wl_cursor_type
Ander Conselvan de Oliveira
2
-39
/
+3
2012-05-23
Wayland: Add missing extern "C"
Yan Wang
1
-0
/
+8
2012-05-22
cursor: Fix unsigned/signed comparisons
Kristian Høgsberg
1
-3
/
+3
2012-05-22
Introduce libwayland-cursor, a cursor helper library
Ander Conselvan de Oliveira
6
-0
/
+1372