summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-04-06Re-add a missing length checkUli Schlachter1-2/+4
2015-04-06Ignore "event sent" flag in event codesUli Schlachter1-3/+6
2015-04-05Update doxygen commentsUli Schlachter1-4/+10
2015-04-05Rename *_get_name_for_event()Uli Schlachter2-4/+4
2015-04-05Handle NULL as context argumentUli Schlachter1-10/+38
2015-04-05Use unchecked QueryExtension requestsUli Schlachter1-1/+1
2015-04-05Add a function for figuring out information about an event structUli Schlachter2-0/+47
2015-04-05API docs: Clarify when NULL is returnedUli Schlachter1-2/+2
2015-04-05Fix copy&paste errorUli Schlachter1-1/+1
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 Schlachter2-6/+22
2015-04-04Correctly handle calloc() failureUli Schlachter1-4/+4
2015-04-04Don't check codes to be in range, but find "best match"Uli Schlachter1-16/+40
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-25Add an autotools-based build systemUli Schlachter1-1/+1
2015-03-24Correctly ignore extensions without events / errorsUli Schlachter1-2/+4
2015-03-24Fix get_strings_entry() to actually workUli Schlachter1-1/+1
2015-03-24Fix error checking in call to register_extensions()Uli Schlachter1-1/+1
2015-03-24Code generator: Implement errorcopy and eventcopyUli Schlachter1-2/+2
2015-03-24Mark the auto-generated file as auto-generatedUli Schlachter1-0/+1
2015-03-24static_extension_info_t: Use uint8_t again were possibleUli Schlachter2-3/+8
2015-03-24Implement a working code generatorUli Schlachter4-129/+54
2015-03-24Add a first version of the code generatorUli Schlachter1-0/+85
2015-03-18Include xcb_errors.h from errors.hUli Schlachter2-1/+2
2015-03-18Define the "unknown foo" lists as stringsUli Schlachter3-12/+12
2015-03-18Add a TODO about round-tripsUli Schlachter1-0/+2
2015-03-18Remove pretty much unused member from xcb_errors_context_tUli Schlachter1-6/+4
2015-03-18Fix memory leak in xcb_errors_context_new()Uli Schlachter1-0/+1
2015-03-18Add and use helper macro for range checksUli Schlachter1-4/+4
2015-03-18Fix off-by-one in length checkUli Schlachter1-1/+1
2015-03-18Initial versionUli Schlachter4-0/+442