summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-19xcb-util-cursor 0.1.5HEADxcb-util-cursor-0.1.5masterAlan Coopersmith1-1/+1
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
2022-10-18xcb-util-cursor 0.1.4xcb-util-cursor-0.1.4Alan Coopersmith1-1/+2
2022-07-24autogen: add default patch prefixMihail Konev1-0/+3
2022-07-24autogen.sh: use quoted string variablesEmil Velikov1-4/+4
2022-07-24autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer1-1/+1
2022-07-24autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith1-1/+3
2022-07-24configure: Drop AM_MAINTAINER_MODEAlan Coopersmith2-2/+1
2022-07-20gitlab CI: add a basic build testAlan Coopersmith1-0/+98
2022-07-20Update m4 to xorg/util/xcb-util-m4@c617eee22ae5c285e79e81Alan Coopersmith1-0/+0
2022-06-18Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parametersAlan Coopersmith1-1/+2
2022-06-18Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
2019-02-17Add README.md to EXTRA_DISTAlan Coopersmith1-1/+1
2019-02-17Update README for gitlab migrationAlan Coopersmith1-7/+8
2019-02-17Fix out-of-source buildsUli Schlachter1-1/+1
2017-07-11documentation: Call xcb_free_cursor() when doneUli Schlachter1-0/+1
2016-05-12set version to 0.1.30.1.3Michael Stapelberg2-1/+6
2016-05-12Add a --with-cursorpath option to configureUli Schlachter2-1/+9
2015-03-25set version to 0.1.20.1.2Michael Stapelberg2-1/+10
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 Sequoia2-4/+4
2014-01-29Check submodules before running autoconf.Niclas Zeising1-0/+15
2013-12-24Use CFSwapInt32LittleToHost from CoreFoundation.h on Mac OS X to implement le...Marcus Crestani2-1/+4
2013-11-12set version to 0.1.10.1.1Michael Stapelberg2-1/+12
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 Coopersmith2-1/+8
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-21set version to 0.1.00.1.0Michael Stapelberg2-1/+8
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 Zeising2-0/+9
2013-07-13add COPYING fileMichael Stapelberg1-0/+23
2013-07-12don’t define xcb_cursor_context_t twice (Thanks Thomas)Michael Stapelberg1-1/+3
2013-07-09set version to 0.0.990.0.99Michael Stapelberg2-20/+4
2013-07-09fix package nameMichael Stapelberg1-1/+1
2013-07-09fix READMEMichael Stapelberg1-8/+7
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