index
:
lib/libxcb
master
obsd
xcb-1.9
XCB library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
2006-10-15
Match only XCB-namespaced XID generators when converting to xcb_generate_id.
Jamey Sharp
2006-10-06
api_conv.pl: replace xcb_*_new with calls directly to xcb_generate_id, now th...
Jamey Sharp
2006-09-25
Ensure api_conv.pl is idempotent on names of constants: XCB_[A-Z0-9_]+.
Jamey Sharp
2006-09-25
Move header files to $includedir/xcb (generally $prefix/include/xcb).
Jamey Sharp
2006-09-24
Add XCBAllPlanes from xcb-image util library.
Ian Osgood
2006-09-24
now, I know how to use api_conv.pl :)
TORRI Vincent
2006-09-23
Apply const-names.xsl to the un-renamed XML; replace the XSL with the result.
Jamey Sharp
2006-09-23
Special cases to agree with the conventions Josh and I have hashed out.
Jamey Sharp
2006-09-22
Handle remaining incorrect API translations in api_conv.pl.
Jamey Sharp
2006-09-18
XCB*Id is a variable, not a type: adjust API conventions accordingly.
Jamey Sharp
2006-09-18
Handle names of constants during API conversion.
Jamey Sharp
2006-09-17
Complete rewrite of api_conv.pl.
Jamey Sharp
2006-09-14
Simplify the API conversion tool without functionality changes.
Jamey Sharp
2006-09-13
Prototype API conversion tool for upcoming lowercased XCB API.
Thomas Coppi