summaryrefslogtreecommitdiff
path: root/src/xproto.xml
AgeCommit message (Expand)AuthorFilesLines
2020-10-03Fix typo in documentationSamanta Navarro1-1/+1
2017-01-24Add missing alignment padding to SetupRequest structaarzilli1-0/+2
2015-10-26Fix examples which use xcb_connection instead of the correct xcb_connection_t.Ingo Bürk1-10/+10
2015-10-26xproto: struct "HOST": add explicit align padChristian Linhart1-0/+1
2015-10-26xproto: add explicit align-pad in struct SetupChristian Linhart1-0/+1
2015-02-22Replace valueparam with switch-bitcase in XprotoJaya Tiwari1-19/+395
2014-07-20xproto: Fix EnterNotify documentationDaniel Martin1-4/+4
2013-12-14Rename ge events to GeGeneric eventsUli Schlachter1-1/+1
2013-11-06Define X generic event structureKeith Packard1-1/+15
2013-08-25xproto: Use explicit enum valueDaniel Martin1-68/+68
2013-08-15xproto: Fix GContext error references in documentationDaniel Martin1-9/+9
2012-03-26xproto: add doc tags, xcbgen: handle doc tagsMichael Stapelberg1-7/+2789
2012-01-11Fix 9efd2ac87b9eca51d07173cf33d48f4d3b77509e field nameJulien Danjou1-2/+2
2012-01-11Fix SetFontPath path string encodingRobert Ancell1-1/+4
2012-01-11Fix ChangeHosts address stringRobert Ancell1-1/+1
2011-10-03Add missing padding bytes to ChangeKeyboardMapping requestAlex Plotnick1-0/+1
2010-10-21xproto: fix TranslateCoordinates replyJulien Cristau1-2/+2
2009-11-06Add pre-defined atoms to Atom enumPeter Harris1-0/+69
2009-10-21Re-fix the ConfigureWindow request padding issue.Eamon Walsh1-0/+2
2009-10-21Revert "made changes to support new value-mask-pad field of valueparam struct...Eamon Walsh1-1/+0
2009-04-21Merge branch 'enum'Peter Harris1-0/+1
2009-04-21Add enum references to fields in XInputExtensionPeter Harris1-0/+1
2009-04-07Correct the length calculation for the value field of GetPropertyReply.Eamon Walsh1-1/+7
2009-04-06Fix miter spellingJulien Danjou1-1/+1
2009-03-19Move enums above their first use in xproto.xmlPeter Harris1-36/+35
2009-02-25Add a variety of 'None' enum types and altenum references.Peter Harris1-26/+50
2009-02-19Add (and use) KeyButMask enum.Peter Harris1-5/+21
2009-02-19Add (and use) Time/CurrentTime enum.Peter Harris1-13/+17
2009-02-19Add altenum (non-exhaustive enum)Peter Harris1-7/+7
2009-02-19Most usages of ModMask may also take the special value "Any".Peter Harris1-0/+1
2009-01-05Add missing enum references to xproto.xmlPeter Harris1-25/+25
2009-01-05Associate fields with the enum which describes their allowed values.Antoine Latter1-60/+60
2008-12-29Add padding to the setup request struct as required by the protocol.Antoine Latter1-0/+2
2008-11-19Change type="CARD8" to type="char" where the X specs require a STRING8Thomas Hunger1-1/+1
2008-09-05xproto: add missing padding bytesJulien Danjou1-0/+35
2008-09-03Replaced hex-values with decimal onesCarsten Meier1-16/+16
2008-09-03made changes to support new value-mask-pad field of valueparam structuresBart Massey1-0/+1
2008-08-28xproto: fix alignment for RotateProperties requestJulien Danjou1-0/+1
2007-12-01Bugfix: GetKeyboardMapping's keysyms list had the wrong length.Jamey Sharp1-4/+1
2006-11-11Bug #8973: In UngrabKey, the 'key' field is of type KEYCODE, not the more gen...Jamey Sharp1-1/+1
2006-11-01Fix cap style enumeration (bug #8857).Ian Osgood1-2/+2
2006-10-20Fix GrabMode enumeration (reported by Yang JianJun)Ian Osgood1-2/+2
2006-10-07Change "union" to "xidunion" for XID unions like DRAWABLE and FONTABLEJosh Triplett1-8/+8
2006-10-06KEYCODE and BUTTON should become typedefs of CARD8, not CARD32Josh Triplett1-2/+2
2006-10-06Replace structures attempting to provide C type safety with CARD32 typedefsJosh Triplett1-15/+5
2006-09-18XCBButton -> XCBButtonIndex. XCBHost -> XCBHostMode. XCBSetupReq -> XCBSetupR...TORRI Vincent1-3/+3
2006-08-07Remove combine-adjacent tag on PolyPoint: it will not work for some forms of ...Jamey Sharp1-1/+2
2006-06-15Remove arbitrary division between xcb_types and xproto by mergingJosh Triplett1-0/+208
2006-04-28Move the remainder of the constants in X.h into XML enumerations.Ian Osgood1-7/+221
2006-04-19Merge branch 'master' of git+ssh://iano@git.freedesktop.org/git/xcbIan Osgood1-2/+0