summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-10-29Remove libxcb-xlib and xcbxlib.h.Jamey Sharp5-203/+5
2008-10-14allow compile-time setting for XCB queue buffer sizeJulien Danjou1-1/+1
2008-09-20fix tiny memory leak in read_packet (leak only happens when malloc returns NU...Henning Sten1-0/+1
2008-09-09Added generation of extern "C" for compatibility with C++Carsten Meier1-0/+12
2008-09-09Add support for the abstract socket namespace under LinuxJulien Cristau1-3/+37
2008-09-09Fix some fd leaks in _xcb_open_*()Julien Cristau1-5/+12
2008-09-03fixed overly aggressive warning about fixed field following variableBart Massey1-1/+1
2008-09-03added small fix to support trailing fixed fields; also warning for non-pad fi...Bart Massey1-1/+7
2008-08-31factorize m4 macros and add one to set X extensionsVincent Torri1-2/+2
2008-08-28Initialize all fields of addrinfoJulien Danjou1-8/+11
2008-08-28Use ifdef instead of if for defined valueJulien Danjou1-1/+1
2008-08-28Set namelen unsignedJulien Danjou1-1/+1
2008-08-28Rename index to idx to avoid shadowingJulien Danjou1-4/+4
2008-08-28Use a signed size in read_block()Julien Danjou1-1/+1
2008-08-28Use unsigned to compare and rename syncJulien Danjou1-5/+5
2008-08-28Fix htonl() arg & convert sizeof() to signedJulien Danjou1-2/+2
2008-08-28initialize global_id to 0Julien Danjou1-1/+1
2008-07-16Make EXTHEADERS, EXTSOURCES, EXTENSION_XML unconditional of configure flags.Julien Cristau1-45/+45
2008-07-07fix FreeBSD supportPetr Salinger1-2/+5
2008-05-28Fix variable declaration formattingJosh Triplett1-2/+2
2008-05-21Add xcb_ge_event_t and handling for long events.Peter Hutterer2-2/+40
2008-05-01Fix libxcb/src compile with srcdir != builddir.Oswald Buddenhagen1-2/+2
2008-04-23Replace a stray c-client.xsl in the libxcb SOURCES. Fixes make distcheck.Eamon Walsh1-1/+1
2008-04-23Use the python install path from xcb-xproto.pc to locate the xcbgen package.Eamon Walsh2-4/+17
2008-04-20Add mention of PYTHONPATH if xcbgen cannot be found.Jeremy Kolb1-1/+2
2008-04-19Add Python parser C language-dependent part.Eamon Walsh2-11/+1008
2008-01-24Add SELinux extension support, disabled by default.Eamon Walsh2-0/+11
2008-01-24Add XInput extension support, disabled by default.Eamon Walsh2-0/+11
2007-12-07Generated the configure.ac and Makefile.am's in libxcb with the idea ofEamon Walsh1-93/+135
2007-11-24make IPv6 optionalBart Massey2-0/+6
2007-11-16Add comment noting the requirement to free replies when finished.Eamon Walsh1-0/+2
2007-11-04Revert "Generate error constants as XCB_BAD_*, similar to Xlib."Jamey Sharp1-5/+0
2007-10-28Don't hold the xlib-xcb lock while sleeping: that allows deadlock.Jamey Sharp1-1/+25
2007-10-28Factor pthread_cond_wait(iolock) to _xcb_wait_io.Jamey Sharp3-3/+9
2007-10-23Don't abort() on locking assertions if LIBXCB_ALLOW_SLOPPY_LOCK is set.Jamey Sharp3-5/+9
2007-07-19Allow unix:<screen> style display names again.Egbert Eich1-32/+66
2007-06-13Send locking assertion backtraces to stderr. Improve the heading on the back...Josh Triplett1-2/+2
2007-06-06Print backtraces in case an assert fails inside xlib/xcb.Christoph Pfister1-3/+35
2007-06-02xcb_poll_for_event: Return already-read events before read(2)ing again.Jamey Sharp1-1/+2
2007-04-13Generate error constants as XCB_BAD_*, similar to Xlib.Ian Osgood1-0/+5
2007-04-10Modify new attribute from previous patch so that it is necessary only onEamon Walsh1-4/+4
2007-03-29Replaces special-casing in c-client stylesheet with supportEamon Walsh1-25/+13
2007-02-27add the first step toward the documentation of the request/reply functions. T...TORRI Vincent1-0/+30
2007-01-22add doxygen doc for the *_end functionsTORRI Vincent1-0/+9
2006-11-28add doc tag for the _next functions. It creates doxygen doc in the header fil...TORRI Vincent1-0/+17
2006-11-24NetBSD doesn't have AI_ADDRCONFIG: use it only if it's available.Jamey Sharp1-1/+4
2006-11-23Avoid race condition when using multiple make jobsDiego 'Flameeyes' Pettenò1-4/+1
2006-11-22Remove --with-opt and --with-debug options from configure.ac; use CFLAGS insteadJosh Triplett1-1/+1
2006-11-22xcb-proto has no libraries or headers, so don't use XCBPROTO_CFLAGS or XCBPRO...Jamey Sharp1-2/+2
2006-11-22Use pthread-stubs as needed, and list xdmcp in Requires.private when XCB is b...Jamey Sharp1-2/+2