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