summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bug #8990: randr type fixesVincent Torri2006-11-211-14/+14
* Estethic change for attribute parameter namePatrick Guimond2006-11-211-2/+2
* fixed screen parameter type in requestsPatrick Guimond2006-11-211-3/+3
* Changed valueparam arguments for attribute listsPatrick Guimond2006-11-211-15/+36
* Remove support for the <localfield> tag: nothing needs it.Jamey Sharp2006-11-192-8/+1
* Bug #8973: In UngrabKey, the 'key' field is of type KEYCODE, not the more gen...Jamey Sharp2006-11-111-1/+1
* Fix cap style enumeration (bug #8857).Ian Osgood2006-11-011-2/+2
* Update the record extension. Type in the version.Jeremy Kolb jkolb@brandeis.edu2006-10-302-1/+3
* Added major-version and minor-version attributes to the xcb tag.Jeremy Kolb jkolb@brandeis.edu2006-10-2922-23/+45
* Fix GrabMode enumeration (reported by Yang JianJun)Ian Osgood2006-10-201-2/+2
* Move extension descriptions out of extensions/ subdirectoryJosh Triplett2006-10-1523-24/+23
* Oops. keithp told me to forget about videmode.Jeremy Kolb2006-10-121-1/+0
* The Xinerama extension 1.1.Jeremy Kolb2006-10-122-0/+100
* Add REPEAT enumeration to fix bug #8535.Ian Osgood2006-10-081-0/+8
* Make CompositeGlyphs* usable.Jamey Sharp2006-10-071-62/+3
* Add <import>xproto</import> explicitly to extensions that use xproto.Josh Triplett2006-10-0713-3/+23
* Change "union" to "xidunion" for XID unions like DRAWABLE and FONTABLEJosh Triplett2006-10-073-14/+23
* KEYCODE and BUTTON should become typedefs of CARD8, not CARD32Josh Triplett2006-10-061-2/+2
* Replace structures attempting to provide C type safety with CARD32 typedefsJosh Triplett2006-10-061-15/+5
* Stop installing the protocol descriptions for extensions to an extensions/Josh Triplett2006-09-251-23/+24
* The Great XCB RenamingJosh Triplett2006-09-233-40/+40
* XCBButton -> XCBButtonIndex. XCBHost -> XCBHostMode. XCBSetupReq -> XCBSetupR...TORRI Vincent2006-09-181-3/+3
* Remove combine-adjacent tag on PolyPoint: it will not work for some forms of ...Jamey Sharp2006-08-071-1/+2
* add flags for Alarm AttributesTORRI Vincent2006-07-241-0/+9
* Add a useful assertion message if a type gets multiply declared.Jamey Sharp2006-06-151-1/+1
* Bugfix: Make type shadowing go the right way in type.py.Jamey Sharp2006-06-151-1/+1
* Remove arbitrary division between xcb_types and xproto by mergingJosh Triplett2006-06-155-244/+213
* Bugfix for size.py: count padding in struct size.Jamey Sharp2006-06-141-0/+4
* type.py qualifies all type names with the header in which they are defined.Jamey Sharp2006-06-142-13/+83
* Process <import> directives with a new import.py tool.Jamey Sharp2006-06-132-8/+88
* Simpler implementation of AttributesUnion for XML processing.Jamey Sharp2006-06-131-5/+4
* New tool to annotate XML-XCB <field>s with their size in bytes.Jamey Sharp2006-06-131-0/+65
* Update Shape extension to version 1.1Ian Osgood2006-06-061-0/+2
* Screen saver: wrong reply field sizes.Ian Osgood2006-06-061-2/+2
* Update Composite to version 0.3Ian Osgood2006-06-061-1/+16
* Update Render to version 0.10Ian Osgood2006-06-061-42/+66
* Update screen saver protocol to version 1.1Ian Osgood2006-06-061-24/+20
* Update XFixes to protocol version 4.Ian Osgood2006-06-061-13/+14
* num_props is a stupid name, changing to num_properties, it's a bit clearer an...Jeremy Kolb2006-05-091-1/+1
* Get rid of the value list/mask in requests.Jeremy Kolb2006-04-291-6/+7
* Move the remainder of the constants in X.h into XML enumerations.Ian Osgood2006-04-282-7/+235
* Fix incorrect extension xname0.9Alp Toker2006-04-281-1/+1
* Rename ConnSetup* to Setup*, Setup*Rep to Setup*, and SetupSuccess* to Setup*...Jamey Sharp2006-04-261-10/+4
* Changes to makefile to build libXCBxtestIan Osgood2006-04-261-0/+1
* Implement XTest extension and xte demoIan Osgood2006-04-241-0/+104
* Merge branch 'master' of git+ssh://iano@git.freedesktop.org/git/xcbIan Osgood2006-04-193-27/+27
|\
| * Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcbJosh Triplett2006-04-161-4/+5
| |\
| | * Clean up some names.Jeremy Kolb2006-03-281-4/+5
| * | * Actually add extensions/screensaver.xml to Makefile.am, so it gets checkedJosh Triplett2006-04-151-21/+22
| |/
| * Remove outdated comment in xproto.xml; we support ListFontsWithInfo just fineJosh Triplett2006-03-211-2/+0