summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Handle <pad align="n" /> between listsbaserock/james/libxcbDaniel Martin2014-06-101-6/+32
* xcb_open: Improve abstraction for launchd secure socketsJeremy Huddleston Sequoia2014-04-101-20/+75
* xcb_open: Minor code cleanup for better readabilityJeremy Huddleston Sequoia2014-04-101-8/+9
* Ensure xcb owns socket and no other threads are writing before send_requestKeith Packard2014-03-301-17/+40
* Update .pc file Requires lines to express full dependenciesKeith Packard2014-03-223-3/+3
* Validate .pc file Requires linesKeith Packard2014-03-222-1/+77
* Only #include directly referenced module header filesKeith Packard2014-03-221-1/+1
* Add doxygen documentation to functions in xcbext.hUli Schlachter2014-03-211-4/+103
* Make xcb_disconnect(NULL) safeUli Schlachter2014-03-212-2/+2
* xcb_disconnect(): Fix leak with error connectionsUli Schlachter2014-03-211-1/+10
* Remove tabs and trailing whitespacesUli Schlachter2014-03-217-74/+73
* Add comments about how _xcb_conn_ret_error() worksRan Benita2014-02-192-0/+4
* generated man pages: use xorg footer and no hard coded extensionGaetan Nadon2014-01-303-25/+34
* generated man pages: build without hard coded extensionGaetan Nadon2014-01-301-5/+6
* man: build static man pages using xorg patternsGaetan Nadon2014-01-308-16/+32
* autoconf: replace all tabs with spacesGaetan Nadon2014-01-301-55/+55
* autoconf: use default xorg configuration for doxygen documentationGaetan Nadon2014-01-303-92/+12
* autoconf: fix warning by replacing deprecated AC_HELP_STRINGGaetan Nadon2014-01-301-1/+1
* autoconf: require libtool minimum level 2.2Gaetan Nadon2014-01-301-2/+2
* autoconf: comment and layout the initialization sectionGaetan Nadon2014-01-301-9/+7
* autoconf: AC_INIT: add bug urlGaetan Nadon2014-01-301-3/+3
* autoconf: use the warning variables from xorgGaetan Nadon2014-01-302-13/+2
* autoconf: use XORG_DEFAULT_OPTIONSGaetan Nadon2014-01-301-2/+6
* Support <pad align="n" />Peter Harris2014-01-211-10/+18
* Force XCB event structures with 64-bit extended fields to be packed.Kenneth Graunke2014-01-032-3/+11
* Release libxcb 1.101.10Uli Schlachter2013-12-222-2/+2
* Add NEWS for 1.10Julien Cristau2013-12-141-3/+18
* Add NEWS entries for releases 1.9.1 to 1.9.3Uli Schlachter2013-12-141-1/+23
* Bump xcb-proto requirement to 1.10Julien Cristau2013-12-141-1/+1
* Test the value of msg_controllen for platforms whose CMSG_FIRSTHDR() does not...PHO2013-12-141-5/+7
* Increment the "current" version info for sync, xinput and xkbUli Schlachter2013-12-141-3/+3
* Revert "Remove xcb_ge_event_t from xcb.h"Uli Schlachter2013-12-141-0/+20
* c_client.py: Fix _sizeof() functionsDaniel Martin2013-12-121-2/+2
* Revert "fix deadlock with xcb_take_socket/return_socket v3"Uli Schlachter2013-11-183-25/+21
* Fix alignment issues in FD passing codeMark Kettenis2013-11-182-4/+10
* Check if we need to define _XOPEN_SOURCE for struct msghdr.msg_controlAlan Coopersmith2013-11-071-0/+34
* Add configure option to enable or disable fd passing with sendmsgKeith Packard2013-11-071-8/+10
* Switch to using the CMSG_* macros for FD passingKeith Packard2013-11-073-25/+19
* Add Present extensionKeith Packard2013-11-075-0/+25
* Add DRI3 libraryKeith Packard2013-11-075-0/+26
* Require xcb proto version 1.9Keith Packard2013-11-071-1/+1
* Add event queue splittingKeith Packard2013-11-073-12/+107
* Add support for receiving fds in repliesKeith Packard2013-11-074-9/+288
* Add xcb_send_fd APIKeith Packard2013-11-077-3/+86
* -pendantic is too pendanticKeith Packard2013-11-071-1/+1
* Make protocol C files depend on protocol XML filesKeith Packard2013-11-071-1/+1
* Remove xcb_ge_event_t from xcb.hKeith Packard2013-11-071-17/+0
* Use /usr/spool/sockets/X11/ on HP-UX for UNIX sockets (#69118).Daphne Pfister2013-10-111-0/+4
* Fix poll() if POLLIN == ROLLRDNORM|POLLRDBANDDaphne Pfister2013-09-081-2/+2
* Fix documentation of xcb_poll_for_event()Uli Schlachter2013-09-081-1/+0