summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-13gitlab CI: Use Xvfb to allow all tests to runHEADmasterAlan Coopersmith1-3/+8
2023-12-08Fix testsUli Schlachter1-1/+2
2022-10-18Add README.mdAlan Coopersmith2-1/+24
2022-10-18xcb-util-errors 1.0.1xcb-util-errors-1.0.1Alan 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
2015-05-06Do not distribute extensions.c and fix out-of-tree buildsUli Schlachter2-3/+6
2015-04-26set version to 1.01.0Uli Schlachter2-1/+5
2015-04-26Add COPYING fileUli Schlachter1-0/+23
2015-04-06tests: Add some XFixes-based testsUli Schlachter1-0/+27
2015-04-06Add xcb-proto version to xcb-errors.pcUli Schlachter2-0/+5
2015-04-06Also add a test for maximum major codeUli Schlachter1-0/+1
2015-04-06Re-add a missing length checkUli Schlachter2-2/+6
2015-04-06Ignore "event sent" flag in event codesUli Schlachter2-3/+17
2015-04-05Update doxygen commentsUli Schlachter2-5/+10
2015-04-05Rename *_get_name_for_event()Uli Schlachter3-8/+8
2015-04-05Handle NULL as context argumentUli Schlachter2-10/+61
2015-04-05Use unchecked QueryExtension requestsUli Schlachter1-1/+1
2015-04-05Update KNOWN_ISSUES (and turn it more into a TODO)Uli Schlachter1-8/+4
2015-04-05Add a function for figuring out information about an event structUli Schlachter3-15/+134
2015-04-05tests: Use attribute((format(printf,x,y))) if possibleUli Schlachter1-1/+11
2015-04-05API docs: Clarify when NULL is returnedUli Schlachter1-2/+2
2015-04-05Fix copy&paste errorUli Schlachter1-1/+1
2015-04-04Test: Factor out string-comparision helper functionUli Schlachter1-52/+49
2015-04-04Test suite: Add tests for XGE event handlingUli Schlachter1-1/+77
2015-04-04Add a function for handling XGE eventsUli Schlachter2-0/+28
2015-04-04Code generator: Add support for XGE eventsUli Schlachter2-6/+22
2015-04-04Save static info as a pointer instead of copying itUli Schlachter3-11/+11
2015-04-04Move extension name into static infoUli Schlachter3-8/+8
2015-04-04Document failure scenarios for *_new()Uli Schlachter1-1/+2
2015-04-04Also return the extension name for events and errorsUli Schlachter3-22/+66
2015-04-04Correctly handle calloc() failureUli Schlachter1-4/+4
2015-04-04Test: Skip tests if no X11 server is availableUli Schlachter1-2/+4
2015-04-04Don't check codes to be in range, but find "best match"Uli Schlachter1-16/+40
2015-04-04Fix test suite compilationUli Schlachter1-2/+2
2015-03-25Add a KNOWN_ISSUES fileUli Schlachter1-0/+8
2015-03-25test: Also test minor requests for some core requestsUli Schlachter1-0/+3
2015-03-25Code generator: Print a warning for xge eventsUli Schlachter1-0/+2
2015-03-25Skip XKB events in the code generatorUli Schlachter1-0/+3
2015-03-25tests: Add tests for RandRUli Schlachter1-1/+42
2015-03-25Add an autotools-based build systemUli Schlachter10-30/+195
2015-03-24Correctly ignore extensions without events / errorsUli Schlachter1-2/+4
2015-03-24Fix get_strings_entry() to actually workUli Schlachter1-1/+1