This project is a fork of the xcbproto.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/xcbproto.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionEnum extensions to xcbproto
ownerpeter.harris@hummingbird.com
last changeSat, 5 Jan 2008 20:11:58 +0000 (5 15:11 -0500)
content tags
add:
README
About xcb-proto
===============

xcb-proto provides the XML-XCB protocol descriptions that libxcb uses to
generate the majority of its code and API. We provide them separately
from libxcb to allow reuse by other projects, such as additional
language bindings, protocol dissectors, or documentation generators.

This separation between the XCB transport layer and the
automatically-generated protocol layer also makes it far easier to write
new extensions. With the Xlib infrastructure, client-side support for
new extensions requires significant duplication of effort. With XCB and
the XML-XCB protocol descriptions, client-side support for a new
extension requires only an XML description of the extension, and not a
single line of code.

Please report any issues you find to the freedesktop.org bug tracker,
at:

	<https://bugs.freedesktop.org/enter_bug.cgi?product=XCB>

Discussion about XCB occurs on the XCB mailing list:

        <mailto:xcb at lists.freedesktop.org>
        <http://lists.freedesktop.org/mailman/listinfo/xcb>

You can obtain the latest development versions of XCB using GIT.
For anonymous checkouts, use:

        git clone git://anongit.freedesktop.org/git/xcb/proto

For developers, use:

        git clone git+ssh://git.freedesktop.org/git/xcb/proto
shortlog
2008-01-05 Peter HarrisAdd enum references to fields in the core xprotomaster
2008-01-05 Peter HarrisAdd a status file that describes this branch
2008-01-05 Peter HarrisAdd enum references to fields in XFixes
2008-01-05 Peter HarrisAdd enum references to fields in Shape
2008-01-04 Peter HarrisAdd enum references to fields in Xv
2008-01-04 Peter HarrisAdd enum references to fields in RENDER, and modify...
2008-01-04 Peter HarrisAdd enum references to fields in Damage
2008-01-04 Peter HarrisAdd enum references to fields in Composite
2008-01-04 Peter HarrisModify XSD to allow an enum reference in fields
2008-01-04 Peter Harrisxv.xml: Use <pad> for padding
2008-01-04 Peter Harrisxv.xml: Make padding explicit
2007-12-16 Peter HarrisUse <bit> instead of <value> where appropriate
2007-12-10 Bart Masseyfixed xv SelectPortNotify argument; bug reported by...
2007-12-07 Peter HarrisChange the protocol definition of X-Resource to use...
2007-12-01 Jamey SharpBugfix: GetKeyboardMapping's keysyms list had the wrong...
2007-11-04 Jamey SharpRelease xcb-proto 1.1
...
heads
16 years ago master