Age | Commit message (Expand) | Author | Files | Lines |
2014-07-28 | xcb.h: add 'struct' before xcb_setup_t, xcb_query_extension_reply_t | Alexander Mezin | 1 | -2/+2 |
2014-06-14 | Document failure modes of xcb_connect*() functions | Alan Coopersmith | 1 | -1/+17 |
2014-03-21 | Make xcb_disconnect(NULL) safe | Uli Schlachter | 1 | -1/+1 |
2014-03-21 | Remove tabs and trailing whitespaces | Uli Schlachter | 1 | -2/+1 |
2014-01-03 | Force XCB event structures with 64-bit extended fields to be packed. | Kenneth Graunke | 1 | -0/+2 |
2013-12-14 | Revert "Remove xcb_ge_event_t from xcb.h" | Uli Schlachter | 1 | -0/+20 |
2013-11-07 | Add event queue splitting | Keith Packard | 1 | -5/+33 |
2013-11-07 | Add xcb_send_fd API | Keith Packard | 1 | -0/+3 |
2013-11-07 | Remove xcb_ge_event_t from xcb.h | Keith Packard | 1 | -17/+0 |
2013-09-08 | Fix documentation of xcb_poll_for_event() | Uli Schlachter | 1 | -1/+0 |
2012-08-29 | Return connection failure if display string specifies non-existent screen | Alan Coopersmith | 1 | -0/+4 |
2012-08-25 | Fix "sppported" typo in doxygen comment for XCB_CONN_CLOSED_EXT_NOTSUPPORTED | Alan Coopersmith | 1 | -1/+1 |
2012-01-11 | Added more error states and removed global error_connection | Arvind Umrao | 1 | -3/+21 |
2011-04-12 | Revert "Introduce xcb_wait_for_event_until, for consuming responses in wire-o... | Jamey Sharp | 1 | -35/+0 |
2011-04-12 | Introduce a variant of xcb_poll_for_event for examining event queue. | Rami Ylimäki | 1 | -0/+16 |
2011-03-18 | Introduce xcb_wait_for_event_until, for consuming responses in wire-order. | Jamey Sharp | 1 | -0/+35 |
2010-03-29 | windefs.h is now called xcb_windefs.h - changed all includes to reflect that.... | Jeetu Golani | 1 | -1/+1 |
2010-03-26 | Win32 code for xcb-1.5 | Jeetu Golani | 1 | -0/+4 |
2010-02-11 | Support xcb_discard_reply | Peter Harris | 1 | -0/+16 |
2009-07-15 | Add majorCode, minorCode and resourceID fields to X generic error | Arnaud Fontaine | 1 | -1/+5 |
2008-05-21 | Add xcb_ge_event_t and handling for long events. | Peter Hutterer | 1 | -0/+17 |
2006-11-18 | Provide xcb_prefetch_maximum_request_length counterpart to xcb_get_maximum_re... | Jamey Sharp | 1 | -2/+20 |
2006-10-20 | fix doxy doc | TORRI Vincent | 1 | -9/+8 |
2006-10-07 | Document xcb_generate_id. | Ian Osgood | 1 | -0/+8 |
2006-10-07 | Move xcb_generate_id from xcbext.h to xcb.h | Josh Triplett | 1 | -0/+5 |
2006-10-06 | Remove the 'int *error' out-parameter for xcb_poll_for_event. | Jamey Sharp | 1 | -5/+3 |
2006-09-23 | More fixups for incorrect API conversions by api_conv.pl | Josh Triplett | 1 | -12/+11 |
2006-09-23 | Fix some mis-conversions by api_conv.pl, and remove the now-unused Xmd types | Josh Triplett | 1 | -14/+2 |
2006-09-23 | The Great XCB Renaming | Josh Triplett | 1 | -73/+73 |
2006-09-21 | Provide a "has error" property for XCBConnection. | Jamey Sharp | 1 | -0/+15 |
2006-09-12 | Remove deprecated public API functions in preparation for 1.0 release. Xlib-s... | Jamey Sharp | 1 | -139/+0 |
2006-07-30 | Add XCBRequestCheck function needed for Plan 7. | Josh Triplett | 1 | -0/+18 |
2006-07-25 | Replace HAVE_* tests with just checking for (__solaris__) | Eric Anholt | 1 | -3/+3 |
2006-07-07 | Fix build on Solaris (use inttypes.h) | Ian Osgood | 1 | -1/+4 |
2006-07-01 | Finally remove X.h from xcb.h, fix broken image tests. | Ian Osgood | 1 | -1/+0 |
2006-06-15 | Remove arbitrary division between xcb_types and xproto by merging | Josh Triplett | 1 | -2/+1 |
2006-06-08 | fix compilation with c++ compilers. Remove some trailing spaces | TORRI Vincent | 1 | -3/+6 |
2006-05-30 | Deprecate XCBSync, move to XCBAuxSync. | Ian Osgood | 1 | -4/+4 |
2006-04-28 | Move the remainder of the constants in X.h into XML enumerations. | Ian Osgood | 1 | -7/+13 |
2006-04-27 | Fix a comment for the renaming of XCBConnSetupSuccessRep to XCBSetup, and fix... | Josh Triplett | 1 | -2/+2 |
2006-04-26 | Rename ConnSetup* to Setup*, Setup*Rep to Setup*, and SetupSuccess* to Setup*... | Jamey Sharp | 1 | -1/+42 |
2006-04-19 | Add XCBPollForReply and deprecate XCBGetRequestRead and XCBGetQueuedRequestRead. | Jamey Sharp | 1 | -2/+3 |
2006-03-16 | The typedefs replacing Xmd.h conflict with Xmd.h. Here is a hacky workaround:... | Jamey Sharp | 1 | -0/+3 |
2006-03-15 | Remove proto/X11 dependencies from xcb-demo. | Ian Osgood | 1 | -0/+2 |
2006-03-14 | Remove xcb-util dependency on proto/X11 | Ian Osgood | 1 | -0/+4 |
2006-03-14 | doxygen documentation of the API | TORRI Vincent | 1 | -32/+330 |
2006-03-13 | Remove dependencies on Xmd.h and X.h | Ian Osgood | 1 | -1/+13 |
2006-03-11 | Portability fixes. Should help DragonFly and Solaris, and should not hurt any... | Jamey Sharp | 1 | -0/+1 |
2006-03-03 | Add 32-bit full_sequence fields to generic errors and events, so callers can ... | Jamey Sharp | 1 | -0/+4 |
2006-02-18 | Remove xcl and CVSROOT. | Josh Triplett | 1 | -0/+165 |