summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-09-12Remove deprecated public API functions in preparation for 1.0 release. Xlib-s...Jamey Sharp
2006-09-12Cleaned up previous fix for GNU Make stuff.Bart Massey
2006-09-11Removed GNU make dependency.Bart Massey
2006-09-09Handle XC-MISC request failure when allocating new XIDs. (fixes #7001)Jamey Sharp
2006-07-30Implement error handling plan 7.Josh Triplett
2006-07-30Parameterize context in cookie-type and request-matching template.Josh Triplett
2006-07-30Fix Keith's 32-bit wrap fix.Jamey Sharp
2006-07-30Fix typo: s/request/sequence/Josh Triplett
2006-07-30Add XCBRequestCheck function needed for Plan 7.Josh Triplett
2006-07-28Restore netinet/in.h include that was removed in the DECnet commit.Eric Anholt
2006-07-25Replace HAVE_* tests with just checking for (__solaris__)Eric Anholt
2006-07-07Fix build on Solaris (use inttypes.h)Ian Osgood
2006-07-01Finally remove X.h from xcb.h, fix broken image tests.Ian Osgood
2006-07-01Switch sequence comparisons to handle 32-bit sequence number wrap.Keith Packard
2006-06-15Remove arbitrary division between xcb_types and xproto by mergingJosh Triplett
2006-06-08fix compilation with c++ compilers. Remove some trailing spacesTORRI Vincent
2006-05-30Deprecate XCBSync, move to XCBAuxSync.Ian Osgood
2006-05-14Use correct word offset when testing for GetFBConfigsSGIX VendorPrivate.Jamey Sharp
2006-05-14In the GLX workaround, use !strcmp to check for equality with "GLX", not strcmp.Josh Triplett
2006-05-10Stop overwriting CFLAGS in xcb/src/Makefile.am.Josh Triplett
2006-05-07Fix dependencies on libXCB.la to not walk down from $(top_builddir); this fix...Donnie Berkholz
2006-04-28Move the remainder of the constants in X.h into XML enumerations.Ian Osgood
2006-04-27Add an explanation of libtool -version-info to src/Makefile.am, and add an ex...Josh Triplett
2006-04-27Fix a comment for the renaming of XCBConnSetupSuccessRep to XCBSetup, and fix...Josh Triplett
2006-04-27Declare arguments const in the various structure accessors, so XCBGetSetup is...Jamey Sharp
2006-04-26Rename ConnSetup* to Setup*, Setup*Rep to Setup*, and SetupSuccess* to Setup*...Jamey Sharp
2006-04-26Changes to makefile to build libXCBxtestIan Osgood
2006-04-24Add support for DECnet. Still needs configure-script options to enable.Patrick Caulfield
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-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-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-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