- 31 Jul, 2006 3 commits
-
-
Josh Triplett authored
Needs improvement: should not duplicate the code of every request function.
-
Josh Triplett authored
-
Jamey Sharp authored
Issue 0, 1, or 2 syncs as needed and do not handle 16-bit wrap until absolutely necessary.
-
- 30 Jul, 2006 2 commits
-
-
Josh Triplett authored
-
Josh Triplett authored
-
- 28 Jul, 2006 1 commit
-
-
Eric Anholt authored
-
- 25 Jul, 2006 2 commits
-
-
Eric Anholt authored
The installed headers can't be relying on the presence of the internal config.h defines, and it was breaking the xcb build for me as well due to config.h not being included early enough.
-
TORRI Vincent authored
-
- 07 Jul, 2006 1 commit
-
-
Ian Osgood authored
-
- 01 Jul, 2006 2 commits
-
-
Ian Osgood authored
-
Keith Packard authored
Create a macro, XCB_SEQUENCE_COMPARE, that accepts two sequence numbers and a comparison operator and correctly handles 32-bit wrap around. Rewrite all ordered sequence number comparisons to use this macro. Also, caught one error where a sequence was stored in a signed int variable. Push out a GetInputFocus request when the sequence number does wrap at 32 bits so that applications cannot see sequence 0 (as that is an error indicator).
-
- 15 Jun, 2006 1 commit
-
-
Josh Triplett authored
xcb_types.xml into xproto.xml.
-
- 08 Jun, 2006 1 commit
-
-
TORRI Vincent authored
-
- 30 May, 2006 1 commit
-
-
Ian Osgood authored
-
- 15 May, 2006 2 commits
-
-
Jamey Sharp authored
-
Josh Triplett authored
-
- 10 May, 2006 1 commit
-
-
Josh Triplett authored
-
- 07 May, 2006 1 commit
-
-
- 30 Apr, 2006 1 commit
-
-
Josh Triplett authored
Work around the unsetting of CFLAGS in src/Makefile.am, by passing CFLAGS to make via DEB_MAKE_INVOKE in debian/rules.
-
- 29 Apr, 2006 7 commits
-
-
Josh Triplett authored
-
Josh Triplett authored
Stop setting DEB_CONFIGURE_EXTRA_FLAGS = --with-opt in debian/rules; cdbs does the right thing on its own, and correctly handles DEB_BUILD_OPTS.
-
Josh Triplett authored
-
Josh Triplett authored
-
Josh Triplett authored
-
Josh Triplett authored
-
Josh Triplett authored
-
- 28 Apr, 2006 5 commits
-
-
Ian Osgood authored
Fix xcb_auth to use one of the new enumerations.
-
Josh Triplett authored
-
Josh Triplett authored
-
Josh Triplett authored
-
Josh Triplett authored
Add an explanation of libtool -version-info to src/Makefile.am, and add an explicit -version-info 0:0:0 for all libraries.
-
- 27 Apr, 2006 7 commits
-
-
Josh Triplett authored
-
Josh Triplett authored
-
Josh Triplett authored
Fix a comment for the renaming of XCBConnSetupSuccessRep to XCBSetup, and fix another comment which had a copy-paste error.
-
Josh Triplett authored
Rename xcb-xfree86dri.pc.in to xcb-xf86dri.pc.in to match libXCBxf86dri, change its Libs line to use -lXCBxf86dri, and change configure.ac and Makefile.am accordingly.
-
Josh Triplett authored
-
Jamey Sharp authored
Declare arguments const in the various structure accessors, so XCBGetSetup is not so painful to use.
-
Jamey Sharp authored
Rename ConnSetup* to Setup*, Setup*Rep to Setup*, and SetupSuccess* to Setup*. Provide deprecated backwards-compatability functions and typedefs for the old names, to be removed before 1.0.
-
- 26 Apr, 2006 2 commits
-
-
Josh Triplett authored
Add .pc.in files for all the new extension libraries. Generate .pc files from the new .pc.in files in configure.ac. Install the new .pc files in Makefile.am, and add the new .pc.in files to EXTRA_DIST. Based on a patch by Vincent Torri. Changes from that patch: add Requires to the .pc.in files based on the <import>s in the extensions, add a .pc.in file for libXCBxtest, change Name and Description fields to match extension names.
-
Ian Osgood authored
-