summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-09-05Fix a thread hang with xcb_wait_for_special_event()1.11Uli Schlachter2-0/+33
2015-09-05Call _xcb_wake_up_next_reader from xcb_wait_for_special_eventMichel Dänzer1-0/+1
2015-09-05expose 64-bit sequence numbers for XLibChristian Linhart4-1/+126
2014-07-28xcb.h: add 'struct' before xcb_setup_t, xcb_query_extension_reply_tAlexander Mezin1-2/+2
2014-07-28c_client.py: remove more trailing space from generated filesRan Benita1-5/+5
2014-07-28c_client.py: remove trailing whitespace from generated filesRan Benita1-4/+4
2014-07-28c_client.py: remove useless generated commentsRan Benita1-124/+0
2014-07-28c_client.py: make the man page output deterministicRan Benita1-3/+3
2014-07-28c_client.py: prefix all monkey-patched fields with c_Ran Benita1-50/+50
2014-07-28c_client.py: remove trailing whitespaceRan Benita1-169/+169
2014-07-28c_client.py: remove useless 'today' variableRan Benita1-2/+0
2014-06-14bug#79986: include system headers earlyMichael Haubenwallner1-3/+4
2014-06-14Document failure modes of xcb_connect*() functionsAlan Coopersmith1-1/+17
2014-06-10Handle <pad align="n" /> between listsDaniel Martin1-6/+32
2014-04-10xcb_open: Improve abstraction for launchd secure socketsJeremy Huddleston Sequoia1-20/+75
2014-04-10xcb_open: Minor code cleanup for better readabilityJeremy Huddleston Sequoia1-8/+9
2014-03-30Ensure xcb owns socket and no other threads are writing before send_requestKeith Packard1-17/+40
2014-03-22Only #include directly referenced module header filesKeith Packard1-1/+1
2014-03-21Add doxygen documentation to functions in xcbext.hUli Schlachter1-4/+103
2014-03-21Make xcb_disconnect(NULL) safeUli Schlachter2-2/+2
2014-03-21xcb_disconnect(): Fix leak with error connectionsUli Schlachter1-1/+10
2014-03-21Remove tabs and trailing whitespacesUli Schlachter7-74/+73
2014-02-19Add comments about how _xcb_conn_ret_error() worksRan Benita2-0/+4
2014-01-30generated man pages: use xorg footer and no hard coded extensionGaetan Nadon3-25/+34
2014-01-30generated man pages: build without hard coded extensionGaetan Nadon1-5/+6
2014-01-30man: build static man pages using xorg patternsGaetan Nadon4-229/+1
2014-01-30autoconf: use the warning variables from xorgGaetan Nadon1-1/+1
2014-01-21Support <pad align="n" />Peter Harris1-10/+18
2014-01-03Force XCB event structures with 64-bit extended fields to be packed.Kenneth Graunke2-3/+11
2013-12-14Test the value of msg_controllen for platforms whose CMSG_FIRSTHDR() does not...PHO1-5/+7
2013-12-14Increment the "current" version info for sync, xinput and xkbUli Schlachter1-3/+3
2013-12-14Revert "Remove xcb_ge_event_t from xcb.h"Uli Schlachter1-0/+20
2013-12-12c_client.py: Fix _sizeof() functionsDaniel Martin1-2/+2
2013-11-18Revert "fix deadlock with xcb_take_socket/return_socket v3"Uli Schlachter3-25/+21
2013-11-18Fix alignment issues in FD passing codeMark Kettenis2-4/+10
2013-11-07Switch to using the CMSG_* macros for FD passingKeith Packard3-25/+19
2013-11-07Add Present extensionKeith Packard2-0/+9
2013-11-07Add DRI3 libraryKeith Packard2-0/+9
2013-11-07Add event queue splittingKeith Packard3-12/+107
2013-11-07Add support for receiving fds in repliesKeith Packard4-9/+288
2013-11-07Add xcb_send_fd APIKeith Packard6-3/+72
2013-11-07Make protocol C files depend on protocol XML filesKeith Packard1-1/+1
2013-11-07Remove xcb_ge_event_t from xcb.hKeith Packard1-17/+0
2013-10-11Use /usr/spool/sockets/X11/ on HP-UX for UNIX sockets (#69118).Daphne Pfister1-0/+4
2013-09-08Fix poll() if POLLIN == ROLLRDNORM|POLLRDBANDDaphne Pfister1-2/+2
2013-09-08Fix documentation of xcb_poll_for_event()Uli Schlachter1-1/+0
2013-08-15c_client.py: Do not create pointers in unionsDaniel Martin1-2/+2
2013-08-15c_client.py: Always initialize xcb_align_toDaniel Martin1-4/+4
2013-08-06Define _xcb_map_new with explicit void arg list instead of empty oneAlan Coopersmith1-1/+1
2013-07-12c_client.py: Inject full_sequence into GE eventsDaniel Martin1-0/+17