summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-06-06Print backtraces in case an assert fails inside xlib/xcb.Christoph Pfister2-3/+37
2007-06-02xcb_poll_for_event: Return already-read events before read(2)ing again.Jamey Sharp1-1/+2
2007-04-18Merge branch 'master' of git://anongit.freedesktop.org/git/xcb/libxcbMatthias Hopf2-4/+10
2007-04-13Generate error constants as XCB_BAD_*, similar to Xlib.Ian Osgood1-0/+5
2007-04-12Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb/libxcbTORRI Vincent1-25/+13
2007-04-12remove the 7th bit of the response_type for the event loopsTORRI Vincent1-4/+5
2007-04-11Update autogen.sh to one that does objdir != srcdirMatthias Hopf1-1/+10
2007-04-10Modify new attribute from previous patch so that it is necessary only onEamon Walsh1-4/+4
2007-03-29Replaces special-casing in c-client stylesheet with supportEamon Walsh1-25/+13
2007-02-27add the first step toward the documentation of the request/reply functions. T...TORRI Vincent1-0/+30
2007-02-07and make the html code valid...TORRI Vincent1-7/+8
2007-02-07font partTORRI Vincent1-8/+303
2007-02-07no more xid or id fieldsTORRI Vincent1-38/+23
2007-02-06add the complete cursor example. Make the html code validTORRI Vincent2-30/+411
2007-01-22add doxygen doc for the *_end functionsTORRI Vincent1-0/+9
2007-01-13fix all the occurence where a drawable where considered as a unionTORRI Vincent1-18/+18
2006-12-10Add autogen.sh to EXTRA_DIST.Josh Triplett1-1/+2
2006-12-10Add tools/* to EXTRA_DIST.Josh Triplett1-1/+4
2006-11-28add doc tag for the _next functions. It creates doxygen doc in the header fil...TORRI Vincent1-0/+17
2006-11-28Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb/libxcbTORRI Vincent5-13/+46
2006-11-28add some output informations to configure scriptTORRI Vincent1-3/+23
2006-11-27If enable_build_docs is "no", we don't even try to look for doxygen.Tilman Sauerbeck1-0/+5
2006-11-27Fixed evaluation of the disable-build-docs argument.Tilman Sauerbeck1-1/+1
2006-11-26Fix unit tests for FreeBSDIan Osgood1-5/+6
2006-11-25Use substitition variables in xcb-xinerama.pc.in, not instances of their valuesJosh Triplett1-5/+5
2006-11-25Bug #9119: test xcb_popcountIan Osgood1-0/+24
2006-11-24libXau didn't have a correct pkg-config file until 0.99.2: fail if an older v...Jamey Sharp1-1/+1
2006-11-24NetBSD doesn't have AI_ADDRCONFIG: use it only if it's available.Jamey Sharp1-1/+4
2006-11-24replace all the _new functions with xcb_generate_id. repalce X11/XCB with xcb...TORRI Vincent1-35/+35
2006-11-23Release libxcb 1.01.0Josh Triplett3-5/+63
2006-11-23Avoid race condition when using multiple make jobsDiego 'Flameeyes' Pettenò1-4/+1
2006-11-23Rewrite automake's data installation rules, because they suck.Josh Triplett1-15/+25
2006-11-23Rework doxygen build and install to work with srcdir != builddirJosh Triplett5-8/+10
2006-11-22Remove --with-opt and --with-debug options from configure.ac; use CFLAGS insteadJosh Triplett2-45/+1
2006-11-22Check for getaddrinfo rather than gethostbyname in configure.acJosh Triplett1-1/+1
2006-11-22xcb-proto has no libraries or headers, so don't use XCBPROTO_CFLAGS or XCBPRO...Jamey Sharp1-2/+2
2006-11-22Use pthread-stubs as needed, and list xdmcp in Requires.private when XCB is b...Jamey Sharp3-4/+8
2006-11-21Replace uses of "long" with uint32_t, and similar; fixes 64-bit bugsJosh Triplett3-9/+7
2006-11-21Fix IP6 work for FreeBSD/Mac.Ian Osgood1-5/+7
2006-11-21Support XDM-AUTHORIZATION-1 on IPv6Josh Triplett1-0/+20
2006-11-20Refactor auth code to get display number from xcb_connectJosh Triplett3-40/+16
2006-11-20Only use AI_NUMERICSERV if defined.Josh Triplett1-2/+5
2006-11-20Support authentication for IPv6 connectionsJosh Triplett1-23/+44
2006-11-20Support displays with IPv6 addresses or hosts which resolve to IPv6 addressesJosh Triplett1-23/+38
2006-11-20Add new xcb_parse_display test cases, most related to IPv6 addressesJosh Triplett1-0/+25
2006-11-19Bug #5958: Also zero out the implicit pad byte in empty requests.Jamey Sharp1-0/+4
2006-11-19Remove support for the <localfield> tag: nothing needs it.Jamey Sharp1-1/+1
2006-11-19Bug #5958: zero out padding bytes in requests.Jamey Sharp1-2/+15
2006-11-19htmldir was introduced in autoconf 2.59c: set a reasonable value for earlier ...Jamey Sharp1-0/+6
2006-11-18Provide xcb_prefetch_maximum_request_length counterpart to xcb_get_maximum_re...Jamey Sharp4-12/+67