keymap-dump: follow xkbcomp in printing affect=both in pointer actions
[platform/upstream/libxkbcommon.git] / src / xkbcomp / ast.h
2019-11-12 Ran Benitaast: use a separate expr struct for action list
2018-07-30 Ran Benitaxkbcomp: fix crashes in the parser when geometry tokens...
2014-10-18 Ran Benitaxkbcomp: remove file->topName
2014-02-08 Ran BenitaPartially revert "ast: pack the ParseCommon struct"
2014-02-07 Ran Benitaast: use more suitable types in a few ast nodes
2014-02-07 Ran Benitaast: make symsMapIndex unsigned
2013-12-14 Ran Benitaast: pack the ParseCommon struct
2013-12-01 Ran Benitaexpr: split expression types and allocate them separately
2013-12-01 Ran Benitaparser, symbols: drop unnecessary casts
2013-12-01 Ran Benitaexpr: add constructor for boolean expressions
2013-11-30 Ran Benitaexpr: add 'ident' value to ExprDef union
2013-11-27 Ran BenitaResolve keysyms early in parser
2013-03-18 Ran BenitaRemove file_id entirely
2013-03-18 Ran BenitaChange 'indicator' to 'led' everywhere possible
2012-10-06 Ran BenitaOmit struct '_Name' from non-recursive struct typedefs
2012-09-27 Ran BenitaFix type of keycode in parser and ast
2012-09-27 Ran BenitaDon't limit key names to 4 characters
2012-09-12 Daniel StoneCopyright updates
2012-09-10 Daniel Stonekbproto unentanglement: XkbLC_*
2012-09-10 Daniel Stonekbproto untanglement: XkbKeyNameLength
2012-09-02 Ran BenitaMove enum xkb_file_type to xkbcomp/ast.h
2012-09-02 Ran Benitaexpr: move op_type/value_type_to_string functions to ast
2012-09-01 Ran BenitaOrganize xkbcomp/ header files