Age | Commit message (Expand) | Author |
2006-06-15 | Remove arbitrary division between xcb_types and xproto by merging | Josh Triplett |
2006-06-08 | fix compilation with c++ compilers. Remove some trailing spaces | TORRI Vincent |
2006-05-30 | Deprecate XCBSync, move to XCBAuxSync. | Ian Osgood |
2006-05-14 | Use correct word offset when testing for GetFBConfigsSGIX VendorPrivate. | Jamey Sharp |
2006-05-14 | In the GLX workaround, use !strcmp to check for equality with "GLX", not strcmp. | Josh Triplett |
2006-05-10 | Stop overwriting CFLAGS in xcb/src/Makefile.am. | Josh Triplett |
2006-05-07 | Fix dependencies on libXCB.la to not walk down from $(top_builddir); this fix... | Donnie Berkholz |
2006-04-28 | Move the remainder of the constants in X.h into XML enumerations. | Ian Osgood |
2006-04-27 | Add an explanation of libtool -version-info to src/Makefile.am, and add an ex... | Josh Triplett |
2006-04-27 | Fix a comment for the renaming of XCBConnSetupSuccessRep to XCBSetup, and fix... | Josh Triplett |
2006-04-27 | Declare arguments const in the various structure accessors, so XCBGetSetup is... | Jamey Sharp |
2006-04-26 | Rename ConnSetup* to Setup*, Setup*Rep to Setup*, and SetupSuccess* to Setup*... | Jamey Sharp |
2006-04-26 | Changes to makefile to build libXCBxtest | Ian Osgood |
2006-04-24 | Add support for DECnet. Still needs configure-script options to enable. | Patrick Caulfield |
2006-04-20 | Minor performance improvement: do not call _xcb_in_expect_reply unless it is ... | Jamey Sharp |
2006-04-19 | Add <sys/select.h> to xcb_in.c to fix bug #6122. | Jamey Sharp |
2006-04-19 | Bugfix: xcb_conn.c included <sys/fcntl.h> instead of the POSIX-standard <fcnt... | Alan Coopersmith |
2006-04-19 | Remove the last goto in XCB: XCBWaitForReply now permits multiple threads to ... | Jamey Sharp |
2006-04-19 | Restructure XCBWaitForReply to eliminate two gotos. | Jamey Sharp |
2006-04-19 | Fixed poll_for_reply, added comments, and refactored XCBWaitForReply to call ... | Jamey Sharp |
2006-04-19 | Add XCBPollForReply and deprecate XCBGetRequestRead and XCBGetQueuedRequestRead. | Jamey Sharp |
2006-04-16 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb | Josh Triplett |
2006-04-15 | Add xcbint.h to noinst_HEADERS, so it gets distributed. | Josh Triplett |
2006-04-15 | Use screensaver.xml | Josh Triplett |
2006-04-15 | Put EXTHEADERS and EXTSOURCES in order. | Josh Triplett |
2006-04-15 | Split all non-essential extensions into their own separate libraries, named | Josh Triplett |
2006-04-09 | Retry a select() if it returns with EINTR. Fixes IO errors in Xephyr, which is | Eric Anholt |
2006-04-09 | Remove unnecessary include. Noticed by jamey. | Eric Anholt |
2006-03-16 | The typedefs replacing Xmd.h conflict with Xmd.h. Here is a hacky workaround:... | Jamey Sharp |
2006-03-15 | Change <bit> syntax to <bit>n</bit> as Jamey and Josh suggested | Ian Osgood |
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 |