summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2006-10-14Define and use constants for opcode numbers.Zephaniah E. Hull
2006-10-12Add library support for xcb-xinerama.Jeremy Kolb
2006-10-08Add note to xcbxlib.h that nothing except Xlib/XCB should use it.Josh Triplett
2006-10-07Release libxcb 1.0 RC2 (0.9.92).1.0-RC2Jamey Sharp
2006-10-07Bugfix: make Plan 7 'checked' requests work correctly.Jamey Sharp
2006-10-07Document xcb_generate_id.Ian Osgood
2006-10-07Move xcb_generate_id from xcbext.h to xcb.hJosh Triplett
2006-10-07Stop implicitly importing xproto; goes with proto change to explicitly import itJosh Triplett
2006-10-07Declare "struct foo" or "enum foo" as well as the typedef'd name "foo".Jamey Sharp
2006-10-07Handle "xidunion" instead of "union" for XID unions like DRAWABLE and FONTABLEJosh Triplett
2006-10-06api_conv.pl: replace xcb_*_new with calls directly to xcb_generate_id, now th...Jamey Sharp
2006-10-06Refer to the "xlib lock" rather than the "IOLock" in xcbxlib.hJosh Triplett
2006-10-06Remove XID wrapper structures and replace them with uint32_t typedefsJosh Triplett
2006-10-06Remove xcb_get_io_lock from the Xlib-specific API: it is no longer used.Jamey Sharp
2006-10-06Remove the 'int *error' out-parameter for xcb_poll_for_event.Jamey Sharp
2006-10-04Add xcb_xlib_lock and xcb_xlib_unlock, a special-purpose two-level recursive ...Jamey Sharp
2006-10-04Factor out pthread_mutex_lock and unlock calls for the iolock.Jamey Sharp
2006-09-30fix some indentation, remove args of the main function (not needed), xcb_sync...TORRI Vincent
2006-09-30update tutorial to the new api. Add some doc about cursors. Add some colors t...TORRI Vincent
2006-09-25Release libxcb 1.0 RC1 (0.9.91).1.0-RC1Jamey Sharp
2006-09-25Stop installing the protocol descriptions for extensions to an extensions/Josh Triplett
2006-09-25Actually install xcb-xlib.pc, and ship xcb-xlib.pc.in in distribution tarballsJosh Triplett
2006-09-25Ensure api_conv.pl is idempotent on names of constants: XCB_[A-Z0-9_]+.Jamey Sharp