summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Match only XCB-namespaced XID generators when converting to xcb_generate_id.Jamey Sharp2006-10-151-1/+1
* api_conv.pl: replace xcb_*_new with calls directly to xcb_generate_id, now th...Jamey Sharp2006-10-061-0/+1
* Ensure api_conv.pl is idempotent on names of constants: XCB_[A-Z0-9_]+.Jamey Sharp2006-09-251-1/+1
* Move header files to $includedir/xcb (generally $prefix/include/xcb).Jamey Sharp2006-09-251-0/+1
* Add XCBAllPlanes from xcb-image util library.Ian Osgood2006-09-241-0/+1
* now, I know how to use api_conv.pl :)TORRI Vincent2006-09-241-0/+17
* Apply const-names.xsl to the un-renamed XML; replace the XSL with the result.Jamey Sharp2006-09-232-21/+572
* Special cases to agree with the conventions Josh and I have hashed out.Jamey Sharp2006-09-231-2/+35
* Handle remaining incorrect API translations in api_conv.pl.Jamey Sharp2006-09-221-2/+15
* XCB*Id is a variable, not a type: adjust API conventions accordingly.Jamey Sharp2006-09-181-1/+1
* Handle names of constants during API conversion.Jamey Sharp2006-09-182-0/+44
* Complete rewrite of api_conv.pl.Jamey Sharp2006-09-171-43/+18
* Simplify the API conversion tool without functionality changes.Jamey Sharp2006-09-141-42/+17
* Prototype API conversion tool for upcoming lowercased XCB API.Thomas Coppi2006-09-131-0/+77