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