summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-05-21Fix unit tests for FreeBSDdebian-1.0-2Ian Osgood
2007-05-21Changes for Debian package 1.0-2: incorporate Julien's NMU, add XS-Vcs-Browse...Josh Triplett
2007-05-21Commit changes from Julien Cristau's 1.0-1.1 NMU.debian-1.0-1.1Josh Triplett
2006-12-10Add version to Build-Depends on xsltproc, requiring 1.1.19-1 or newer, to get...debian-1.0-1Jamey Sharp
2006-12-10Use a versioned Build-Depends on libpthread-stubs0-dev, to help buildds find ...Jamey Sharp
2006-12-10Install pkg-config files to /usr/lib/pkgconfig, not /usr/share/pkgconfig.Jamey Sharp
2006-11-26Add new library, -dev, and -dbg packages for libxcb-xinerama.Josh Triplett
2006-11-25Use substitition variables in xcb-xinerama.pc.in, not instances of their valuesJosh Triplett
2006-11-25NetBSD doesn't have AI_ADDRCONFIG: use it only if it's available.Jamey Sharp
2006-11-25XS-Vcs-Git, not XS-X-Vcs-Git.Josh Triplett
2006-11-25Remove debian/.gitignore; we don't build in a git tree, and it shouldn't ship.Josh Triplett
2006-11-24Update Debian packaging for 1.0 release.Josh Triplett
2006-11-24Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb/libxcb into de...Josh Triplett
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
2006-11-20Support displays with IPv6 addresses or hosts which resolve to IPv6 addressesJosh Triplett
2006-11-20Add new xcb_parse_display test cases, most related to IPv6 addressesJosh Triplett
2006-11-19Bug #5958: Also zero out the implicit pad byte in empty requests.Jamey Sharp
2006-11-19Remove support for the <localfield> tag: nothing needs it.Jamey Sharp
2006-11-19Bug #5958: zero out padding bytes in requests.Jamey Sharp
2006-11-19htmldir was introduced in autoconf 2.59c: set a reasonable value for earlier ...Jamey Sharp
2006-11-18Provide xcb_prefetch_maximum_request_length counterpart to xcb_get_maximum_re...Jamey Sharp
2006-11-18Fix Doxygen warnings.Jamey Sharp
2006-11-18Make doc installation work and simplify doc/Makefile.am.Jamey Sharp
2006-11-18Turn off Doxygen warnings for undocumented API, for now.Jamey Sharp
2006-11-16Switch from the old AM_PATH_CHECK macro to pkg-config.Jamey Sharp
2006-11-05add Makefile.am for building/installing doxygen docTORRI Vincent
2006-11-05add xcb.doxygen to EXTRA_DISTTORRI Vincent
2006-11-05Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb/libxcbTORRI Vincent
2006-11-05add AM_CHECK_DOXYGEN macroTORRI Vincent
2006-11-02Release libxcb 1.0 RC3 (0.9.93).1.0-RC3Jamey Sharp
2006-10-29Added initial doxygen generation stuff. This should probably be cleaned up l...Jeremy Kolb jkolb@brandeis.edu
2006-10-20fix doxy docTORRI Vincent
2006-10-19Add doxygen config file.Jamey Sharp
2006-10-19Quit treating xproto specially: handle it like all the extensions.Jamey Sharp
2006-10-19Ignore generated xinerama files.Jamey Sharp
2006-10-16Also test xcb_parse_display with NULL argument and display in $DISPLAYJosh Triplett
2006-10-15Match only XCB-namespaced XID generators when converting to xcb_generate_id.Jamey Sharp