- 27 Apr, 2006 2 commits
-
-
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
-
- 24 Apr, 2006 1 commit
-
-
- 20 Apr, 2006 8 commits
-
-
Jamey Sharp authored
Minor performance improvement: do not call _xcb_in_expect_reply unless it is needed. It is not often needed.
-
Jamey Sharp authored
-
-
Only set CWARNFLAGS to gnu flags if $GCC is set. Otherwise check for Sun compiler and use its enhanced warning flag.
-
-
Jamey Sharp authored
-
Jamey Sharp authored
-
Jamey Sharp authored
-
- 19 Apr, 2006 1 commit
-
-
Jamey Sharp authored
-
- 16 Apr, 2006 9 commits
-
-
-
Josh Triplett authored
-
Josh Triplett authored
-
Josh Triplett authored
-
Josh Triplett authored
* Change Build-Depends on x-dev to x11proto-core-dev. * Install headers to /usr/include/X11, not /usr/X11R6/include/X11. * Pre-Depends: x11-common (>= 1:1.09).
-
Josh Triplett authored
-
Josh Triplett authored
Increase minimum version on debhelper Build-Depends to 5.0.0.
-
Josh Triplett authored
autoconf, automake, and libtool.
-
Josh Triplett authored
-
- 15 Apr, 2006 3 commits
-
-
Josh Triplett authored
-
Josh Triplett authored
-
Josh Triplett authored
libXCBextname. To use extension extname, include extname.h and link with -lXCBextname. This allows extensions to change without bumping the main libXCB version. bigreq and xc_misc remain in libXCB, because XCB uses them internally to make big requests and to allocate XIDs, respectively.
-
- 10 Apr, 2006 2 commits
-
-
Eric Anholt authored
often interrupted by timers.
-
Eric Anholt authored
-
- 23 Mar, 2006 1 commit
-
-
Ian Osgood authored
* Fixed grammar * Answered some TODO's and added some more * Updated X.h constants to those in xproto.h * Added enumerations used in tutorial to xproto.xml * Prefered XCBFlush to XCBSync * Corrected and refactored the "events" example I extracted the examples to test them. Where should I put them?
-
- 21 Mar, 2006 1 commit
-
-
Josh Triplett authored
Remove outdated fd.o-* entries from */debian/.gitignore (obsolete since before they came from .cvsignore).
-
- 16 Mar, 2006 2 commits
-
-
Jamey Sharp authored
-
Ian Osgood authored
and add more button, key, and graphics enumerations.
-
- 15 Mar, 2006 2 commits
-
-
Ian Osgood authored
-
Ian Osgood authored
by moving many defs from X.h to <enum>s in xproto.xml
-
- 14 Mar, 2006 5 commits
-
-
Ian Osgood authored
-
-
Ian Osgood authored
for mask enumerations such as CW flags. Replaces the C-specific use of 1<<n in xproto.xml
-
TORRI Vincent authored
-
Ian Osgood authored
(Still including X.h until defs are moved to xproto.xml and xcb-util and xcb-demo are fixed to use them.)
-
- 13 Mar, 2006 1 commit
-
-
Ian Osgood authored
-