summaryrefslogtreecommitdiff
path: root/src/xproto.xml
Commit message (Expand)AuthorAgeFilesLines
* xproto.xml: Update doc text for GrabKeyAlan Coopersmith2021-06-011-8/+5
* Fix typo in documentationSamanta Navarro2020-10-031-1/+1
* Add missing alignment padding to SetupRequest structaarzilli2017-01-241-0/+2
* Fix examples which use xcb_connection instead of the correct xcb_connection_t.Ingo Bürk2015-10-261-10/+10
* xproto: struct "HOST": add explicit align padChristian Linhart2015-10-261-0/+1
* xproto: add explicit align-pad in struct SetupChristian Linhart2015-10-261-0/+1
* Replace valueparam with switch-bitcase in XprotoJaya Tiwari2015-02-221-19/+395
* xproto: Fix EnterNotify documentationDaniel Martin2014-07-201-4/+4
* Rename ge events to GeGeneric eventsUli Schlachter2013-12-141-1/+1
* Define X generic event structureKeith Packard2013-11-061-1/+15
* xproto: Use explicit enum valueDaniel Martin2013-08-251-68/+68
* xproto: Fix GContext error references in documentationDaniel Martin2013-08-151-9/+9
* xproto: add doc tags, xcbgen: handle doc tagsMichael Stapelberg2012-03-261-7/+2789
* Fix 9efd2ac87b9eca51d07173cf33d48f4d3b77509e field nameJulien Danjou2012-01-111-2/+2
* Fix SetFontPath path string encodingRobert Ancell2012-01-111-1/+4
* Fix ChangeHosts address stringRobert Ancell2012-01-111-1/+1
* Add missing padding bytes to ChangeKeyboardMapping requestAlex Plotnick2011-10-031-0/+1
* xproto: fix TranslateCoordinates replyJulien Cristau2010-10-211-2/+2
* Add pre-defined atoms to Atom enumPeter Harris2009-11-061-0/+69
* Re-fix the ConfigureWindow request padding issue.Eamon Walsh2009-10-211-0/+2
* Revert "made changes to support new value-mask-pad field of valueparam struct...Eamon Walsh2009-10-211-1/+0
* Merge branch 'enum'Peter Harris2009-04-211-0/+1
|\
| * Add enum references to fields in XInputExtensionPeter Harris2009-04-211-0/+1
* | Correct the length calculation for the value field of GetPropertyReply.Eamon Walsh2009-04-071-1/+7
* | Fix miter spellingJulien Danjou2009-04-061-1/+1
|/
* Move enums above their first use in xproto.xmlPeter Harris2009-03-191-36/+35
* Add a variety of 'None' enum types and altenum references.Peter Harris2009-02-251-26/+50
* Add (and use) KeyButMask enum.Peter Harris2009-02-191-5/+21
* Add (and use) Time/CurrentTime enum.Peter Harris2009-02-191-13/+17
* Add altenum (non-exhaustive enum)Peter Harris2009-02-191-7/+7
* Most usages of ModMask may also take the special value "Any".Peter Harris2009-02-191-0/+1
* Add missing enum references to xproto.xmlPeter Harris2009-01-051-25/+25
* Associate fields with the enum which describes their allowed values.Antoine Latter2009-01-051-60/+60
* Add padding to the setup request struct as required by the protocol.Antoine Latter2008-12-291-0/+2
* Change type="CARD8" to type="char" where the X specs require a STRING8Thomas Hunger2008-11-191-1/+1
* xproto: add missing padding bytesJulien Danjou2008-09-051-0/+35
* Replaced hex-values with decimal onesCarsten Meier2008-09-031-16/+16
* made changes to support new value-mask-pad field of valueparam structuresBart Massey2008-09-031-0/+1
* xproto: fix alignment for RotateProperties requestJulien Danjou2008-08-281-0/+1
* Bugfix: GetKeyboardMapping's keysyms list had the wrong length.Jamey Sharp2007-12-011-4/+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
* Fix GrabMode enumeration (reported by Yang JianJun)Ian Osgood2006-10-201-2/+2
* Change "union" to "xidunion" for XID unions like DRAWABLE and FONTABLEJosh Triplett2006-10-071-8/+8
* 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
* 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
* Remove arbitrary division between xcb_types and xproto by mergingJosh Triplett2006-06-151-0/+208
* Move the remainder of the constants in X.h into XML enumerations.Ian Osgood2006-04-281-7/+221