summaryrefslogtreecommitdiff
path: root/cursor
AgeCommit message (Expand)AuthorFilesLines
2023-07-08cppcheck style-fixes in _XcursorThemeInheritsThomas E. Dickey1-2/+1
2023-07-08Insufficient memory for terminating null of string in _XcursorThemeInheritsshubham shrivastav1-1/+1
2023-03-28Set close-on-exec when opening filesAlan Coopersmith1-2/+9
2019-02-17Fix out-of-source buildsUli Schlachter1-1/+1
2017-07-11documentation: Call xcb_free_cursor() when doneUli Schlachter1-0/+1
2016-05-12Add a --with-cursorpath option to configureUli Schlachter1-1/+1
2015-03-22Perform safety check before trying to load glyph cursorMartin Gräßlin1-0/+2
2014-04-05darwin: Use OSByteOrder.h rather than CF.Jeremy Huddleston Sequoia1-3/+3
2013-12-24Use CFSwapInt32LittleToHost from CoreFoundation.h on Mac OS X to implement le...Marcus Crestani1-0/+3
2013-11-09Bugfix: Properly load cursor files where not all cursors are suitableMichael Stapelberg1-1/+1
2013-11-07handle read() errors (Thanks psychon)Michael Stapelberg1-26/+44
2013-10-13Fail the build if gperf is needed, but not foundUli Schlachter1-1/+4
2013-10-13Use $(AM_V_GEN) when calling gperfUli Schlachter1-1/+1
2013-10-08Use LE_32 macro from <sys/byteorder.h> on Solaris versions without le32toh()Alan Coopersmith1-0/+6
2013-09-20Check exact RENDER version that the server supportsUli Schlachter3-8/+26
2013-09-20Fix memleak with broken resource databasesUli Schlachter1-3/+7
2013-08-21Bugfix: Use xhot/yhot, don’t hardcode the value (Thanks tenkainen)Michael Stapelberg1-1/+1
2013-08-18kill typedef, that is done in xcb_cursor, only define struct (Thanks Niclas)Michael Stapelberg1-1/+1
2013-08-12Silence compiler warning (Thanks Niclas Zeising)Michael Stapelberg1-0/+1
2013-08-12Fix build on FreeBSD (and possibly other BSDs)Niclas Zeising1-0/+7
2013-07-12don’t define xcb_cursor_context_t twice (Thanks Thomas)Michael Stapelberg1-1/+3
2013-07-09catch integer overflows (Thanks psychon)Michael Stapelberg1-0/+5
2013-07-09Fix memory leak (Thanks psychon)Michael Stapelberg1-1/+3
2013-07-09Clarify that pict_format is a pointer into pf_replyMichael Stapelberg1-0/+1
2013-07-09don’t call xcb_render_ when !render_present (Thanks psychon)Michael Stapelberg1-3/+6
2013-07-09add comment to clarify how the fallback worksMichael Stapelberg1-0/+2
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 Stapelberg2-3/+4
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 Stapelberg8-0/+792