summaryrefslogtreecommitdiff
path: root/src/xkbcomp/ast.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for modmap None (#291)Wismill2023-05-011-0/+1
* ast: remove comment re. anonymous structRan Benita2021-03-301-1/+0
* ast: use a separate expr struct for action listRan Benita2019-11-121-0/+7
* xkbcomp: fix crashes in the parser when geometry tokens appearRan Benita2018-07-301-0/+7
* xkbcomp: remove file->topNameRan Benita2014-10-181-1/+0
* Partially revert "ast: pack the ParseCommon struct"Ran Benita2014-02-081-3/+1
* ast: use more suitable types in a few ast nodesRan Benita2014-02-081-2/+2
* ast: make symsMapIndex unsignedRan Benita2014-02-081-1/+1
* ast: pack the ParseCommon structRan Benita2013-12-141-2/+4
* expr: split expression types and allocate them separatelyRan Benita2013-12-011-32/+83
* parser, symbols: drop unnecessary castsRan Benita2013-12-011-1/+1
* expr: add constructor for boolean expressionsRan Benita2013-12-011-1/+1
* expr: add 'ident' value to ExprDef unionRan Benita2013-11-301-0/+1
* Resolve keysyms early in parserRan Benita2013-11-271-2/+2
* Remove file_id entirelyRan Benita2013-03-181-1/+0
* Change 'indicator' to 'led' everywhere possibleRan Benita2013-03-181-4/+4
* Omit struct '_Name' from non-recursive struct typedefsRan Benita2012-10-061-12/+12
* Fix type of keycode in parser and astRan Benita2012-09-271-1/+1
* Don't limit key names to 4 charactersRan Benita2012-09-271-5/+5
* Copyright updatesDaniel Stone2012-09-121-0/+23
* kbproto unentanglement: XkbLC_*Daniel Stone2012-09-101-1/+12
* kbproto untanglement: XkbKeyNameLengthDaniel Stone2012-09-101-5/+5
* Move enum xkb_file_type to xkbcomp/ast.hRan Benita2012-09-021-0/+25
* expr: move op_type/value_type_to_string functions to astRan Benita2012-09-021-1/+15
* Organize xkbcomp/ header filesRan Benita2012-09-011-0/+223