aboutsummaryrefslogtreecommitdiff
path: root/nexgb/res
Commit message (Collapse)AuthorAgeFilesLines
* Use consistent extension names. Close #6.Andrew Gallant2018-09-081-18/+18
|
* When writing, don't pad the length of bytes produced from innerAndrew Gallant2018-09-081-3/+3
| | | | | | structs/unions. Each type should take care of its own padding. Close #14.
* Regenerate xgb with latest XML descriptions.Andrew Gallant2018-09-081-0/+533
|
* Padding on a list is on the length of the list.Andrew Gallant2018-09-081-4/+4
| | | | | 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-159/+159
|
* Refresh build. Eh.Andrew Gallant (Ocelot)2018-09-081-3/+3
|
* Bug fix in the generator that was outputting %(MISSING) crud.Andrew Gallant (Ocelot)2012-05-261-3/+3
|
* panic when an extension request is issued before an extension has been ↵Andrew Gallant (Ocelot)2012-05-111-7/+31
| | | | initialized. but give a nice error message for the happy people.
* add a little more docs for errorsAndrew Gallant (Ocelot)2012-05-111-1/+1
|
* better docsAndrew Gallant (Ocelot)2012-05-101-45/+53
|
* adding package header commentsAndrew Gallant (Ocelot)2012-05-101-9/+10
|
* a huge commit. splitting extensions into their own sub-packages.Andrew Gallant (Ocelot)2012-05-101-0/+514