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