aboutsummaryrefslogtreecommitdiff
path: root/nexgb/xgbgen/field.go
Commit message (Collapse)AuthorAgeFilesLines
* xgbgen: process <doc> elementsPřemysl Janouch2018-09-301-4/+8
| | | | | Most of XCB documentation now ends up in Go sources, although the end result is of mixed quality.
* Regenerated from xcb-proto 1.12aarzilli2018-09-081-7/+8
|
* Changed xgbgen to support xcb-proto 1.12aarzilli2018-09-081-8/+71
| | | | | | | | * 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 structs with field name of 'Bytes'Andrew Gallant2018-09-081-0/+3
| | | | | (it conflict with a method of the same name that is generated for all such structs)
* Fix Issue #21: automatic calculation of alignment padding after listsaarzilli2018-09-081-13/+19
|
* gofmtAndrew Gallant2018-09-081-1/+1
|
* a huge commit. splitting extensions into their own sub-packages.Andrew Gallant (Ocelot)2012-05-101-1/+1
|
* lots of docs and examplesAndrew Gallant (Ocelot)2012-05-071-2/+2
|
* more bug fixes for the rest of the extensionsAndrew Gallant (Ocelot)2012-05-061-2/+1
|
* added documentation and did some slight restructuring. it's party time.Andrew Gallant (Ocelot)2012-05-061-5/+55
|
* fixing bugs related mostly to extension handlingAndrew Gallant (Ocelot)2012-05-051-6/+6
|
* holy toldeo... things might actually be workingAndrew Gallant (Ocelot)2012-05-031-10/+65
|
* finally starting on the crescendo: requests and replies.Andrew Gallant (Ocelot)2012-05-021-1/+3
|
* unions, events and errors... oh myAndrew Gallant (Ocelot)2012-05-011-3/+24
|
* splitting up go specific code. too much for one file IMO. more progress. ↵Andrew Gallant (Ocelot)2012-04-301-1/+30
| | | | almost done with structs.
* gofmtAndrew Gallant (Ocelot)2012-04-301-10/+9
|
* complete and total overhaul like i promised. things are much easier to ↵Andrew Gallant (Ocelot)2012-04-301-0/+170
reason about. still not working yet though.