summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add attributions in debian/changelog entry for 0.9.92-1debian-0.9.92-1Josh Triplett2006-10-081-0/+2
* Ignore the deletion of debian/ from master.Jamey Sharp2006-10-080-0/+0
|\
| * Move debian/ directory to new branch "debian".Jamey Sharp2006-10-076-106/+0
* | Update Debian packaging for 1.0 RC2 release.Jamey Sharp2006-10-086-4/+25
|/
* Release xcb-proto 1.0 RC2 (0.9.92).1.0-RC2Jamey Sharp2006-10-073-1/+83
* 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
* Release xcb-proto 1.0 RC1 (0.9.91).1.0-RC1Jamey Sharp2006-09-251-1/+1
* Stop installing the protocol descriptions for extensions to an extensions/Josh Triplett2006-09-251-23/+24
* Move XML protocol descriptions to $datadir/xcb (generally $prefix/share/xcb).Jamey Sharp2006-09-252-2/+3
* Integrate top-level .gitignore into .gitignore for each subdirectoryJosh Triplett2006-09-241-0/+30
* 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-156-254/+223
* 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
* Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcbJosh Triplett2006-04-292-3/+4
|\
| * Set distribution to experimental.Josh Triplett2006-04-291-2/+3
| * Remove Bugs field in debian/control, so bugs go to the Debian BTS.Josh Triplett2006-04-292-2/+2
* | 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
* Fix the year in the other COPYING.Josh Triplett2006-04-271-1/+1
* Add test program for XFree86-DRI extension to xcb-demo. Mark XFree86-DRI ext...Josh Triplett2006-04-271-1/+1
* Add some additional extensions from xdpyinfo to the TODO list.Josh Triplett2006-04-271-1/+9
* Fix typo in TODO.Josh Triplett2006-04-271-1/+1
* Update TODO for XTEST implementation.Josh Triplett2006-04-271-4/+2
* 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-1910-48/+63
|\
| * * Validate the protocol descriptions during the build:Josh Triplett2006-04-163-2/+7
| * Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcbJosh Triplett2006-04-161-4/+5
| |\