summaryrefslogtreecommitdiff
path: root/src/c-client.xsl
AgeCommit message (Expand)Author
2006-10-29Added initial doxygen generation stuff. This should probably be cleaned up l...Jeremy Kolb jkolb@brandeis.edu
2006-10-14Define and use constants for opcode numbers.Zephaniah E. Hull
2006-10-07Stop implicitly importing xproto; goes with proto change to explicitly import itJosh Triplett
2006-10-07Declare "struct foo" or "enum foo" as well as the typedef'd name "foo".Jamey Sharp
2006-10-07Handle "xidunion" instead of "union" for XID unions like DRAWABLE and FONTABLEJosh Triplett
2006-10-06Remove XID wrapper structures and replace them with uint32_t typedefsJosh Triplett
2006-09-23Remove the xcb_[extension]_init functions; use xcb_get_extension_data directlyJosh Triplett
2006-09-23The Great XCB RenamingJosh Triplett
2006-07-30Implement error handling plan 7.Josh Triplett
2006-07-30Parameterize context in cookie-type and request-matching template.Josh Triplett
2006-06-15Remove arbitrary division between xcb_types and xproto by mergingJosh Triplett
2006-04-27Declare arguments const in the various structure accessors, so XCBGetSetup is...Jamey Sharp
2006-03-15Change <bit> syntax to <bit>n</bit> as Jamey and Josh suggestedIan Osgood
2006-03-14Add an expression construct <bit bit="n"/>Ian Osgood
2006-03-11Portability fixes. Should help DragonFly and Solaris, and should not hurt any...Jamey Sharp
2006-03-03API/ABI change: XCBSendRequest returns the sequence number instead of using a...Jamey Sharp
2006-03-02Tweak to previous API change: Require that spare iovecs fall before vector[0]...Jamey Sharp
2006-03-02Bugfix: The fixed-length part needs two iovecs reserved, just like all the ot...Jamey Sharp
2006-03-02Use XPath position() function instead of xsl:number, to evaluate array indice...Jamey Sharp
2006-03-02API/ABI change: XCBSendRequest callers must pad to 4-byte boundaries now. Whe...Jamey Sharp
2006-02-26API/ABI break: Add flags to XCBSendRequest, first for error-checked requests.Jamey Sharp
2006-02-18Remove xcl and CVSROOT.Josh Triplett