summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-07-18Release xcb-proto 1.2.1.2Peter Hutterer1-1/+1
2008-07-09Work around a Python bug involving the file name 'types.py'.Eamon Walsh4-3/+3
2008-05-21Avoid using enum types as structure fields.Eamon Walsh1-3/+3
2008-05-21Fix a type size calculation.Eamon Walsh1-1/+1
2008-05-16Add is_simple boolean attribute for plain integer types.Eamon Walsh1-0/+2
2008-04-23Add the python install dir to xcb-xproto.pc.Eamon Walsh1-0/+1
2008-04-19Add Python parser language-independent parts.Eamon Walsh10-2/+859
2008-04-14Require a length specification for lists in reply structures.Eamon Walsh5-22/+105
2008-04-14Remove some stray padding from an XInput request.Eamon Walsh1-1/+0
2008-04-14Xinerama GetScreenSize screen field is a CARD32, not an xproto screen struct.Eamon Walsh1-2/+2
2008-04-03Use multiword attribute instead of oneword in XSELinux description.Eamon Walsh1-1/+1
Fixes validation.
2008-03-05xcb-xselinux: Revisions to xselinux extension protocol.Eamon Walsh1-43/+152
2008-02-25xcb-xselinux: Remove an errant padding statement.Eamon Walsh1-1/+0
Bug reported by Xavier Toth.
2008-01-24Add XML description for SELinux extension.Eamon Walsh2-0/+157
2008-01-24Add XML description for XInput extension.Eamon Walsh2-1/+997
Some requests and replies are not yet implemented.
2007-12-15Use <bit> instead of <value> where appropriatePeter Harris4-33/+33
2007-12-10fixed xv SelectPortNotify argument; bug reported by Julien Cristau ↵Bart Massey1-1/+1
<jcristau@debian.org>
2007-12-07Change the protocol definition of X-Resource to use ATOMs.Peter Harris1-1/+3
2007-12-01Bugfix: GetKeyboardMapping's keysyms list had the wrong length.Jamey Sharp1-4/+1
2007-11-04Release xcb-proto 1.11.1Jamey Sharp2-1/+21
2007-11-04fix XSync Initialize callRob Taylor1-0/+2
Initialize takes two CARD8 fields for desired Xsync version.
2007-04-11Update autogen.sh to one that does objdir != srcdir.Matthias Hopf1-1/+10
2007-04-10Modifies new attribute from previous patch so that it need only be usedEamon Walsh9-9/+9
on extensions with split names.
2007-03-29Introduces attribute to schema and modifies currently special-casedEamon Walsh6-5/+6
protocol descriptions to use it.
2007-02-12Update DAMAGE to 1.1Jeremy Kolb1-3/+10
2006-12-02Use lowercase for field names.Ian Osgood1-26/+26
2006-12-02Fix ListOutputProperties protocol.Ian Osgood1-4/+3
2006-11-30Update RandR to version 1.2Ian Osgood1-21/+391
2006-11-24Release xcb-proto 1.01.0Josh Triplett2-1/+17
2006-11-21Bug #8990: randr type fixesVincent Torri1-14/+14
2006-11-21Estethic change for attribute parameter namePatrick Guimond1-2/+2
Changed num_attributes parameter of QueryContext request to num_attribs for consistency with other requests
2006-11-21fixed screen parameter type in requestsPatrick Guimond1-3/+3
For the following requests, fixed the paramater type to be CARD32 instead of SCREEN structure Requests: - CreateNewContext - CreatePbuffer - CreateWindow
2006-11-21Changed valueparam arguments for attribute listsPatrick Guimond1-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-19Remove support for the <localfield> tag: nothing needs it.Jamey Sharp2-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-11Bug #8973: In UngrabKey, the 'key' field is of type KEYCODE, not the more ↵Jamey Sharp1-1/+1
general CARD8. Thanks to Vincent Torri for pointing out the error.
2006-11-02Release xcb-proto 1.0 RC3 (0.9.93).1.0-RC3Jamey Sharp2-1/+18
2006-11-01Fix cap style enumeration (bug #8857).Ian Osgood1-2/+2
2006-10-30Update the record extension. Type in the version.Jeremy Kolb jkolb@brandeis.edu2-1/+3
Updated xcb.xsd for major-version and minor-version attributes of the xcb tag.
2006-10-29Added major-version and minor-version attributes to the xcb tag.Jeremy Kolb jkolb@brandeis.edu22-23/+45
2006-10-20Fix GrabMode enumeration (reported by Yang JianJun)Ian Osgood1-2/+2
2006-10-15Move extension descriptions out of extensions/ subdirectoryJosh Triplett23-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-12Oops. keithp told me to forget about videmode.Jeremy Kolb1-1/+0
2006-10-12The Xinerama extension 1.1.Jeremy Kolb2-0/+100
2006-10-08Add REPEAT enumeration to fix bug #8535.Ian Osgood1-0/+8
2006-10-07Move debian/ directory to new branch "debian".Jamey Sharp6-106/+0
2006-10-07Release xcb-proto 1.0 RC2 (0.9.92).1.0-RC2Jamey Sharp3-1/+83
2006-10-07Make CompositeGlyphs* usable.Jamey Sharp1-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-07Add <import>xproto</import> explicitly to extensions that use xproto.Josh Triplett13-3/+23
2006-10-07Change "union" to "xidunion" for XID unions like DRAWABLE and FONTABLEJosh Triplett3-14/+23
2006-10-06KEYCODE and BUTTON should become typedefs of CARD8, not CARD32Josh Triplett1-2/+2