summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2006-11-18Fix Doxygen warnings.Jamey Sharp1-12/+9
2006-11-18Make doc installation work and simplify doc/Makefile.am.Jamey Sharp2-28/+15
2006-11-18Turn off Doxygen warnings for undocumented API, for now.Jamey Sharp1-2/+3
2006-11-16Switch from the old AM_PATH_CHECK macro to pkg-config.Jamey Sharp1-5/+1
2006-11-05add Makefile.am for building/installing doxygen docTORRI Vincent1-0/+40
2006-11-05add xcb.doxygen to EXTRA_DISTTORRI Vincent1-2/+3
2006-11-05Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb/libxcbTORRI Vincent3-5/+91
2006-11-05add AM_CHECK_DOXYGEN macroTORRI Vincent2-1/+82
2006-11-02Release libxcb 1.0 RC3 (0.9.93).1.0-RC3Jamey Sharp2-2/+31
2006-10-29Added initial doxygen generation stuff. This should probably be cleaned up l...Jeremy Kolb jkolb@brandeis.edu1-3/+60
2006-10-20fix doxy docTORRI Vincent1-9/+8
2006-10-19Add doxygen config file.Jamey Sharp2-0/+1253
2006-10-19Quit treating xproto specially: handle it like all the extensions.Jamey Sharp1-23/+8
2006-10-19Ignore generated xinerama files.Jamey Sharp1-0/+1
2006-10-16Also test xcb_parse_display with NULL argument and display in $DISPLAYJosh Triplett1-34/+73
2006-10-15Match only XCB-namespaced XID generators when converting to xcb_generate_id.Jamey Sharp1-1/+1
2006-10-14Define and use constants for opcode numbers.Zephaniah E. Hull1-1/+2
2006-10-12Add library support for xcb-xinerama.Jeremy Kolb4-1/+22
2006-10-08Add note to xcbxlib.h that nothing except Xlib/XCB should use it.Josh Triplett1-0/+3
2006-10-07Release libxcb 1.0 RC2 (0.9.92).1.0-RC2Jamey Sharp4-3/+248
2006-10-07Bugfix: make Plan 7 'checked' requests work correctly.Jamey Sharp1-2/+3
2006-10-07Document xcb_generate_id.Ian Osgood1-0/+8
2006-10-07Move xcb_generate_id from xcbext.h to xcb.hJosh Triplett2-5/+5
2006-10-07Stop implicitly importing xproto; goes with proto change to explicitly import itJosh Triplett1-3/+0
2006-10-07Declare "struct foo" or "enum foo" as well as the typedef'd name "foo".Jamey Sharp1-1/+5
2006-10-07Handle "xidunion" instead of "union" for XID unions like DRAWABLE and FONTABLEJosh Triplett1-3/+3
2006-10-06api_conv.pl: replace xcb_*_new with calls directly to xcb_generate_id, now th...Jamey Sharp1-0/+1
2006-10-06Refer to the "xlib lock" rather than the "IOLock" in xcbxlib.hJosh Triplett1-1/+2
2006-10-06Remove XID wrapper structures and replace them with uint32_t typedefsJosh Triplett1-9/+1