index
:
~krh/wayland
1.1
1.2
1.3
acquire-fd
better-array
fd-changes
fd-lock
fixed-optimization
input
malloc-closure
master
menu
next
opaque-resource
pointer-lock
pointer-lock-2
popup
prepare-read
protocol-changes
proxy-race
read-events
remote
session-manager
subscribe
testing
thread-safety
threads
video
yuv
personal wayland repo
krh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cursor
Age
Commit message (
Expand
)
Author
Files
Lines
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
threads
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