Age | Commit message (Expand) | Author |
2006-03-15 | Remove proto/X11 dependencies from xcb-demo. | Ian Osgood |
2006-03-14 | Remove xcb-util dependency on proto/X11 | Ian Osgood |
2006-03-14 | Fix XCBGetSetup to match prototype. | Ian Osgood |
2006-03-14 | Merge branch 'master' of git+ssh://iano@git.freedesktop.org/git/xcb | Ian Osgood |
2006-03-14 | Add an expression construct <bit bit="n"/> | Ian Osgood |
2006-03-14 | doxygen documentation of the API | TORRI Vincent |
2006-03-13 | Remove dependencies on Xmd.h and X.h | Ian Osgood |
2006-03-13 | Remove last deprecation warning. | Ian Osgood |
2006-03-12 | Merge branch 'master' of git+ssh://iano@git.freedesktop.org/git/xcb | Ian Osgood |
2006-03-12 | Restructure to remove most deprecation warnings. | Ian Osgood |
2006-03-12 | Use libXdmcp, if available with XdmcpWrap, for XDM-AUTHORIZATION-1. Closes bu... | Jamey Sharp |
2006-03-12 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb | Jamey Sharp |
2006-03-12 | Only _xcb_conn_wait calls _xcb_out_write now, so move it to xcb_conn.c and ma... | Jamey Sharp |
2006-03-12 | Remove c->out.vec. Pass iovecs directly down the call tree. Add _xcb_out_flus... | Jamey Sharp |
2006-03-11 | Portability fixes. Should help DragonFly and Solaris, and should not hurt any... | Jamey Sharp |
2006-03-09 | Move c->out.vec refs out of _xcb_conn_wait up to _xcb_out_flush. | Jamey Sharp |
2006-03-08 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb | Jamey Sharp |
2006-03-08 | Unify autofoo .gitignore bits into one top-level file, and remove resulting r... | Jamey Sharp |
2006-03-08 | Add symbols for error and reply response_types, | Ian Osgood |
2006-03-08 | Bugfix: null-terminate the path in sockaddr_un before using it. | Ian Osgood |
2006-03-08 | Move c->out.vec refs out of _xcb_out_write up to _xcb_conn_wait. | Jamey Sharp |
2006-03-07 | Fix off-by-one error that kept the last byte(s) of the output queue from bein... | Jamey Sharp |
2006-03-07 | Use the GCC 4 visibility extension to mark everything in xcbint.h hidden. | TORRI Vincent |
2006-03-06 | Off-by-one error in the sequence-wrapping proof, and therefore in the corresp... | Jamey Sharp |
2006-03-05 | Implement provably-correct sequence wrap handling. Add flag XCB_REQUEST_DISCA... | Jamey Sharp |
2006-03-03 | API/ABI change: XCBSendRequest returns the sequence number instead of using a... | Jamey Sharp |
2006-03-03 | Add 32-bit full_sequence fields to generic errors and events, so callers can ... | Jamey Sharp |
2006-03-02 | Tweak to previous API change: Require that spare iovecs fall before vector[0]... | Jamey Sharp |
2006-03-02 | assert() that XCBSendRequest was handed enough space to set opcodes and short... | 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-03-02 | Separate notion of request-completed from current-request, and mark requests ... | Jamey Sharp |
2006-02-27 | Buffer a couple CARD32s on the stack instead of using an extra iovec. Also a ... | Jamey Sharp |
2006-02-27 | Add XCB_REQUEST_RAW flag for XCBSendRequest. | Jamey Sharp |
2006-02-27 | Bugfix: how about *not* leaking all pending_replies when no reply matches, as... | Jamey Sharp |
2006-02-27 | Move test for other writing threads *before* allocating a sequence number. | Jamey Sharp |
2006-02-27 | _xcb_list is no longer used, so remove it. Simplify _xcb_map. | Jamey Sharp |
2006-02-27 | Replace readers generic list with hand-written typesafe version. | Jamey Sharp |
2006-02-27 | Rename struct XCBReplyData to reader_list to follow my naming conventions and... | Jamey Sharp |
2006-02-27 | In struct XCBReplyData, change void *data to pthread_cond_t *data. That was d... | Jamey Sharp |
2006-02-26 | Delete unused xcb_list functions and refactor others. | Jamey Sharp |
2006-02-26 | Replace current_reply generic queue with hand-written version. No generic que... | Jamey Sharp |
2006-02-26 | Replace events generic queue with hand-written typesafe version. | Jamey Sharp |
2006-02-26 | API/ABI break: Add flags to XCBSendRequest, first for error-checked requests. | Jamey Sharp |
2006-02-26 | Replace pending_replies generic queue with a hand-implemented typesafe version. | Jamey Sharp |
2006-02-26 | Replace my old generic map ADT with a growable array for the extension cache. | Jamey Sharp |
2006-02-25 | XCB has not had tracing features for a long time: remove the remnants. | Jamey Sharp |
2006-02-25 | Rearrange an if statement that's been bothering me. | Jamey Sharp |
2006-02-24 | Coalesce _xcb_writev into _xcb_out_write and simplify. | Jamey Sharp |