Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb/libxcb
[free-sw/xcb/libxcb] / src /
2007-11-17 Eamon WalshMerge branch 'master' of git+ssh://git.freedesktop...
2007-11-17 Eamon WalshAdd comment noting the requirement to free replies...
2007-11-17 Eamon WalshAdd generated comment noting requirement to free replie...
2007-11-05 Jamey SharpRevert "Generate error constants as XCB_BAD_*, similar...
2007-10-28 Jamey SharpDon't hold the xlib-xcb lock while sleeping: that allow...
2007-10-28 Jamey SharpFactor pthread_cond_wait(iolock) to _xcb_wait_io.
2007-10-23 Jamey SharpDon't abort() on locking assertions if LIBXCB_ALLOW_SLO...
2007-07-19 Egbert EichAllow unix:<screen> style display names again.
2007-06-14 Josh TriplettSend locking assertion backtraces to stderr. Improve...
2007-06-06 Christoph PfisterPrint backtraces in case an assert fails inside xlib...
2007-06-03 Jamey Sharpxcb_poll_for_event: Return already-read events before...
2007-04-18 Matthias HopfMerge branch 'master' of git://anongit.freedesktop...
2007-04-13 Ian OsgoodGenerate error constants as XCB_BAD_*, similar to Xlib.
2007-04-12 TORRI VincentMerge branch 'master' of git+ssh://git.freedesktop...
2007-04-10 Eamon WalshModify new attribute from previous patch so that it...
2007-03-29 Eamon WalshReplaces special-casing in c-client stylesheet with...
2007-02-27 TORRI Vincentadd the first step toward the documentation of the...
2007-01-22 TORRI Vincentadd doxygen doc for the *_end functions
2006-11-28 TORRI Vincentadd doc tag for the _next functions. It creates doxygen...
2006-11-28 TORRI VincentMerge branch 'master' of git+ssh://git.freedesktop...
2006-11-24 Jamey SharpNetBSD doesn't have AI_ADDRCONFIG: use it only if it...
2006-11-23 Diego 'Flameeyes... Avoid race condition when using multiple make jobs
2006-11-23 Josh TriplettRemove --with-opt and --with-debug options from configu...
2006-11-23 Jamey Sharpxcb-proto has no libraries or headers, so don't use...
2006-11-23 Jamey SharpUse pthread-stubs as needed, and list xdmcp in Requires...
2006-11-22 Josh TriplettReplace uses of "long" with uint32_t, and similar;...
2006-11-21 Ian OsgoodFix IP6 work for FreeBSD/Mac.
2006-11-21 Josh TriplettSupport XDM-AUTHORIZATION-1 on IPv6
2006-11-21 Josh TriplettRefactor auth code to get display number from xcb_connect
2006-11-21 Josh TriplettOnly use AI_NUMERICSERV if defined.
2006-11-21 Josh TriplettSupport authentication for IPv6 connections
2006-11-21 Josh TriplettSupport displays with IPv6 addresses or hosts which...
2006-11-20 Jamey SharpBug #5958: Also zero out the implicit pad byte in empty...
2006-11-20 Jamey SharpRemove support for the <localfield> tag: nothing needs it.
2006-11-20 Jamey SharpBug #5958: zero out padding bytes in requests.
2006-11-19 Jamey SharpProvide xcb_prefetch_maximum_request_length counterpart...
2006-11-19 Jamey SharpFix Doxygen warnings.
2006-11-05 TORRI VincentMerge branch 'master' of git+ssh://git.freedesktop...
2006-10-30 Jeremy Kolb jkolb... Added initial doxygen generation stuff. This should...
2006-10-20 TORRI Vincentfix doxy doc
2006-10-19 Jamey SharpQuit treating xproto specially: handle it like all...
2006-10-19 Jamey SharpIgnore generated xinerama files.
2006-10-15 Zephaniah E. HullDefine 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 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-25 Josh TriplettStop installing the protocol descriptions for extension...
2006-09-25 Josh TriplettSplit the Xlib compatibility functions into a separate...
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-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 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-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 SharpFix bug #7261: events do not signal the end of replies...
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-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-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-28 Ian OsgoodMove the remainder of the constants in X.h into XML...
next