index
:
xcb/util-cursor
master
XCB cursor library (libxcursor port) (mirrored from https://gitlab.freedesktop.org/xorg/lib/libxcb-cursor)
alanc
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-09
add cursor.h and shape_to_id.gperf to EXTRA_DIST (Thanks psychon)
Michael Stapelberg
1
-1
/
+1
2013-01-13
fix an ISO C mixed declarations/code warning
Michael Stapelberg
1
-2
/
+3
2013-01-13
gperf: fix lookup type by making it const
Michael Stapelberg
1
-1
/
+1
2013-01-13
ensure that RENDER is present, otherwise fallback immediately
Michael Stapelberg
3
-4
/
+13
2013-01-13
let the caller pass the xcb_screen_t to xcb_cursor_context_new
Michael Stapelberg
2
-10
/
+11
2013-01-12
add "extern C" for using this library from C++
Michael Stapelberg
1
-0
/
+8
2013-01-12
add copyright/license to every .c and .h file
Michael Stapelberg
4
-0
/
+101
2013-01-12
xcb_cursor.h: change c to ctx in xcb_cursor_load_cursor() for consistency
Michael Stapelberg
1
-2
/
+2
2013-01-12
add documentation and license
Michael Stapelberg
1
-0
/
+97
2013-01-12
swap parameter order for xcb_cursor_context_new for consistency with other XC...
Michael Stapelberg
2
-2
/
+2
2013-01-07
avoid overlinking by using Requires.private (Thanks psychon)
Michael Stapelberg
3
-3
/
+8
2013-01-07
update .gitignore (-ewmh files, +generated shape_to_id.c)
Michael Stapelberg
1
-2
/
+1
2013-01-07
free(NULL) is okay according to ISO C (Thanks psychon)
Michael Stapelberg
1
-7
/
+3
2013-01-07
change soname to 0
Michael Stapelberg
1
-1
/
+1
2013-01-05
Initial commit
Michael Stapelberg
17
-0
/
+1011
[prev]