summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-04-20Minor performance improvement: do not call _xcb_in_expect_reply unless it is ...Jamey Sharp
2006-04-19Add <sys/select.h> to xcb_in.c to fix bug #6122.Jamey Sharp
2006-04-19Bugfix: xcb_conn.c included <sys/fcntl.h> instead of the POSIX-standard <fcnt...Alan Coopersmith
2006-04-19Only set CWARNFLAGS to gnu flags if $GCC is set. Otherwise check for Sun comp...Alan Coopersmith
2006-04-19Merge branch 'master' of git+ssh://iano@git.freedesktop.org/git/xcbIan Osgood
2006-04-19Remove the last goto in XCB: XCBWaitForReply now permits multiple threads to ...Jamey Sharp
2006-04-19Restructure XCBWaitForReply to eliminate two gotos.Jamey Sharp
2006-04-19Fixed poll_for_reply, added comments, and refactored XCBWaitForReply to call ...Jamey Sharp
2006-04-19Add XCBPollForReply and deprecate XCBGetRequestRead and XCBGetQueuedRequestRead.Jamey Sharp
2006-04-16Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcbJosh Triplett
2006-04-16Improve package descriptions.Josh Triplett
2006-04-16Change Depends on x-dev to x11proto-core-dev.Josh Triplett
2006-04-16Add Build-Depends on libxdmcp-dev.Josh Triplett
2006-04-16 * Debian X11R7 transition:Josh Triplett
2006-04-15Stop installing the libtool .la files.Josh Triplett
2006-04-15Update -dbg package handling to work with debhelper compat level 5.Josh Triplett
2006-04-15Stop running autoreconf in debian/rules, and remove Build-Depends forJosh Triplett
2006-04-15Add xcbint.h to noinst_HEADERS, so it gets distributed.Josh Triplett
2006-04-15Use screensaver.xmlJosh Triplett
2006-04-15Put EXTHEADERS and EXTSOURCES in order.Josh Triplett
2006-04-15Split all non-essential extensions into their own separate libraries, namedJosh Triplett
2006-04-09Retry a select() if it returns with EINTR. Fixes IO errors in Xephyr, which isEric Anholt
2006-04-09Remove unnecessary include. Noticed by jamey.Eric Anholt
2006-03-22Work on the tutorial, and update xproto.xml to match:Ian Osgood
2006-03-21Remove outdated fd.o-* entries from */debian/.gitignore (obsolete since befor...Josh Triplett
2006-03-16The typedefs replacing Xmd.h conflict with Xmd.h. Here is a hacky workaround:...Jamey Sharp
2006-03-15Change <bit> syntax to <bit>n</bit> as Jamey and Josh suggestedIan Osgood
2006-03-15Remove proto/X11 dependencies from xcb-demo.Ian Osgood
2006-03-14Remove xcb-util dependency on proto/X11Ian Osgood
2006-03-14Fix XCBGetSetup to match prototype.Ian Osgood
2006-03-14Merge branch 'master' of git+ssh://iano@git.freedesktop.org/git/xcbIan Osgood
2006-03-14Add an expression construct <bit bit="n"/>Ian Osgood
2006-03-14doxygen documentation of the APITORRI Vincent
2006-03-13Remove dependencies on Xmd.h and X.hIan Osgood
2006-03-13Remove last deprecation warning.Ian Osgood
2006-03-12Merge branch 'master' of git+ssh://iano@git.freedesktop.org/git/xcbIan Osgood
2006-03-12Restructure to remove most deprecation warnings.Ian Osgood
2006-03-12Use libXdmcp, if available with XdmcpWrap, for XDM-AUTHORIZATION-1. Closes bu...Jamey Sharp
2006-03-12Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcbJamey Sharp
2006-03-12Only _xcb_conn_wait calls _xcb_out_write now, so move it to xcb_conn.c and ma...Jamey Sharp
2006-03-12Remove c->out.vec. Pass iovecs directly down the call tree. Add _xcb_out_flus...Jamey Sharp
2006-03-11Portability fixes. Should help DragonFly and Solaris, and should not hurt any...Jamey Sharp
2006-03-09Move c->out.vec refs out of _xcb_conn_wait up to _xcb_out_flush.Jamey Sharp
2006-03-08Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcbJamey Sharp
2006-03-08Unify autofoo .gitignore bits into one top-level file, and remove resulting r...Jamey Sharp
2006-03-08Add symbols for error and reply response_types,Ian Osgood
2006-03-08Bugfix: null-terminate the path in sockaddr_un before using it.Ian Osgood
2006-03-08Move c->out.vec refs out of _xcb_out_write up to _xcb_conn_wait.Jamey Sharp
2006-03-07Fix off-by-one error that kept the last byte(s) of the output queue from bein...Jamey Sharp
2006-03-07Use the GCC 4 visibility extension to mark everything in xcbint.h hidden.TORRI Vincent