Age | Commit message (Expand) | Author |
2007-05-21 | Fix unit tests for FreeBSDdebian-1.0-2 | Ian Osgood |
2007-05-21 | Changes for Debian package 1.0-2: incorporate Julien's NMU, add XS-Vcs-Browse... | Josh Triplett |
2007-05-21 | Commit changes from Julien Cristau's 1.0-1.1 NMU.debian-1.0-1.1 | Josh Triplett |
2006-12-10 | Add version to Build-Depends on xsltproc, requiring 1.1.19-1 or newer, to get...debian-1.0-1 | Jamey Sharp |
2006-12-10 | Use a versioned Build-Depends on libpthread-stubs0-dev, to help buildds find ... | Jamey Sharp |
2006-12-10 | Install pkg-config files to /usr/lib/pkgconfig, not /usr/share/pkgconfig. | Jamey Sharp |
2006-11-26 | Add new library, -dev, and -dbg packages for libxcb-xinerama. | Josh Triplett |
2006-11-25 | Use substitition variables in xcb-xinerama.pc.in, not instances of their values | Josh Triplett |
2006-11-25 | NetBSD doesn't have AI_ADDRCONFIG: use it only if it's available. | Jamey Sharp |
2006-11-25 | XS-Vcs-Git, not XS-X-Vcs-Git. | Josh Triplett |
2006-11-25 | Remove debian/.gitignore; we don't build in a git tree, and it shouldn't ship. | Josh Triplett |
2006-11-24 | Update Debian packaging for 1.0 release. | Josh Triplett |
2006-11-24 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb/libxcb into de... | Josh Triplett |
2006-11-23 | Release libxcb 1.01.0 | Josh Triplett |
2006-11-23 | Avoid race condition when using multiple make jobs | Diego 'Flameeyes' Pettenò |
2006-11-23 | Rewrite automake's data installation rules, because they suck. | Josh Triplett |
2006-11-23 | Rework doxygen build and install to work with srcdir != builddir | Josh Triplett |
2006-11-22 | Remove --with-opt and --with-debug options from configure.ac; use CFLAGS instead | Josh Triplett |
2006-11-22 | Check for getaddrinfo rather than gethostbyname in configure.ac | Josh Triplett |
2006-11-22 | xcb-proto has no libraries or headers, so don't use XCBPROTO_CFLAGS or XCBPRO... | Jamey Sharp |
2006-11-22 | Use pthread-stubs as needed, and list xdmcp in Requires.private when XCB is b... | Jamey Sharp |
2006-11-21 | Replace uses of "long" with uint32_t, and similar; fixes 64-bit bugs | Josh Triplett |
2006-11-21 | Fix IP6 work for FreeBSD/Mac. | Ian Osgood |
2006-11-21 | Support XDM-AUTHORIZATION-1 on IPv6 | Josh Triplett |
2006-11-20 | Refactor auth code to get display number from xcb_connect | Josh Triplett |
2006-11-20 | Only use AI_NUMERICSERV if defined. | Josh Triplett |
2006-11-20 | Support authentication for IPv6 connections | Josh Triplett |
2006-11-20 | Support displays with IPv6 addresses or hosts which resolve to IPv6 addresses | Josh Triplett |
2006-11-20 | Add new xcb_parse_display test cases, most related to IPv6 addresses | Josh Triplett |
2006-11-19 | Bug #5958: Also zero out the implicit pad byte in empty requests. | Jamey Sharp |
2006-11-19 | Remove support for the <localfield> tag: nothing needs it. | Jamey Sharp |
2006-11-19 | Bug #5958: zero out padding bytes in requests. | Jamey Sharp |
2006-11-19 | htmldir was introduced in autoconf 2.59c: set a reasonable value for earlier ... | Jamey Sharp |
2006-11-18 | Provide xcb_prefetch_maximum_request_length counterpart to xcb_get_maximum_re... | Jamey Sharp |
2006-11-18 | Fix Doxygen warnings. | Jamey Sharp |
2006-11-18 | Make doc installation work and simplify doc/Makefile.am. | Jamey Sharp |
2006-11-18 | Turn off Doxygen warnings for undocumented API, for now. | Jamey Sharp |
2006-11-16 | Switch from the old AM_PATH_CHECK macro to pkg-config. | Jamey Sharp |
2006-11-05 | add Makefile.am for building/installing doxygen doc | TORRI Vincent |
2006-11-05 | add xcb.doxygen to EXTRA_DIST | TORRI Vincent |
2006-11-05 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb/libxcb | TORRI Vincent |
2006-11-05 | add AM_CHECK_DOXYGEN macro | TORRI Vincent |
2006-11-02 | Release libxcb 1.0 RC3 (0.9.93).1.0-RC3 | Jamey Sharp |
2006-10-29 | Added initial doxygen generation stuff. This should probably be cleaned up l... | Jeremy Kolb jkolb@brandeis.edu |
2006-10-20 | fix doxy doc | TORRI Vincent |
2006-10-19 | Add doxygen config file. | Jamey Sharp |
2006-10-19 | Quit treating xproto specially: handle it like all the extensions. | Jamey Sharp |
2006-10-19 | Ignore generated xinerama files. | Jamey Sharp |
2006-10-16 | Also test xcb_parse_display with NULL argument and display in $DISPLAY | Josh Triplett |
2006-10-15 | Match only XCB-namespaced XID generators when converting to xcb_generate_id. | Jamey Sharp |