summaryrefslogtreecommitdiff
path: root/src/xcb.h
AgeCommit message (Expand)Author
2021-06-04Fix build on WindowsPeter Harris
2020-03-02Use the 'present' field to properly check that the XC-MISCEduardo Sánchez Muñoz
2020-02-22Implement xcb_total_read() and xcb_total_written().Sam Varshavchik
2017-03-11add support for eventstructChristian Linhart
2016-05-29Remove : from @param names in manually written headersAlan Coopersmith
2015-04-08expose 64-bit sequence numbers for XLibChristian Linhart
2014-07-28xcb.h: add 'struct' before xcb_setup_t, xcb_query_extension_reply_tAlexander Mezin
2014-06-14Document failure modes of xcb_connect*() functionsAlan Coopersmith
2014-03-21Make xcb_disconnect(NULL) safeUli Schlachter
2014-03-21Remove tabs and trailing whitespacesUli Schlachter
2014-01-03Force XCB event structures with 64-bit extended fields to be packed.Kenneth Graunke
2013-12-14Revert "Remove xcb_ge_event_t from xcb.h"Uli Schlachter
2013-11-07Add event queue splittingKeith Packard
2013-11-07Add xcb_send_fd APIKeith Packard
2013-11-07Remove xcb_ge_event_t from xcb.hKeith Packard
2013-09-08Fix documentation of xcb_poll_for_event()Uli Schlachter
2012-08-29Return connection failure if display string specifies non-existent screenAlan Coopersmith
2012-08-25Fix "sppported" typo in doxygen comment for XCB_CONN_CLOSED_EXT_NOTSUPPORTEDAlan Coopersmith
2012-01-11Added more error states and removed global error_connectionArvind Umrao
2011-04-12Revert "Introduce xcb_wait_for_event_until, for consuming responses in wire-o...Jamey Sharp
2011-04-12Introduce a variant of xcb_poll_for_event for examining event queue.Rami Ylimäki
2011-03-18Introduce xcb_wait_for_event_until, for consuming responses in wire-order.Jamey Sharp
2010-03-29windefs.h is now called xcb_windefs.h - changed all includes to reflect that....Jeetu Golani
2010-03-26Win32 code for xcb-1.5Jeetu Golani
2010-02-11Support xcb_discard_replyPeter Harris
2009-07-15Add majorCode, minorCode and resourceID fields to X generic errorArnaud Fontaine
2008-05-21Add xcb_ge_event_t and handling for long events.Peter Hutterer
2006-11-18Provide xcb_prefetch_maximum_request_length counterpart to xcb_get_maximum_re...Jamey Sharp
2006-10-20fix doxy docTORRI Vincent
2006-10-07Document xcb_generate_id.Ian Osgood
2006-10-07Move xcb_generate_id from xcbext.h to xcb.hJosh Triplett
2006-10-06Remove the 'int *error' out-parameter for xcb_poll_for_event.Jamey Sharp
2006-09-23More fixups for incorrect API conversions by api_conv.plJosh Triplett
2006-09-23Fix some mis-conversions by api_conv.pl, and remove the now-unused Xmd typesJosh Triplett
2006-09-23The Great XCB RenamingJosh Triplett
2006-09-21Provide a "has error" property for XCBConnection.Jamey Sharp
2006-09-12Remove deprecated public API functions in preparation for 1.0 release. Xlib-s...Jamey Sharp
2006-07-30Add XCBRequestCheck function needed for Plan 7.Josh Triplett
2006-07-25Replace HAVE_* tests with just checking for (__solaris__)Eric Anholt
2006-07-07Fix build on Solaris (use inttypes.h)Ian Osgood
2006-07-01Finally remove X.h from xcb.h, fix broken image tests.Ian Osgood
2006-06-15Remove arbitrary division between xcb_types and xproto by mergingJosh Triplett
2006-06-08fix compilation with c++ compilers. Remove some trailing spacesTORRI Vincent
2006-05-30Deprecate XCBSync, move to XCBAuxSync.Ian Osgood
2006-04-28Move the remainder of the constants in X.h into XML enumerations.Ian Osgood
2006-04-27Fix a comment for the renaming of XCBConnSetupSuccessRep to XCBSetup, and fix...Josh Triplett
2006-04-26Rename ConnSetup* to Setup*, Setup*Rep to Setup*, and SetupSuccess* to Setup*...Jamey Sharp
2006-04-19Add XCBPollForReply and deprecate XCBGetRequestRead and XCBGetQueuedRequestRead.Jamey Sharp
2006-03-16The typedefs replacing Xmd.h conflict with Xmd.h. Here is a hacky workaround:...Jamey Sharp
2006-03-15Remove proto/X11 dependencies from xcb-demo.Ian Osgood