free-sw/xcb/libxcb
2006-10-19 Jamey SharpIgnore generated xinerama files.
2006-10-16 Josh TriplettAlso test xcb_parse_display with NULL argument and...
2006-10-15 Jamey SharpMatch only XCB-namespaced XID generators when convertin...
2006-10-15 Zephaniah E... Define and use constants for opcode numbers.
2006-10-13 Jeremy KolbAdd library support for xcb-xinerama.
2006-10-09 Josh TriplettAdd note to xcbxlib.h that nothing except Xlib/XCB...
2006-10-08 Jamey SharpRelease libxcb 1.0 RC2 (0.9.92).
2006-10-08 Jamey SharpBugfix: make Plan 7 'checked' requests work correctly.
2006-10-07 Ian OsgoodDocument xcb_generate_id.
2006-10-07 Josh TriplettMove xcb_generate_id from xcbext.h to xcb.h
2006-10-07 Josh TriplettStop implicitly importing xproto; goes with proto chang...
2006-10-07 Jamey SharpDeclare "struct foo" or "enum foo" as well as the typed...
2006-10-07 Josh TriplettHandle "xidunion" instead of "union" for XID unions...
2006-10-07 Jamey Sharpapi_conv.pl: replace xcb_*_new with calls directly...
2006-10-07 Josh TriplettRefer to the "xlib lock" rather than the "IOLock" in...
2006-10-07 Josh TriplettRemove XID wrapper structures and replace them with...
2006-10-06 Jamey SharpRemove xcb_get_io_lock from the Xlib-specific API:...
2006-10-06 Jamey SharpRemove the 'int *error' out-parameter for xcb_poll_for_...
2006-10-04 Jamey SharpAdd xcb_xlib_lock and xcb_xlib_unlock, a special-purpos...
2006-10-04 Jamey SharpFactor out pthread_mutex_lock and unlock calls for...
2006-09-30 TORRI Vincentfix some indentation, remove args of the main function...
2006-09-30 TORRI Vincentupdate tutorial to the new api. Add some doc about...
2006-09-25 Jamey SharpRelease libxcb 1.0 RC1 (0.9.91).
2006-09-25 Josh TriplettStop installing the protocol descriptions for extension...
2006-09-25 Josh TriplettActually install xcb-xlib.pc, and ship xcb-xlib.pc...
2006-09-25 Jamey SharpEnsure api_conv.pl is idempotent on names of constants...
2006-09-25 Jamey SharpMove header files to $includedir/xcb (generally $prefix...
2006-09-25 Josh TriplettSplit the Xlib compatibility functions into a separate...
2006-09-25 Jamey SharpMove debian/ directory to new branch "debian".
2006-09-25 Jamey SharpWe no longer need xproto: do not list it as a dependency.
2006-09-25 Jamey SharpLowercase library names to correspond with the new...
2006-09-24 Ian OsgoodAdd XCBAllPlanes from xcb-image util library.
2006-09-24 Josh TriplettIntegrate top-level .gitignore into .gitignore for...
2006-09-24 TORRI Vincentnow, I know how to use api_conv.pl :)
2006-09-23 Josh TriplettRemove the xcb_[extension]_init functions; use xcb_get_...
2006-09-23 Josh TriplettMore fixups for incorrect API conversions by api_conv.pl
2006-09-23 Josh TriplettConvert the XCB test suite to the new API
2006-09-23 Jamey SharpApply const-names.xsl to the un-renamed XML; replace...
2006-09-23 Josh TriplettWe do not conflict with Xmd.h anymore; remove the inclu...
2006-09-23 Josh TriplettFix some mis-conversions by api_conv.pl, and remove...
2006-09-23 Josh TriplettThe Great XCB Renaming
2006-09-23 Jamey SharpSpecial cases to agree with the conventions Josh and...
2006-09-23 Jamey SharpHandle remaining incorrect API translations in api_conv.pl.
2006-09-22 Jamey SharpMake xcb_conn.c agree that XCBSetupReq is now XCBSetupR...
2006-09-22 Alan CoopersmithList xproto.xml path explicitly instead of relying...
2006-09-21 Jamey SharpShut down the connection in all "fatal" error cases.
2006-09-21 Jamey SharpAdd a private connection shutdown method for error...
2006-09-21 Jamey SharpMake all public functions do nothing on an error connec...
2006-09-21 Jamey SharpConvert connection functions to return error objects.
2006-09-21 Jamey SharpProvide a "has error" property for XCBConnection.
2006-09-21 Jamey SharpRefactor XCBPollForEvent with a shorter critical section.
2006-09-18 Jamey SharpXCB*Id is a variable, not a type: adjust API convention...
2006-09-18 Jamey SharpFix bug #7261: events do not signal the end of replies...
2006-09-18 Jamey SharpHandle names of constants during API conversion.
2006-09-18 Jamey SharpComplete rewrite of api_conv.pl.
2006-09-14 Jamey SharpSimplify the API conversion tool without functionality...
2006-09-14 Thomas CoppiPrototype API conversion tool for upcoming lowercased...
2006-09-13 Jamey SharpFinish removing deprecated functions. Fixes build failu...
2006-09-12 Jamey SharpIgnore xproto.xml that now gets copied in while building.
2006-09-12 Jamey SharpRemove deprecated public API functions in preparation...
2006-09-12 Bart MasseyCleaned up previous fix for GNU Make stuff.
2006-09-12 Bart MasseyRemoved GNU make dependency.
2006-09-09 Jamey SharpHandle XC-MISC request failure when allocating new...
2006-08-14 Thomas HungerTutorial corrections.
2006-07-31 Josh TriplettImplement error handling plan 7.
2006-07-31 Josh TriplettParameterize context in cookie-type and request-matchin...
2006-07-31 Jamey SharpFix Keith's 32-bit wrap fix.
2006-07-30 Josh TriplettFix typo: s/request/sequence/
2006-07-30 Josh TriplettAdd XCBRequestCheck function needed for Plan 7.
2006-07-28 Eric AnholtRestore netinet/in.h include that was removed in the...
2006-07-25 Eric AnholtReplace HAVE_* tests with just checking for (__solaris__)
2006-07-25 TORRI Vincentfix closing <b> tag
2006-07-07 Ian OsgoodFix build on Solaris (use inttypes.h)
2006-07-01 Ian OsgoodFinally remove X.h from xcb.h, fix broken image tests.
2006-07-01 Keith PackardSwitch sequence comparisons to handle 32-bit sequence...
2006-06-15 Josh TriplettRemove arbitrary division between xcb_types and xproto...
2006-06-08 TORRI Vincentfix compilation with c++ compilers. Remove some trailin...
2006-05-30 Ian OsgoodDeprecate XCBSync, move to XCBAuxSync.
2006-05-15 Jamey SharpUse correct word offset when testing for GetFBConfigsSG...
2006-05-15 Josh TriplettIn the GLX workaround, use !strcmp to check for equalit...
2006-05-10 Josh TriplettStop overwriting CFLAGS in xcb/src/Makefile.am.
2006-05-07 Donnie BerkholzFix dependencies on libXCB.la to not walk down from...
2006-04-30 Josh TriplettWork around the unsetting of CFLAGS in src/Makefile...
2006-04-29 Josh TriplettRemove unnecessary dirs files.
2006-04-29 Josh TriplettStop setting DEB_CONFIGURE_EXTRA_FLAGS = --with-opt...
2006-04-29 Josh TriplettSet DEB_MAKE_CHECK_TARGET=check in debian/rules.
2006-04-29 Josh TriplettAdd a Section field for the source package in debian...
2006-04-29 Josh TriplettDrop library version from source package name.
2006-04-29 Josh TriplettSet distribution to experimental.
2006-04-29 Josh TriplettRemove Bugs field in debian/control, so bugs go to...
2006-04-28 Ian OsgoodMove the remainder of the constants in X.h into XML...
2006-04-28 Josh TriplettChange libxcbxvmc0-dev Depends to libxcbxv0-dev, not...
2006-04-28 Josh TriplettUpdate debian packaging to create library, -dev, and...
2006-04-28 Josh TriplettFix the year in COPYING.
2006-04-28 Josh TriplettAdd an explanation of libtool -version-info to src...
2006-04-27 Josh TriplettFix tutorial to use XCBSetup rather than the previous...
2006-04-27 Josh TriplettRemove execute bit on tutorial.
2006-04-27 Josh TriplettFix a comment for the renaming of XCBConnSetupSuccessRe...
2006-04-27 Josh TriplettRename xcb-xfree86dri.pc.in to xcb-xf86dri.pc.in to...
2006-04-27 Josh TriplettFix typo and rephrase checking message.
next