summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-17xcb-proto 1.15.2xcb-proto-1.15.2Matt Turner1-1/+1
2022-06-17Call AC_OUTPUT without argumentsMatt Turner1-1/+2
2022-06-17Install xcb-proto to $(datarootdir)Matt Turner1-1/+1
2022-06-17Remove libdir from xcb-proto.pcMatt Turner1-1/+0
2022-06-16xcb-proto 1.15.1xcb-proto-1.15.1Matt Turner1-1/+1
2022-06-16Add DOUBLE-BUFFER extension specification.Mike Sharov2-0/+153
2022-05-27dri3: Update dri3.xml to DRI3 1.3Austin Shafer1-1/+8
2022-05-03xcb-proto 1.15xcb-proto-1.15Matt Turner1-1/+1
2021-12-21glx,xprint: place explicit padding between listsPeter Harris2-4/+6
2021-11-17Adjust to automake 1.16.4 changes Joshua Root1-0/+1
2021-10-04Fix python version check from 65169c1af7893882c21d1e2a544903212b8d6fb0Alex Richardson1-1/+2
2021-09-30Use xml.etree.cElementTree where appropriateUli Schlachter1-1/+6
2021-09-30Add missing fields to errorsUli Schlachter1-0/+10
2021-09-22xinput: Add XI v2.4Povilas Kanapickas1-6/+88
2021-09-02xinput: Add length specification for DeviceClass structPovilas Kanapickas1-0/+6
2021-09-02Add element to specify expression that defines length of a structPovilas Kanapickas3-2/+33
2021-07-22xfixes: Add ClientDisconnectModeOlivier Fourdan1-1/+21
2021-06-01xproto.xml: Update doc text for GrabKeyAlan Coopersmith1-8/+5
2020-10-08xcb-proto 1.14.1xcb-proto-1.14.1Alan Coopersmith2-1/+6
2020-10-03Fix typo in documentationSamanta Navarro1-1/+1
2020-06-04xcbgen: Use xml.etree.ElementTree for Python >= 3.3.Björn Esser2-2/+2
2020-06-01xcbgen: xml.etree.cElementTree has been dropped in Python 3.9.Björn Esser2-2/+12
2020-06-01xcbgen: Use math.gcd() for Python >= 3.5.Björn Esser1-1/+6
2020-03-21Parse a field's "enum=" correctlyUli Schlachter1-1/+1
2020-02-22Release xcb-proto 1.14xcb-proto-1.14Matt Turner2-1/+7
2020-02-22Build xz tarballs instead of bzip2Matt Turner1-1/+1
2019-12-28Allow access to the original type in the XMLUli Schlachter2-19/+22
2019-12-28Fix size computation of imported listsUli Schlachter1-0/+3
2019-11-02Removed unused member "fds"Uli Schlachter1-1/+0
2019-04-27pkg-config: Add sysroot prefixDaniel Stone1-2/+2
2019-02-17Update README for gitlab migrationAlan Coopersmith2-13/+15
2018-03-14screensaver: Use CARD32 encoding for ScreenSaverSuspend 'suspend'Keith Packard1-2/+1
2018-02-28Release xcb-proto 1.13xcb-proto-1.13Daniel Stone2-1/+12
2018-02-28present: Add PresentModeSuboptimalCopy flagLouis-Francis Ratté-Boulianne1-1/+3
2018-02-28DRI3: Add multi-planar and modifier supportLouis-Francis Ratté-Boulianne1-1/+70
2017-12-15Add RandR leases. [v2]Keith Packard1-15/+52
2017-06-05xcbgen: Add support for lists of FDsDaniel Stone1-4/+24
2017-05-13xinput: remove TODO that is doneChristian Linhart1-21/+0
2017-03-11SendExtensionEvent uses eventstructChristian Linhart1-19/+38
2017-03-11add support for eventstructChristian Linhart5-0/+181
2017-03-11xinput: typedef for event_type_baseChristian Linhart1-1/+2
2017-03-11move symboltable lookup of sumof expr to the parserChristian Linhart1-0/+1
2017-01-24Add missing alignment padding to SetupRequest structaarzilli1-0/+2
2016-06-04Update XML schema to fix 'make check'Jon Turney1-2/+11
2016-06-02res: Fix QueryClientIds reply sizePeter Harris1-1/+9
2016-05-28print() is a function and needs parentheses.Thomas Klausner1-6/+6
2016-05-28Make whitespace use consistent.Thomas Klausner1-48/+48
2016-05-18Release xcb-proto 1.121.12Uli Schlachter2-1/+28
2016-01-27enforce serialization of pads where needed for ABI compatChristian Linhart1-5/+5
2016-01-27optionally enforce serialization of padsChristian Linhart2-1/+10