summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-09add cursor.h and shape_to_id.gperf to EXTRA_DIST (Thanks psychon)Michael Stapelberg1-1/+1
2013-01-13fix an ISO C mixed declarations/code warningMichael Stapelberg1-2/+3
2013-01-13gperf: fix lookup type by making it constMichael Stapelberg1-1/+1
2013-01-13ensure that RENDER is present, otherwise fallback immediatelyMichael Stapelberg3-4/+13
2013-01-13let the caller pass the xcb_screen_t to xcb_cursor_context_newMichael Stapelberg2-10/+11
2013-01-12add "extern C" for using this library from C++Michael Stapelberg1-0/+8
2013-01-12add copyright/license to every .c and .h fileMichael Stapelberg4-0/+101
2013-01-12xcb_cursor.h: change c to ctx in xcb_cursor_load_cursor() for consistencyMichael Stapelberg1-2/+2
2013-01-12add documentation and licenseMichael Stapelberg1-0/+97
2013-01-12swap parameter order for xcb_cursor_context_new for consistency with other XC...Michael Stapelberg2-2/+2
2013-01-07avoid overlinking by using Requires.private (Thanks psychon)Michael Stapelberg3-3/+8
2013-01-07update .gitignore (-ewmh files, +generated shape_to_id.c)Michael Stapelberg1-2/+1
2013-01-07free(NULL) is okay according to ISO C (Thanks psychon)Michael Stapelberg1-7/+3
2013-01-07change soname to 0Michael Stapelberg1-1/+1
2013-01-05Initial commitMichael Stapelberg17-0/+1011