symbols: steal keys and modmaps when merging if possible
[platform/upstream/libxkbcommon.git] / src / xkbcomp / ast-build.c
2014-02-08 Ran BenitaUse unsigned int for saving darray_size return value
2014-02-07 Ran Benitaast: use more suitable types in a few ast nodes
2014-01-13 Ran Benitakeymap: move XkbEscapeMapName() to keymap.c.
2013-12-01 Ran Benitaexpr: make Expr creation naming and file location consi...
2013-12-01 Ran Benitaexpr: add wrapper macro for ExprCreate
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: use ExprCreate in more places
2013-12-01 Ran Benitaexpr: add constructor for boolean expressions
2013-12-01 Ran Benitaexpr: add constructors for more expression types
2013-11-30 Ran Benitaexpr: add 'ident' value to ExprDef union
2013-11-27 Ran BenitaResolve keysyms early in parser
2013-07-18 Ran Benitaxkbcomp: escape the section names before storing them...
2013-03-18 Ran BenitaRemove file_id entirely
2013-03-18 Ran Benitaast-build: remove malloc_or_die
2013-03-18 Ran Benitaast: add error handling to XkbFileFromComponents
2013-03-18 Ran Benitaast: constify argument
2013-03-18 Ran BenitaChange 'indicator' to 'led' everywhere possible
2012-10-11 Ran Benitaast: simplify AppendStmt
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-23 Ran BenitaDon't choke on RMLVO layout string with holes
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 Benitaxkbcomp: clean up compile_keymap function
2012-09-02 Ran Benitaexpr: move op_type/value_type_to_string functions to ast
2012-09-01 Ran BenitaOrganize xkbcomp/ header files