summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-09-14Simplify the API conversion tool without functionality changes.Jamey Sharp
2006-09-13Prototype API conversion tool for upcoming lowercased XCB API.Thomas Coppi
2006-09-13Finish removing deprecated functions. Fixes build failure (oops).Jamey Sharp
2006-09-12Ignore xproto.xml that now gets copied in while building.Jamey Sharp
2006-09-12Remove deprecated public API functions in preparation for 1.0 release. Xlib-s...Jamey Sharp
2006-09-12Cleaned up previous fix for GNU Make stuff.Bart Massey
2006-09-11Removed GNU make dependency.Bart Massey
2006-09-09Handle XC-MISC request failure when allocating new XIDs. (fixes #7001)Jamey Sharp
2006-08-14Tutorial corrections.Thomas Hunger
2006-07-30Implement error handling plan 7.Josh Triplett
2006-07-30Parameterize context in cookie-type and request-matching template.Josh Triplett
2006-07-30Fix Keith's 32-bit wrap fix.Jamey Sharp
2006-07-30Fix typo: s/request/sequence/Josh Triplett
2006-07-30Add XCBRequestCheck function needed for Plan 7.Josh Triplett
2006-07-28Restore netinet/in.h include that was removed in the DECnet commit.Eric Anholt
2006-07-25Replace HAVE_* tests with just checking for (__solaris__)Eric Anholt
2006-07-25fix closing <b> tagTORRI Vincent
2006-07-07Fix build on Solaris (use inttypes.h)Ian Osgood
2006-07-01Finally remove X.h from xcb.h, fix broken image tests.Ian Osgood
2006-07-01Switch sequence comparisons to handle 32-bit sequence number wrap.Keith Packard
2006-06-15Remove arbitrary division between xcb_types and xproto by mergingJosh Triplett
2006-06-08fix compilation with c++ compilers. Remove some trailing spacesTORRI Vincent
2006-05-30Deprecate XCBSync, move to XCBAuxSync.Ian Osgood
2006-05-14Use correct word offset when testing for GetFBConfigsSGIX VendorPrivate.Jamey Sharp
2006-05-14In the GLX workaround, use !strcmp to check for equality with "GLX", not strcmp.Josh Triplett
2006-05-10Stop overwriting CFLAGS in xcb/src/Makefile.am.Josh Triplett
2006-05-07Fix dependencies on libXCB.la to not walk down from $(top_builddir); this fix...Donnie Berkholz
2006-04-29Work around the unsetting of CFLAGS in src/Makefile.am, by passing CFLAGS to ...Josh Triplett
2006-04-29Remove unnecessary dirs files.Josh Triplett
2006-04-29Stop setting DEB_CONFIGURE_EXTRA_FLAGS = --with-opt in debian/rules; cdbs doe...Josh Triplett
2006-04-29Set DEB_MAKE_CHECK_TARGET=check in debian/rules.Josh Triplett
2006-04-29Add a Section field for the source package in debian/control.Josh Triplett
2006-04-29Drop library version from source package name.Josh Triplett
2006-04-29Set distribution to experimental.Josh Triplett
2006-04-29Remove Bugs field in debian/control, so bugs go to the Debian BTS.Josh Triplett
2006-04-28Move the remainder of the constants in X.h into XML enumerations.Ian Osgood
2006-04-28Change libxcbxvmc0-dev Depends to libxcbxv0-dev, not libxv0-dev.0.9Josh Triplett
2006-04-27Update debian packaging to create library, -dev, and -dbg packages for each n...Josh Triplett
2006-04-27Fix the year in COPYING.Josh Triplett
2006-04-27Add an explanation of libtool -version-info to src/Makefile.am, and add an ex...Josh Triplett
2006-04-27Fix tutorial to use XCBSetup rather than the previous deprecated name XCBConn...Josh Triplett
2006-04-27Remove execute bit on tutorial.Josh Triplett
2006-04-27Fix a comment for the renaming of XCBConnSetupSuccessRep to XCBSetup, and fix...Josh Triplett
2006-04-27Rename xcb-xfree86dri.pc.in to xcb-xf86dri.pc.in to match libXCBxf86dri, chan...Josh Triplett
2006-04-27Fix typo and rephrase checking message.Josh Triplett
2006-04-27Declare arguments const in the various structure accessors, so XCBGetSetup is...Jamey Sharp
2006-04-26Rename ConnSetup* to Setup*, Setup*Rep to Setup*, and SetupSuccess* to Setup*...Jamey Sharp
2006-04-26Add .pc.in files for all the new extension libraries. Generate .pc files fro...Josh Triplett
2006-04-26Changes to makefile to build libXCBxtestIan Osgood
2006-04-24Add support for DECnet. Still needs configure-script options to enable.Patrick Caulfield