summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* add support for eventstructChristian Linhart2017-03-115-0/+181
* xinput: typedef for event_type_baseChristian Linhart2017-03-111-1/+2
* move symboltable lookup of sumof expr to the parserChristian Linhart2017-03-111-0/+1
* Add missing alignment padding to SetupRequest structaarzilli2017-01-241-0/+2
* Update XML schema to fix 'make check'Jon Turney2016-06-041-2/+11
* res: Fix QueryClientIds reply sizePeter Harris2016-06-021-1/+9
* print() is a function and needs parentheses.Thomas Klausner2016-05-281-6/+6
* Make whitespace use consistent.Thomas Klausner2016-05-281-48/+48
* Release xcb-proto 1.121.12Uli Schlachter2016-05-182-1/+28
* enforce serialization of pads where needed for ABI compatChristian Linhart2016-01-271-5/+5
* optionally enforce serialization of padsChristian Linhart2016-01-272-1/+10
* calculate lengthless listJaya Tiwari2016-01-061-0/+7
* make xkb pass the alignment checkerChristian Linhart2016-01-061-14/+11
* automatic alignment checker / manual offsetsChristian Linhart2016-01-064-23/+757
* xinput: add non-default start-aligns for switches and casesChristian Linhart2015-11-151-0/+10
* present: add non-default start-aligns for requests and eventsChristian Linhart2015-11-151-0/+4
* glx: add non-default start-aligns for repliesChristian Linhart2015-11-151-0/+4
* Fix examples which use xcb_connection instead of the correct xcb_connection_t.Ingo Bürk2015-10-261-10/+10
* xv: struct "AttributeInfo": add explicit align padChristian Linhart2015-10-261-0/+1
* xv: struct "EncodingInfo": add explicit align padChristian Linhart2015-10-261-0/+1
* xselinux: add explicit padding for struc "ListItem"Christian Linhart2015-10-261-0/+2
* xproto: struct "HOST": add explicit align padChristian Linhart2015-10-261-0/+1
* xproto: add explicit align-pad in struct SetupChristian Linhart2015-10-261-0/+1
* xprint: make padding explicitChristian Linhart2015-10-261-2/+3
* sync: make padding explicitChristian Linhart2015-10-261-0/+1
* render: make padding explicitChristian Linhart2015-10-261-0/+1
* randr: make padding explicitChristian Linhart2015-10-261-0/+3
* glx: Add IsEnabled requestRobert Ancell2015-09-131-0/+9
* shm: Mark PutImage.send_event field as booleanRobert Ancell2015-09-131-1/+1
* randr: add RandR 1.5 requests and data typesMichael Stapelberg2015-08-041-1/+44
* xinput: align XIChangeProperty data items correctlyPeter Hutterer2015-07-041-0/+2
* fix ABI/API compatibility problem in presentChristian Linhart2015-06-111-9/+1
* xprint: Fix build of xprint extensionOlivier Fourdan2015-05-311-2/+6
* xml-xcb.txt: remove description of the "localfield" elementRan Benita2015-05-301-7/+0
* xml-xcb.txt: mention that case/bitcase can have a nameRan Benita2015-05-301-2/+2
* Remove valueparam support from xcbgen parsers and schema definitionJaya Tiwari2015-02-223-25/+0
* Replace valueparam with switch-bitcase in ScreensaverJaya Tiwari2015-02-221-3/+65
* Replace valueparam with switch-bitcase in XprotoJaya Tiwari2015-02-221-19/+395
* Replace valueparam with CARD32 bit field in XprintJaya Tiwari2015-02-211-10/+3
* Replace valueparam with switch-bitcase in renderJaya Tiwari2015-02-211-6/+112
* Merge http://git.demorecorder.com/git/free-sw/xcb/protoChristian Linhart2015-02-106-144/+466
|\
| * xinput: update TODO: remove parametrized structsChristian Linhart2014-11-031-8/+0
| * xinput: rep GetDeviceMotionEvents: full supportChristian Linhart2014-11-031-3/+6
| * xcb-doc: add paramrefChristian Linhart2014-11-031-0/+17
| * schema: add paramrefChristian Linhart2014-11-031-0/+9
| * xcbgen: support paramref in the parserChristian Linhart2014-11-031-0/+4
| * xinput: remove TODO-entry for popcount of a listChristian Linhart2014-11-031-13/+0
| * xinput: RawEvents: support lists axisvalues and axisvalues_rawChristian Linhart2014-11-031-12/+42
| * xinput: ev ButtonPress, TouchBegin: support list axisvaluesChristian Linhart2014-11-031-4/+14
| * xinput: ev KeyPress: support list axisvaluesChristian Linhart2014-11-031-2/+7