summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-11-04Release libxcb 1.11.1Jamey Sharp
2007-11-04Revert "Generate error constants as XCB_BAD_*, similar to Xlib."Jamey Sharp
2007-10-28Don't hold the xlib-xcb lock while sleeping: that allows deadlock.Jamey Sharp
2007-10-28Factor pthread_cond_wait(iolock) to _xcb_wait_io.Jamey Sharp
2007-10-23Don't abort() on locking assertions if LIBXCB_ALLOW_SLOPPY_LOCK is set.Jamey Sharp
2007-07-19Allow unix:<screen> style display names again.Egbert Eich
2007-06-13Send locking assertion backtraces to stderr. Improve the heading on the back...Josh Triplett
2007-06-06Print backtraces in case an assert fails inside xlib/xcb.Christoph Pfister
2007-06-02xcb_poll_for_event: Return already-read events before read(2)ing again.Jamey Sharp
2007-04-18Merge branch 'master' of git://anongit.freedesktop.org/git/xcb/libxcbMatthias Hopf
2007-04-13Generate error constants as XCB_BAD_*, similar to Xlib.Ian Osgood
2007-04-12Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb/libxcbTORRI Vincent
2007-04-12remove the 7th bit of the response_type for the event loopsTORRI Vincent
2007-04-11Update autogen.sh to one that does objdir != srcdirMatthias Hopf
2007-04-10Modify new attribute from previous patch so that it is necessary only onEamon Walsh
2007-03-29Replaces special-casing in c-client stylesheet with supportEamon Walsh
2007-02-27add the first step toward the documentation of the request/reply functions. T...TORRI Vincent
2007-02-07and make the html code valid...TORRI Vincent
2007-02-07font partTORRI Vincent
2007-02-07no more xid or id fieldsTORRI Vincent
2007-02-06add the complete cursor example. Make the html code validTORRI Vincent
2007-01-22add doxygen doc for the *_end functionsTORRI Vincent
2007-01-13fix all the occurence where a drawable where considered as a unionTORRI Vincent
2006-12-10Add autogen.sh to EXTRA_DIST.Josh Triplett
2006-12-10Add tools/* to EXTRA_DIST.Josh Triplett
2006-11-28add doc tag for the _next functions. It creates doxygen doc in the header fil...TORRI Vincent
2006-11-28Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb/libxcbTORRI Vincent
2006-11-28add some output informations to configure scriptTORRI Vincent
2006-11-27If enable_build_docs is "no", we don't even try to look for doxygen.Tilman Sauerbeck
2006-11-27Fixed evaluation of the disable-build-docs argument.Tilman Sauerbeck
2006-11-26Fix unit tests for FreeBSDIan Osgood
2006-11-25Use substitition variables in xcb-xinerama.pc.in, not instances of their valuesJosh Triplett
2006-11-25Bug #9119: test xcb_popcountIan Osgood
2006-11-24libXau didn't have a correct pkg-config file until 0.99.2: fail if an older v...Jamey Sharp
2006-11-24NetBSD doesn't have AI_ADDRCONFIG: use it only if it's available.Jamey Sharp
2006-11-24replace all the _new functions with xcb_generate_id. repalce X11/XCB with xcb...TORRI Vincent
2006-11-23Release libxcb 1.01.0Josh Triplett
2006-11-23Avoid race condition when using multiple make jobsDiego 'Flameeyes' Pettenò
2006-11-23Rewrite automake's data installation rules, because they suck.Josh Triplett
2006-11-23Rework doxygen build and install to work with srcdir != builddirJosh Triplett
2006-11-22Remove --with-opt and --with-debug options from configure.ac; use CFLAGS insteadJosh Triplett
2006-11-22Check for getaddrinfo rather than gethostbyname in configure.acJosh Triplett
2006-11-22xcb-proto has no libraries or headers, so don't use XCBPROTO_CFLAGS or XCBPRO...Jamey Sharp
2006-11-22Use pthread-stubs as needed, and list xdmcp in Requires.private when XCB is b...Jamey Sharp
2006-11-21Replace uses of "long" with uint32_t, and similar; fixes 64-bit bugsJosh Triplett
2006-11-21Fix IP6 work for FreeBSD/Mac.Ian Osgood
2006-11-21Support XDM-AUTHORIZATION-1 on IPv6Josh Triplett
2006-11-20Refactor auth code to get display number from xcb_connectJosh Triplett
2006-11-20Only use AI_NUMERICSERV if defined.Josh Triplett
2006-11-20Support authentication for IPv6 connectionsJosh Triplett