summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Jeremy Kolb [Tue, 9 May 2006 19:36:47 +0000 (15:36 -0400)]
num_props is a stupid name, changing to num_properties, it's a bit clearer and matches fields such as "num_visuals".
Josh Triplett [Sat, 29 Apr 2006 18:00:01 +0000 (11:00 -0700)]
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb
Josh Triplett [Sat, 29 Apr 2006 17:58:23 +0000 (10:58 -0700)]
Set distribution to experimental.
Josh Triplett [Sat, 29 Apr 2006 17:56:56 +0000 (10:56 -0700)]
Remove Bugs field in debian/control, so bugs go to the Debian BTS.
Jeremy Kolb [Sat, 29 Apr 2006 14:58:50 +0000 (10:58 -0400)]
Get rid of the value list/mask in requests.
Ian Osgood [Fri, 28 Apr 2006 22:27:09 +0000 (15:27 -0700)]
Move the remainder of the constants in X.h into XML enumerations.
Fix xcb_auth to use one of the new enumerations.
Alp Toker [Thu, 30 Mar 2006 03:36:04 +0000 (04:36 +0100)]
Fix incorrect extension xname
Josh Triplett [Fri, 28 Apr 2006 00:58:37 +0000 (17:58 -0700)]
Fix the year in the other COPYING.
Josh Triplett [Thu, 27 Apr 2006 21:14:54 +0000 (14:14 -0700)]
Add test program for XFree86-DRI extension to xcb-demo. Mark XFree86-DRI extension as tested and working.
Josh Triplett [Thu, 27 Apr 2006 19:14:55 +0000 (12:14 -0700)]
Add some additional extensions from xdpyinfo to the TODO list.
Josh Triplett [Thu, 27 Apr 2006 19:08:24 +0000 (12:08 -0700)]
Fix typo in TODO.
Josh Triplett [Thu, 27 Apr 2006 19:07:50 +0000 (12:07 -0700)]
Update TODO for XTEST implementation.
Jamey Sharp [Thu, 27 Apr 2006 06:19:16 +0000 (23:19 -0700)]
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.
Ian Osgood [Wed, 26 Apr 2006 17:50:31 +0000 (10:50 -0700)]
Changes to makefile to build libXCBxtest
Ian Osgood [Mon, 24 Apr 2006 21:16:38 +0000 (14:16 -0700)]
Implement XTest extension and xte demo
Ian Osgood [Thu, 20 Apr 2006 03:45:31 +0000 (20:45 -0700)]
Merge branch 'master' of git+ssh://iano@git.freedesktop.org/git/xcb
Josh Triplett [Sun, 16 Apr 2006 20:05:21 +0000 (13:05 -0700)]
* Validate the protocol descriptions during the build:
* Set DEB_MAKE_CHECK_TARGET=check in debian/rules.
* Add Build-Depends on libxml2-utils for xmllint.
Josh Triplett [Sun, 16 Apr 2006 18:23:52 +0000 (11:23 -0700)]
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb
Josh Triplett [Sun, 16 Apr 2006 18:05:50 +0000 (11:05 -0700)]
Improve package descriptions.
Josh Triplett [Sun, 16 Apr 2006 16:23:13 +0000 (09:23 -0700)]
* Debian X11R7 transition:
* Install protocol descriptions to /usr/include/X11, not
/usr/X11R6/include/X11.
* Pre-Depends: x11-common (>= 1:1.09).
Josh Triplett [Sun, 16 Apr 2006 02:39:39 +0000 (19:39 -0700)]
Change human-readable name from "XCBProto" to "XCB Proto"; this changes the
tarname to "xcb-proto", which matches the Debian package and looks better than
"xcbproto".
Josh Triplett [Sun, 16 Apr 2006 02:20:47 +0000 (19:20 -0700)]
Stop running autoreconf in debian/rules, and remove Build-Depends for autoconf
and automake.
Josh Triplett [Sat, 15 Apr 2006 21:52:36 +0000 (14:52 -0700)]
Add doc directory to EXTRA_DIST.
Josh Triplett [Sat, 15 Apr 2006 19:48:02 +0000 (12:48 -0700)]
* Actually add extensions/screensaver.xml to Makefile.am, so it gets checked
and installed.
* Don't line up backslashes in a single column, since it forces a change to
every line when adding a longer item.
Jeremy Kolb [Tue, 28 Mar 2006 19:54:05 +0000 (14:54 -0500)]
Clean up some names.
Ian Osgood [Thu, 23 Mar 2006 01:57:57 +0000 (17:57 -0800)]
Work on the tutorial, and update xproto.xml to match:
* 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?
Josh Triplett [Tue, 21 Mar 2006 22:22:21 +0000 (14:22 -0800)]
Remove outdated fd.o-* entries from */debian/.gitignore (obsolete since before they came from .cvsignore).
Josh Triplett [Tue, 21 Mar 2006 22:15:56 +0000 (14:15 -0800)]
Remove outdated comment in xproto.xml; we support ListFontsWithInfo just fine
now.
Ian Osgood [Mon, 20 Mar 2006 15:36:39 +0000 (07:36 -0800)]
Update xml-xcb.txt to include new <bit> expression.
Ian Osgood [Thu, 16 Mar 2006 06:41:08 +0000 (22:41 -0800)]
Change <bit> syntax to <bit>n</bit> as Jamey and Josh suggested
and add more button, key, and graphics enumerations.
Ian Osgood [Wed, 15 Mar 2006 18:09:47 +0000 (10:09 -0800)]
Remove proto/X11 dependencies from xcb-demo.
Ian Osgood [Wed, 15 Mar 2006 02:23:37 +0000 (18:23 -0800)]
Remove xcb-util dependency on proto/X11
by moving many defs from X.h to <enum>s in xproto.xml
Ian Osgood [Tue, 14 Mar 2006 19:44:43 +0000 (11:44 -0800)]
Merge branch 'master' of git+ssh://iano@git.freedesktop.org/git/xcb
Ian Osgood [Tue, 14 Mar 2006 18:18:22 +0000 (10:18 -0800)]
Add an expression construct <bit bit="n"/>
for mask enumerations such as CW flags.
Replaces the C-specific use of 1<<n in xproto.xml
Jeremy Kolb [Tue, 14 Mar 2006 03:05:10 +0000 (22:05 -0500)]
Added new type CONTEXT_TAG (just a CARD32).
Jeremy Kolb [Fri, 10 Mar 2006 02:52:33 +0000 (21:52 -0500)]
share_list is a GLX_CONTEXT, not a CARD32
Ian Osgood [Thu, 9 Mar 2006 06:57:01 +0000 (22:57 -0800)]
Merge branch 'master' of git+ssh://iano@git.freedesktop.org/git/xcb
Ian Osgood [Thu, 9 Mar 2006 06:56:40 +0000 (22:56 -0800)]
Replace XIDs with CARD32s in the xc_misc protocol descriptions.
(XIDs only exist client-side.)
Jamey Sharp [Thu, 9 Mar 2006 06:49:59 +0000 (22:49 -0800)]
Unify autofoo .gitignore bits into one top-level file, and remove resulting redundancies.
Alp Toker [Tue, 7 Mar 2006 04:19:02 +0000 (04:19 +0000)]
Typo
Jeremy Kolb [Sun, 5 Mar 2006 19:44:16 +0000 (14:44 -0500)]
Change event copy to error copy.
Josh Triplett [Sun, 5 Mar 2006 08:49:04 +0000 (00:49 -0800)]
XMLLINT, not XSLTPROC.
Josh Triplett [Sun, 5 Mar 2006 02:35:53 +0000 (18:35 -0800)]
Add *.tar.{bz2,gz} to .gitignore for the benefit of "make distcheck".
Josh Triplett [Sun, 5 Mar 2006 02:29:40 +0000 (18:29 -0800)]
Validate protocol descriptions against schema in "make check", using xmllint. These tests will also run when doing "make distcheck" to create a distribution.
Josh Triplett [Sat, 4 Mar 2006 22:07:04 +0000 (14:07 -0800)]
In XML Schema, attributes default to optional unless explicitly marked use="required"; add use="required" to all required attributes. Add fake error number to error name="Generic" in glx.xml, since error is now a required attribute.
Josh Triplett [Sat, 25 Feb 2006 00:10:42 +0000 (16:10 -0800)]
Update the schema: a reply may contain a valueparam.
Josh Triplett [Fri, 24 Feb 2006 23:59:48 +0000 (15:59 -0800)]
Remove stray character from randr.xml
Eric Anholt [Sun, 19 Feb 2006 06:56:03 +0000 (22:56 -0800)]
Move .cvsignore to .gitignore.
Jeremy Kolb [Sun, 19 Feb 2006 03:40:19 +0000 (22:40 -0500)]
Apply Alp Toker's patch for fixing typos. Thanks!
Josh Triplett [Sun, 19 Feb 2006 00:49:41 +0000 (16:49 -0800)]
Remove xcl and CVSROOT.