aboutsummaryrefslogtreecommitdiff
path: root/nexgb/xgbgen/translation.go
Commit message (Collapse)AuthorAgeFilesLines
* xgbgen: process <doc> elementsPřemysl Janouch2018-09-301-20/+91
| | | | | Most of XCB documentation now ends up in Go sources, although the end result is of mixed quality.
* nexgb: post-merge fixups and cleanupsPřemysl Janouch2018-09-081-7/+7
| | | | | | | | | AUTHORS, CONTRIBUTORS: still useful, add people from git log, clean up. LICENSE: Google doesn't really grant you shit anymore. The EU doesn't have software patents either, so it doesn't affect me directly. README, doc.go: erase mentions of unmaintained xgbutil.
* Changed xgbgen to support xcb-proto 1.12aarzilli2018-09-081-1/+5
| | | | | | | | * Added minimal support for switch fields. * Changed the way Size is calculated to accomodate for lists inside structs (added to randr) * Removed heuristic to place alignment gaps, they are now explicitly described in xml
* Fix Issue #21: automatic calculation of alignment padding after listsaarzilli2018-09-081-1/+1
|
* Ignore the "fd" field for the time being (for the shm extension only).Andrew Gallant2018-09-081-2/+2
|
* Updated to work with new xproto XML files.Andrew Gallant2018-09-081-10/+18
| | | | | Namely, the "doc" element is ignored. Also, I've sorted everything before output so that diff isn't completely useless.
* a huge commit. splitting extensions into their own sub-packages.Andrew Gallant (Ocelot)2012-05-101-23/+13
|
* make resource ids their own individual types. last commit before overhaul to ↵Andrew Gallant (Ocelot)2012-05-101-5/+0
| | | | sub-packages
* lots of docs and examplesAndrew Gallant (Ocelot)2012-05-071-1/+1
|
* add more extension cruft. make extension checking more uniform.Andrew Gallant (Ocelot)2012-05-061-1/+1
|
* more bug fixes for the rest of the extensionsAndrew Gallant (Ocelot)2012-05-061-5/+5
|
* fixing bugs related mostly to extension handlingAndrew Gallant (Ocelot)2012-05-051-1/+1
|
* holy toldeo... things might actually be workingAndrew Gallant (Ocelot)2012-05-031-8/+9
|
* finally starting on the crescendo: requests and replies.Andrew Gallant (Ocelot)2012-05-021-5/+7
|
* gofmtAndrew Gallant (Ocelot)2012-04-301-37/+38
|
* complete and total overhaul like i promised. things are much easier to ↵Andrew Gallant (Ocelot)2012-04-301-0/+426
reason about. still not working yet though.