Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-07-18 | Release xcb-proto 1.2.1.2 | Peter Hutterer | 1 | -1/+1 | |
2008-07-09 | Work around a Python bug involving the file name 'types.py'. | Eamon Walsh | 4 | -3/+3 | |
2008-05-21 | Avoid using enum types as structure fields. | Eamon Walsh | 1 | -3/+3 | |
2008-05-21 | Fix a type size calculation. | Eamon Walsh | 1 | -1/+1 | |
2008-05-16 | Add is_simple boolean attribute for plain integer types. | Eamon Walsh | 1 | -0/+2 | |
2008-04-23 | Add the python install dir to xcb-xproto.pc. | Eamon Walsh | 1 | -0/+1 | |
2008-04-19 | Add Python parser language-independent parts. | Eamon Walsh | 10 | -2/+859 | |
2008-04-14 | Require a length specification for lists in reply structures. | Eamon Walsh | 5 | -22/+105 | |
2008-04-14 | Remove some stray padding from an XInput request. | Eamon Walsh | 1 | -1/+0 | |
2008-04-14 | Xinerama GetScreenSize screen field is a CARD32, not an xproto screen struct. | Eamon Walsh | 1 | -2/+2 | |
2008-04-03 | Use multiword attribute instead of oneword in XSELinux description. | Eamon Walsh | 1 | -1/+1 | |
Fixes validation. | |||||
2008-03-05 | xcb-xselinux: Revisions to xselinux extension protocol. | Eamon Walsh | 1 | -43/+152 | |
2008-02-25 | xcb-xselinux: Remove an errant padding statement. | Eamon Walsh | 1 | -1/+0 | |
Bug reported by Xavier Toth. | |||||
2008-01-24 | Add XML description for SELinux extension. | Eamon Walsh | 2 | -0/+157 | |
2008-01-24 | Add XML description for XInput extension. | Eamon Walsh | 2 | -1/+997 | |
Some requests and replies are not yet implemented. | |||||
2007-12-15 | Use <bit> instead of <value> where appropriate | Peter Harris | 4 | -33/+33 | |
2007-12-10 | fixed xv SelectPortNotify argument; bug reported by Julien Cristau ↵ | Bart Massey | 1 | -1/+1 | |
<jcristau@debian.org> | |||||
2007-12-07 | Change the protocol definition of X-Resource to use ATOMs. | Peter Harris | 1 | -1/+3 | |
2007-12-01 | Bugfix: GetKeyboardMapping's keysyms list had the wrong length. | Jamey Sharp | 1 | -4/+1 | |
2007-11-04 | Release xcb-proto 1.11.1 | Jamey Sharp | 2 | -1/+21 | |
2007-11-04 | fix XSync Initialize call | Rob Taylor | 1 | -0/+2 | |
Initialize takes two CARD8 fields for desired Xsync version. | |||||
2007-04-11 | Update autogen.sh to one that does objdir != srcdir. | Matthias Hopf | 1 | -1/+10 | |
2007-04-10 | Modifies new attribute from previous patch so that it need only be used | Eamon Walsh | 9 | -9/+9 | |
on extensions with split names. | |||||
2007-03-29 | Introduces attribute to schema and modifies currently special-cased | Eamon Walsh | 6 | -5/+6 | |
protocol descriptions to use it. | |||||
2007-02-12 | Update DAMAGE to 1.1 | Jeremy Kolb | 1 | -3/+10 | |
2006-12-02 | Use lowercase for field names. | Ian Osgood | 1 | -26/+26 | |
2006-12-02 | Fix ListOutputProperties protocol. | Ian Osgood | 1 | -4/+3 | |
2006-11-30 | Update RandR to version 1.2 | Ian Osgood | 1 | -21/+391 | |
2006-11-24 | Release xcb-proto 1.01.0 | Josh Triplett | 2 | -1/+17 | |
2006-11-21 | Bug #8990: randr type fixes | Vincent Torri | 1 | -14/+14 | |
2006-11-21 | Estethic change for attribute parameter name | Patrick Guimond | 1 | -2/+2 | |
Changed num_attributes parameter of QueryContext request to num_attribs for consistency with other requests | |||||
2006-11-21 | fixed screen parameter type in requests | Patrick Guimond | 1 | -3/+3 | |
For the following requests, fixed the paramater type to be CARD32 instead of SCREEN structure Requests: - CreateNewContext - CreatePbuffer - CreateWindow | |||||
2006-11-21 | Changed valueparam arguments for attribute lists | Patrick Guimond | 1 | -15/+36 | |
For following request and replies, substitutes attribute list passing to a parameter list instead of valuemask/values Requests: - CreatePixmap - QueryContext - CreatePbuffer - ChangeDrawableAttributes - CreateWindow Reply: - GetDrawableAttributes | |||||
2006-11-19 | Remove support for the <localfield> tag: nothing needs it. | Jamey Sharp | 2 | -8/+1 | |
Only one use of <localfield> remained, for a list length expression in xv.xml. List length parameters that don't actually appear in the protocol should be left implicit: if no length expression is given, then a localfield will be automatically created by c-client.xsl. | |||||
2006-11-11 | Bug #8973: In UngrabKey, the 'key' field is of type KEYCODE, not the more ↵ | Jamey Sharp | 1 | -1/+1 | |
general CARD8. Thanks to Vincent Torri for pointing out the error. | |||||
2006-11-02 | Release xcb-proto 1.0 RC3 (0.9.93).1.0-RC3 | Jamey Sharp | 2 | -1/+18 | |
2006-11-01 | Fix cap style enumeration (bug #8857). | Ian Osgood | 1 | -2/+2 | |
2006-10-30 | Update the record extension. Type in the version. | Jeremy Kolb jkolb@brandeis.edu | 2 | -1/+3 | |
Updated xcb.xsd for major-version and minor-version attributes of the xcb tag. | |||||
2006-10-29 | Added major-version and minor-version attributes to the xcb tag. | Jeremy Kolb jkolb@brandeis.edu | 22 | -23/+45 | |
2006-10-20 | Fix GrabMode enumeration (reported by Yang JianJun) | Ian Osgood | 1 | -2/+2 | |
2006-10-15 | Move extension descriptions out of extensions/ subdirectory | Josh Triplett | 23 | -24/+23 | |
Now that the extensions do not get installed to an extensions/ subdirectory, move them out of the extensions/ subdirectory in the source as well. | |||||
2006-10-12 | Oops. keithp told me to forget about videmode. | Jeremy Kolb | 1 | -1/+0 | |
2006-10-12 | The Xinerama extension 1.1. | Jeremy Kolb | 2 | -0/+100 | |
2006-10-08 | Add REPEAT enumeration to fix bug #8535. | Ian Osgood | 1 | -0/+8 | |
2006-10-07 | Move debian/ directory to new branch "debian". | Jamey Sharp | 6 | -106/+0 | |
2006-10-07 | Release xcb-proto 1.0 RC2 (0.9.92).1.0-RC2 | Jamey Sharp | 3 | -1/+83 | |
2006-10-07 | Make CompositeGlyphs* usable. | Jamey Sharp | 1 | -62/+3 | |
render.xml no longer describes the CompositeGlyphs* requests as taking lists of complicated unions of structures of lists: it says instead that they take a LISTofBYTE. The caller is responsible for constructing an appropriate sequence of glyph elements. Previously, the requests could not actually be used because XCB did not correctly compute the length of the provided data. | |||||
2006-10-07 | Add <import>xproto</import> explicitly to extensions that use xproto. | Josh Triplett | 13 | -3/+23 | |
2006-10-07 | Change "union" to "xidunion" for XID unions like DRAWABLE and FONTABLE | Josh Triplett | 3 | -14/+23 | |
2006-10-06 | KEYCODE and BUTTON should become typedefs of CARD8, not CARD32 | Josh Triplett | 1 | -2/+2 | |