aboutsummaryrefslogtreecommitdiff
path: root/nexgb/xproto
Commit message (Collapse)AuthorAgeFilesLines
* nexgb: update to xcb-proto 1.13Přemysl Janouch2018-09-301-2/+12
|
* nexgb: regenerate from xcb-proto 1.12Přemysl Janouch2018-09-301-617/+1207
| | | | To refresh documentation.
* nexgb: rewrite import pathsPřemysl Janouch2018-09-212-2/+2
|
* Regenerated from xcb-proto 1.12aarzilli2018-09-081-33/+36
|
* Read/Write mutex for Extensions mapaarzilli2018-09-081-8/+8
|
* Fix Issue #21: automatic calculation of alignment padding after listsaarzilli2018-09-082-88/+98
|
* It appears that the "Str" type (which is built into the core X protocol)Andrew Gallant2018-09-081-8/+8
| | | | | | doesn't specify any padding. So it has to be treated as a special case. Close #12.
* When writing, don't pad the length of bytes produced from innerAndrew Gallant2018-09-081-1/+1
| | | | | | structs/unions. Each type should take care of its own padding. Close #14.
* Regenerate xgb with latest XML descriptions.Andrew Gallant2018-09-081-4/+54
|
* Fix fmt'd output for union list writing.Andrew Gallant2018-09-081-1/+1
|
* Padding on a list is on the length of the list.Andrew Gallant2018-09-081-40/+40
| | | | | There was a bug where padding was being computed on each element of the list. Close #5.
* Don't needlessly change source files every time.Andrew Gallant2018-09-081-4/+1
|
* Update to latest xproto XML.Andrew Gallant2018-09-081-8174/+8174
|
* gofmtAndrew Gallant2018-09-081-2/+2
|
* Refresh build. Eh.Andrew Gallant (Ocelot)2018-09-081-9/+9
|
* Bug fix in the generator that was outputting %(MISSING) crud.Andrew Gallant (Ocelot)2012-05-261-31/+31
|
* added some docs and removed some extraneous codeAndrew Gallant (Ocelot)2012-05-121-3/+5
|
* panic when an extension request is issued before an extension has been ↵Andrew Gallant (Ocelot)2012-05-111-9/+9
| | | | initialized. but give a nice error message for the happy people.
* add a little more docs for errorsAndrew Gallant (Ocelot)2012-05-111-3/+39
|
* better docsAndrew Gallant (Ocelot)2012-05-101-995/+1481
|
* adding package header commentsAndrew Gallant (Ocelot)2012-05-101-5/+6
|
* a huge commit. splitting extensions into their own sub-packages.Andrew Gallant (Ocelot)2012-05-102-0/+14712