free-sw/xcb/libxcb
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.
2006-04-27 Jamey SharpDeclare arguments const in the various structure access...
2006-04-27 Jamey SharpRename ConnSetup* to Setup*, Setup*Rep to Setup*, and...
2006-04-26 Josh TriplettAdd .pc.in files for all the new extension libraries...
2006-04-26 Ian OsgoodChanges to makefile to build libXCBxtest
2006-04-24 Patrick CaulfieldAdd support for DECnet. Still needs configure-script...
2006-04-20 Jamey SharpMinor performance improvement: do not call _xcb_in_expe...
2006-04-20 Jamey SharpAdd <sys/select.h> to xcb_in.c to fix bug #6122.
2006-04-20 Alan CoopersmithBugfix: xcb_conn.c included <sys/fcntl.h> instead of...
2006-04-20 Alan CoopersmithOnly set CWARNFLAGS to gnu flags if $GCC is set. Otherw...
2006-04-20 Ian OsgoodMerge branch 'master' of git+ssh://iano@git.freedesktop...
2006-04-20 Jamey SharpRemove the last goto in XCB: XCBWaitForReply now permit...
2006-04-20 Jamey SharpRestructure XCBWaitForReply to eliminate two gotos.
2006-04-20 Jamey SharpFixed poll_for_reply, added comments, and refactored...
2006-04-19 Jamey SharpAdd XCBPollForReply and deprecate XCBGetRequestRead...
2006-04-16 Josh TriplettMerge branch 'master' of git+ssh://git.freedesktop...
2006-04-16 Josh TriplettImprove package descriptions.
2006-04-16 Josh TriplettChange Depends on x-dev to x11proto-core-dev.
2006-04-16 Josh TriplettAdd Build-Depends on libxdmcp-dev.
2006-04-16 Josh Triplett * Debian X11R7 transition:
2006-04-16 Josh TriplettStop installing the libtool .la files.
2006-04-16 Josh TriplettUpdate -dbg package handling to work with debhelper...
2006-04-16 Josh TriplettStop running autoreconf in debian/rules, and remove...
2006-04-16 Josh TriplettAdd xcbint.h to noinst_HEADERS, so it gets distributed.
2006-04-15 Josh TriplettUse screensaver.xml
2006-04-15 Josh TriplettPut EXTHEADERS and EXTSOURCES in order.
2006-04-15 Josh TriplettSplit all non-essential extensions into their own separ...
2006-04-10 Eric AnholtRetry a select() if it returns with EINTR. Fixes IO...
2006-04-10 Eric AnholtRemove unnecessary include. Noticed by jamey.
2006-03-23 Ian OsgoodWork on the tutorial, and update xproto.xml to match:
2006-03-21 Josh TriplettRemove outdated fd.o-* entries from */debian/.gitignore...
2006-03-16 Jamey SharpThe typedefs replacing Xmd.h conflict with Xmd.h. Here...
2006-03-16 Ian OsgoodChange <bit> syntax to <bit>n</bit> as Jamey and Josh...
2006-03-15 Ian OsgoodRemove proto/X11 dependencies from xcb-demo.
2006-03-15 Ian OsgoodRemove xcb-util dependency on proto/X11
2006-03-14 Ian OsgoodFix XCBGetSetup to match prototype.
2006-03-14 Ian OsgoodMerge branch 'master' of git+ssh://iano@git.freedesktop...
2006-03-14 Ian OsgoodAdd an expression construct <bit bit="n"/>
2006-03-14 TORRI Vincentdoxygen documentation of the API
2006-03-14 Ian OsgoodRemove dependencies on Xmd.h and X.h
2006-03-13 Ian OsgoodRemove last deprecation warning.
2006-03-13 Ian OsgoodMerge branch 'master' of git+ssh://iano@git.freedesktop...
2006-03-13 Ian OsgoodRestructure to remove most deprecation warnings.
2006-03-13 Jamey SharpUse libXdmcp, if available with XdmcpWrap, for XDM...
2006-03-12 Jamey SharpMerge branch 'master' of git+ssh://git.freedesktop...
2006-03-12 Jamey SharpOnly _xcb_conn_wait calls _xcb_out_write now, so move...
2006-03-12 Jamey SharpRemove c->out.vec. Pass iovecs directly down the call...
2006-03-12 Jamey SharpPortability fixes. Should help DragonFly and Solaris...
next