Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xgbgen: process <doc> elements | Přemysl Janouch | 2018-09-30 | 1 | -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 cleanups | Přemysl Janouch | 2018-09-08 | 1 | -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.12 | aarzilli | 2018-09-08 | 1 | -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 lists | aarzilli | 2018-09-08 | 1 | -1/+1 |
| | |||||
* | Ignore the "fd" field for the time being (for the shm extension only). | Andrew Gallant | 2018-09-08 | 1 | -2/+2 |
| | |||||
* | Updated to work with new xproto XML files. | Andrew Gallant | 2018-09-08 | 1 | -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-10 | 1 | -23/+13 |
| | |||||
* | make resource ids their own individual types. last commit before overhaul to ↵ | Andrew Gallant (Ocelot) | 2012-05-10 | 1 | -5/+0 |
| | | | | sub-packages | ||||
* | lots of docs and examples | Andrew Gallant (Ocelot) | 2012-05-07 | 1 | -1/+1 |
| | |||||
* | add more extension cruft. make extension checking more uniform. | Andrew Gallant (Ocelot) | 2012-05-06 | 1 | -1/+1 |
| | |||||
* | more bug fixes for the rest of the extensions | Andrew Gallant (Ocelot) | 2012-05-06 | 1 | -5/+5 |
| | |||||
* | fixing bugs related mostly to extension handling | Andrew Gallant (Ocelot) | 2012-05-05 | 1 | -1/+1 |
| | |||||
* | holy toldeo... things might actually be working | Andrew Gallant (Ocelot) | 2012-05-03 | 1 | -8/+9 |
| | |||||
* | finally starting on the crescendo: requests and replies. | Andrew Gallant (Ocelot) | 2012-05-02 | 1 | -5/+7 |
| | |||||
* | gofmt | Andrew Gallant (Ocelot) | 2012-04-30 | 1 | -37/+38 |
| | |||||
* | complete and total overhaul like i promised. things are much easier to ↵ | Andrew Gallant (Ocelot) | 2012-04-30 | 1 | -0/+426 |
reason about. still not working yet though. |