summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-09-23Special cases to agree with the conventions Josh and I have hashed out.Jamey Sharp1-2/+35
2006-09-22Handle remaining incorrect API translations in api_conv.pl.Jamey Sharp1-2/+15
2006-09-22Make xcb_conn.c agree that XCBSetupReq is now XCBSetupRequest.Jamey Sharp1-3/+3
2006-09-22List xproto.xml path explicitly instead of relying on GNU Make $< expansionAlan Coopersmith1-1/+1
2006-09-21Shut down the connection in all "fatal" error cases.Jamey Sharp3-1/+32
2006-09-21Add a private connection shutdown method for error cases.Jamey Sharp2-0/+6
2006-09-21Make all public functions do nothing on an error connection.Jamey Sharp6-13/+50
2006-09-21Convert connection functions to return error objects.Jamey Sharp2-6/+10
2006-09-21Provide a "has error" property for XCBConnection.Jamey Sharp3-0/+23
2006-09-21Refactor XCBPollForEvent with a shorter critical section.Jamey Sharp1-6/+12
2006-09-18XCB*Id is a variable, not a type: adjust API conventions accordingly.Jamey Sharp1-1/+1
2006-09-18Fix bug #7261: events do not signal the end of replies for that sequence number.Jamey Sharp1-2/+2
2006-09-18Handle names of constants during API conversion.Jamey Sharp2-0/+44
2006-09-17Complete rewrite of api_conv.pl.Jamey Sharp1-43/+18
2006-09-14Simplify the API conversion tool without functionality changes.Jamey Sharp1-42/+17
2006-09-13Prototype API conversion tool for upcoming lowercased XCB API.Thomas Coppi1-0/+77
2006-09-13Finish removing deprecated functions. Fixes build failure (oops).Jamey Sharp3-24/+0
2006-09-12Ignore xproto.xml that now gets copied in while building.Jamey Sharp1-0/+1
2006-09-12Remove deprecated public API functions in preparation for 1.0 release. Xlib-s...Jamey Sharp2-316/+0
2006-09-12Cleaned up previous fix for GNU Make stuff.Bart Massey2-68/+32
2006-09-11Removed GNU make dependency.Bart Massey2-5/+74
2006-09-09Handle XC-MISC request failure when allocating new XIDs. (fixes #7001)Jamey Sharp1-5/+10
2006-08-14Tutorial corrections.Thomas Hunger1-2/+2
2006-07-30Implement error handling plan 7.Josh Triplett1-15/+36
2006-07-30Parameterize context in cookie-type and request-matching template.Josh Triplett1-8/+13
2006-07-30Fix Keith's 32-bit wrap fix.Jamey Sharp1-2/+2
2006-07-30Fix typo: s/request/sequence/Josh Triplett1-3/+3
2006-07-30Add XCBRequestCheck function needed for Plan 7.Josh Triplett2-0/+36
2006-07-28Restore netinet/in.h include that was removed in the DECnet commit.Eric Anholt1-0/+1
2006-07-25Replace HAVE_* tests with just checking for (__solaris__)Eric Anholt1-3/+3
2006-07-25fix closing <b> tagTORRI Vincent1-1/+1
2006-07-07Fix build on Solaris (use inttypes.h)Ian Osgood1-1/+4
2006-07-01Finally remove X.h from xcb.h, fix broken image tests.Ian Osgood1-1/+0
2006-07-01Switch sequence comparisons to handle 32-bit sequence number wrap.Keith Packard3-15/+39
2006-06-15Remove arbitrary division between xcb_types and xproto by mergingJosh Triplett5-20/+6
2006-06-08fix compilation with c++ compilers. Remove some trailing spacesTORRI Vincent1-3/+6
2006-05-30Deprecate XCBSync, move to XCBAuxSync.Ian Osgood2-8/+5
2006-05-14Use correct word offset when testing for GetFBConfigsSGIX VendorPrivate.Jamey Sharp1-1/+3
2006-05-14In the GLX workaround, use !strcmp to check for equality with "GLX", not strcmp.Josh Triplett1-1/+1
2006-05-10Stop overwriting CFLAGS in xcb/src/Makefile.am.Josh Triplett1-1/+0
2006-05-07Fix dependencies on libXCB.la to not walk down from $(top_builddir); this fix...Donnie Berkholz1-1/+1
2006-04-29Work around the unsetting of CFLAGS in src/Makefile.am, by passing CFLAGS to ...Josh Triplett2-0/+3
2006-04-29Remove unnecessary dirs files.Josh Triplett2-3/+0
2006-04-29Stop setting DEB_CONFIGURE_EXTRA_FLAGS = --with-opt in debian/rules; cdbs doe...Josh Triplett2-1/+3
2006-04-29Set DEB_MAKE_CHECK_TARGET=check in debian/rules.Josh Triplett2-1/+3
2006-04-29Add a Section field for the source package in debian/control.Josh Triplett2-0/+2
2006-04-29Drop library version from source package name.Josh Triplett2-2/+3
2006-04-29Set distribution to experimental.Josh Triplett1-2/+3
2006-04-29Remove Bugs field in debian/control, so bugs go to the Debian BTS.Josh Triplett2-2/+2
2006-04-28Move the remainder of the constants in X.h into XML enumerations.Ian Osgood2-8/+14