summaryrefslogtreecommitdiff
path: root/xcbgen/xtypes.py
AgeCommit message (Expand)AuthorFilesLines
2012-03-26xproto: add doc tags, xcbgen: handle doc tagsHEADmasterMichael Stapelberg1-11/+61
2012-03-23Rename the ExprType "parent" attribute to "parents".Alex Plotnick1-2/+2
2011-05-03Use absolute imports in xcbgen for Python 3 compatibilityDavid Coles1-1/+1
2010-08-16xcbgen: small fix to store anchestor objects more systematicChristoph Reimann1-8/+7
2010-08-02small fix wrt bitcase type namesChristoph Reimann1-5/+4
2010-07-22support name attribute for bitcases and set BitcaseType.has_name accordinglyChristoph Reimann1-1/+11
2010-07-14assign switch name to bitcases as well (important in case of switch that appe...Christoph Reimann1-3/+8
2010-07-13- changed handling of anchestor types (may be more than one now)Christoph Reimann1-2/+147
2010-06-12xcbgen: perform lenfield lookup within all anchestorsChristoph Reimann1-12/+15
2010-05-14Revive support for hex literals in protocolMikhail Gusarov1-2/+2
2009-10-21Revert "made changes to support new value-mask-pad field of valueparam struct...Eamon Walsh1-24/+4
2008-09-03Make bit-numbers available to code-generatorsCarsten Meier1-0/+3
2008-09-03Generate values instead of shift-expressions for enum-bitsCarsten Meier1-2/+1
2008-09-03made changes to support new value-mask-pad field of valueparam structuresBart Massey1-4/+24
2008-07-09Work around a Python bug involving the file name 'types.py'.Eamon Walsh1-0/+469