summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-02help text: do not report the insanly long list of Warning flags.HEADmasterGaetan Nadon1-1/+0
2014-04-02Add ChangeLog and INSTALL using xorg macrosGaetan Nadon3-229/+14
2014-04-02Copyrights: add copyright statement from xcb_windefs.hGaetan Nadon1-0/+1
2014-04-02sendmsg: remove --enable-sendfds as it is superceeded by --enable-dri3Gaetan Nadon1-12/+6
2014-04-02config: issue an error if DRI3 is requested, but sendfds is not availableGaetan Nadon1-0/+5
2014-04-02config: default option for enable-dri3 is not implementedGaetan Nadon2-29/+41
2014-03-30Ensure xcb owns socket and no other threads are writing before send_requestKeith Packard1-17/+40
2014-03-22Update .pc file Requires lines to express full dependenciesKeith Packard3-3/+3
2014-03-22Validate .pc file Requires linesKeith Packard2-1/+77
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 Nadon8-16/+32
2014-01-30autoconf: replace all tabs with spacesGaetan Nadon1-55/+55
2014-01-30autoconf: use default xorg configuration for doxygen documentationGaetan Nadon3-92/+12
2014-01-30autoconf: fix warning by replacing deprecated AC_HELP_STRINGGaetan Nadon1-1/+1
2014-01-30autoconf: require libtool minimum level 2.2Gaetan Nadon1-2/+2
2014-01-30autoconf: comment and layout the initialization sectionGaetan Nadon1-9/+7
2014-01-30autoconf: AC_INIT: add bug urlGaetan Nadon1-3/+3
2014-01-30autoconf: use the warning variables from xorgGaetan Nadon2-13/+2
2014-01-30autoconf: use XORG_DEFAULT_OPTIONSGaetan Nadon1-2/+6
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-22Release libxcb 1.10Uli Schlachter2-2/+2
2013-12-14Add NEWS for 1.10Julien Cristau1-3/+18
2013-12-14Add NEWS entries for releases 1.9.1 to 1.9.3Uli Schlachter1-1/+23
2013-12-14Bump xcb-proto requirement to 1.10Julien Cristau1-1/+1
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-07Check if we need to define _XOPEN_SOURCE for struct msghdr.msg_controlAlan Coopersmith1-0/+34
2013-11-07Add configure option to enable or disable fd passing with sendmsgKeith Packard1-8/+10
2013-11-07Switch to using the CMSG_* macros for FD passingKeith Packard3-25/+19
2013-11-07Add Present extensionKeith Packard5-0/+25
2013-11-07Add DRI3 libraryKeith Packard5-0/+26
2013-11-07Require xcb proto version 1.9Keith Packard1-1/+1
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 Packard7-3/+86
2013-11-07-pendantic is too pendanticKeith Packard1-1/+1
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