Jeremy Kolb
a2cf7b7378
num_props is a stupid name, changing to num_properties, it's a bit clearer and matches fields such as "num_visuals".
2006-05-09 15:36:47 -04:00
Josh Triplett
0ebc4ad4d3
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb
2006-04-29 11:00:01 -07:00
Josh Triplett
a342706947
Set distribution to experimental.
2006-04-29 10:58:23 -07:00
Josh Triplett
592a3d116a
Remove Bugs field in debian/control, so bugs go to the Debian BTS.
2006-04-29 10:56:56 -07:00
Jeremy Kolb
5462c08a22
Get rid of the value list/mask in requests.
2006-04-29 10:58:50 -04:00
Ian Osgood
fb118062c5
Move the remainder of the constants in X.h into XML enumerations.
...
Fix xcb_auth to use one of the new enumerations.
2006-04-28 15:27:09 -07:00
Alp Toker
9128f32f4d
Fix incorrect extension xname
2006-04-28 00:13:33 -07:00
Josh Triplett
d35df7cbf6
Fix the year in the other COPYING.
2006-04-27 17:58:37 -07:00
Josh Triplett
26900ee380
Add test program for XFree86-DRI extension to xcb-demo. Mark XFree86-DRI extension as tested and working.
2006-04-27 14:14:54 -07:00
Josh Triplett
675983fa17
Add some additional extensions from xdpyinfo to the TODO list.
2006-04-27 12:14:55 -07:00
Josh Triplett
efaa93a5c1
Fix typo in TODO.
2006-04-27 12:08:24 -07:00
Josh Triplett
e4b9bde090
Update TODO for XTEST implementation.
2006-04-27 12:07:50 -07:00
Jamey Sharp
97afdc623e
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.
2006-04-26 23:19:16 -07:00
Ian Osgood
8400c84760
Changes to makefile to build libXCBxtest
2006-04-26 10:50:31 -07:00
Ian Osgood
ab86b41cfd
Implement XTest extension and xte demo
2006-04-24 14:16:38 -07:00
Ian Osgood
f52c9b1bc8
Merge branch 'master' of git+ssh://iano@git.freedesktop.org/git/xcb
2006-04-19 20:45:31 -07:00
Josh Triplett
0e15e3d9fe
* Validate the protocol descriptions during the build:
...
* Set DEB_MAKE_CHECK_TARGET=check in debian/rules.
* Add Build-Depends on libxml2-utils for xmllint.
2006-04-16 13:05:21 -07:00
Josh Triplett
999cf2a810
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb
2006-04-16 11:23:52 -07:00
Josh Triplett
c190bd2980
Improve package descriptions.
2006-04-16 11:05:50 -07:00
Josh Triplett
708e87fb85
* Debian X11R7 transition:
...
* Install protocol descriptions to /usr/include/X11, not
/usr/X11R6/include/X11.
* Pre-Depends: x11-common (>= 1:1.09).
2006-04-16 09:23:13 -07:00
Josh Triplett
9dc2b4d4ab
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".
2006-04-15 19:39:39 -07:00
Josh Triplett
79ca7d7608
Stop running autoreconf in debian/rules, and remove Build-Depends for autoconf
...
and automake.
2006-04-15 19:20:47 -07:00
Josh Triplett
3adad9d9cb
Add doc directory to EXTRA_DIST.
2006-04-15 14:52:36 -07:00
Josh Triplett
d0cf02d9d6
* 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.
2006-04-15 12:48:02 -07:00
Jeremy Kolb
16e4c9bc2e
Clean up some names.
2006-03-28 14:54:05 -05:00
Ian Osgood
4dab6a9b8c
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?
2006-03-22 17:57:57 -08:00
Josh Triplett
c4dcd1ac04
Remove outdated fd.o-* entries from */debian/.gitignore (obsolete since before they came from .cvsignore).
2006-03-21 14:22:21 -08:00
Josh Triplett
c6bc27ff14
Remove outdated comment in xproto.xml; we support ListFontsWithInfo just fine
...
now.
2006-03-21 14:15:56 -08:00
Ian Osgood
946717baec
Update xml-xcb.txt to include new <bit> expression.
2006-03-20 07:36:39 -08:00
Ian Osgood
f4c0265fea
Change <bit> syntax to <bit>n</bit> as Jamey and Josh suggested
...
and add more button, key, and graphics enumerations.
2006-03-15 22:41:08 -08:00
Ian Osgood
bc1e40e856
Remove proto/X11 dependencies from xcb-demo.
2006-03-15 10:09:47 -08:00
Ian Osgood
6d0f08eefe
Remove xcb-util dependency on proto/X11
...
by moving many defs from X.h to <enum>s in xproto.xml
2006-03-14 18:23:37 -08:00
Ian Osgood
db7df9aa32
Merge branch 'master' of git+ssh://iano@git.freedesktop.org/git/xcb
2006-03-14 11:44:43 -08:00
Ian Osgood
ada24b5384
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
2006-03-14 10:18:22 -08:00
Jeremy Kolb
5ac3157659
Added new type CONTEXT_TAG (just a CARD32).
2006-03-13 22:05:10 -05:00
Jeremy Kolb
0f5c21380c
share_list is a GLX_CONTEXT, not a CARD32
2006-03-09 21:52:33 -05:00
Ian Osgood
fcea9ae0eb
Merge branch 'master' of git+ssh://iano@git.freedesktop.org/git/xcb
2006-03-08 22:57:01 -08:00
Ian Osgood
73d195345b
Replace XIDs with CARD32s in the xc_misc protocol descriptions.
...
(XIDs only exist client-side.)
2006-03-08 22:56:40 -08:00
Jamey Sharp
65fdc0d145
Unify autofoo .gitignore bits into one top-level file, and remove resulting redundancies.
2006-03-08 22:49:59 -08:00
Alp Toker
659264ca76
Typo
2006-03-07 04:19:02 +00:00
Jeremy Kolb
28875a37f5
Change event copy to error copy.
2006-03-05 14:44:16 -05:00
Josh Triplett
6c91f7e6cb
XMLLINT, not XSLTPROC.
2006-03-05 00:49:04 -08:00
Josh Triplett
340268c45c
Add *.tar.{bz2,gz} to .gitignore for the benefit of "make distcheck".
2006-03-04 18:35:53 -08:00
Josh Triplett
66f5611130
Validate protocol descriptions against schema in "make check", using xmllint. These tests will also run when doing "make distcheck" to create a distribution.
2006-03-04 18:29:40 -08:00
Josh Triplett
3084d8b32e
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.
2006-03-04 14:07:04 -08:00
Josh Triplett
ec8315d965
Update the schema: a reply may contain a valueparam.
2006-02-24 16:10:42 -08:00
Josh Triplett
ee2d45a374
Remove stray character from randr.xml
2006-02-24 15:59:48 -08:00
Eric Anholt
209cb2a206
Move .cvsignore to .gitignore.
2006-02-18 22:56:03 -08:00
Jeremy Kolb
9b4d1c844f
Apply Alp Toker's patch for fixing typos. Thanks!
2006-02-18 22:40:19 -05:00
Josh Triplett
9605e865e5
Remove xcl and CVSROOT.
2006-02-18 16:49:41 -08:00