Path to this page:
./
x11/xcb-proto,
XCB protocol descriptions (in XML)
Branch: CURRENT,
Version: 1.17.0nb4,
Package name: xcb-proto-1.17.0nb4,
Maintainer: reedAbout xcb-proto
===============
The xcb-proto package provides the XML-XCB (X C Bindings) 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.
Separation of XCB's transport and protocol layers simplifies both
writing extensions and client-side support for extensions.
By contrast, 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.
Python libraries: xcb-proto also contains language-independent Python
libraries that are used to parse an XML description and create objects
used by Python code generators in individual language bindings.
Required to build:[
textproc/libxml2] [
pkgtools/cwrappers]
Master sites:
Filesize: 148.191 KB
Version history: (Expand)
- (2024-11-15) Updated to version: xcb-proto-1.17.0nb4
- (2024-11-01) Updated to version: xcb-proto-1.17.0nb3
- (2024-11-01) Updated to version: xcb-proto-1.17.0nb2
- (2024-05-29) Updated to version: xcb-proto-1.17.0nb1
- (2024-04-15) Updated to version: xcb-proto-1.17.0
- (2023-11-08) Updated to version: xcb-proto-1.16.0nb1
CVS history: (Expand)
2024-04-15 18:34:49 by Thomas Klausner | Files touched by this commit (4) | |
Log message:
xcb-proto, py-xcbgen: update to 1.17.0
Erik Kurzinger (2):
Add DRI3ImportSyncobj and DRI3FreeSyncobj
Add PresentPixmapSynced and PresentCapabilitySyncobj
Matt Turner (1):
xcb-proto 1.17.0
Uli Schlachter (2):
Use simply quote signs
Fix typo in "heirarchy"
|
2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377) |
Log message:
*: recursive bump for icu 74.1
|
2023-08-19 09:31:05 by Thomas Klausner | Files touched by this commit (4) | |
Log message:
xcb-proto, py-xcbgen: update to 1.16.0
Alan Coopersmith (3):
gitlab CI: add a basic build test
Add documentation for DAMAGE extension
Remove "All rights reserved" from Oracle copyright notices
Alexander Volkov (1):
dpms: Add DPMSInfoNotify event (DPMS 1.2)
Demi Marie Obenour (4):
Document the MIT-SHM extension
Add documentation for XFixes v6
Document BIG-REQUESTS
Add documentation for Composite
Emil Velikov (1):
autogen.sh: use quoted string variables
Matt Turner (1):
xcb-proto 1.16.0
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
Tycho Andersen (1):
xinput: qualify CW as from xproto
Xaver Hugl (1):
add PresentOptionAsyncMayTear
|
2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message:
*: recursive bump for Python 3.11 as new default
|
2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | |
Log message:
revbump after textproc/icu update
|
2022-11-23 17:21:30 by Adam Ciarcinski | Files touched by this commit (1878) | |
Log message:
massive revision bump after textproc/icu update
|
2022-06-18 10:25:05 by Thomas Klausner | Files touched by this commit (7) | |
Log message:
py-xcbgen, xcb-proto: update to 1.15.2
Matt Turner (4):
Remove libdir from xcb-proto.pc
Install xcb-proto to $(datarootdir)
Call AC_OUTPUT without arguments
xcb-proto 1.15.2
|
2022-06-16 23:26:16 by Thomas Klausner | Files touched by this commit (5) | |
Log message:
py-xcbgen, xcb-proto: update to 1.15.1
Also add comment that one should update both together.
Changes:
Austin Shafer (1):
dri3: Update dri3.xml to DRI3 1.3
Matt Turner (1):
xcb-proto 1.15.1
Mike Sharov (1):
Add DOUBLE-BUFFER extension specification.
|