keymap-dump: unbreak some complex lines
[platform/upstream/libxkbcommon.git] / src / xkbcomp / types.c
2014-02-12 Ran Benitavmod: bring back support for direct vmod -> real mod...
2014-02-09 Ran Benitatypes: steal types when merging if possible
2014-02-09 Ran Benitadoc: move some file comments into txt files in doc/
2014-01-12 Ran Benitaaction, types: remove unused Report functions
2013-07-21 Ran Benitactx: adapt to the len-aware atom functions
2013-07-18 Ran Benitaxkbcomp: escape the section names before storing them...
2013-03-18 Ran Benitakeymap: rename xkb_kt_map_entry to xkb_key_type_entry
2013-03-18 Ran BenitaFix pointer style nit
2013-03-18 Ran Benitatypes: remove file_id
2013-03-18 Ran Benitatypes: put all copy-to-keymap code in one function
2013-03-18 Ran Benitaxkbcomp: handle XKB file include's better
2013-03-18 Ran BenitaMore spelling errors
2013-03-18 Ran BenitaFix dead assignments
2013-03-18 Ran BenitaChange some log functions to take ctx instead of keymap
2012-10-06 Ran Benitaexpr: unify the real and virtual modifier functions
2012-10-06 Ran BenitaRemove now-unneeded mod type annotations
2012-10-06 Ran Benitatext: explicitly take mod_type in mod functions
2012-10-06 Ran BenitaRemove VModInfo for now
2012-10-06 Ran Benitavmod: remove merge argument from HandleVModDef
2012-10-06 Ran BenitaOmit struct '_Name' from non-recursive struct typedefs
2012-09-23 Ran BenitaAPI: add _context prefix to log-related functions
2012-09-14 Ran BenitaClean up Init/Clear functions
2012-09-03 Ran Benitaexpr: make ResolveString return an atom
2012-09-03 Ran Benitalog: replace "priority" by "level" everywhere
2012-09-03 Ran Benitatypes: don't strdup a default name
2012-09-03 Ran Benitatypes: use darray for KeyTypesInfo instead of list
2012-09-03 Ran Benitatypes: remove outdated comments
2012-09-02 Ran Benitaexpr: move op_type/value_type_to_string functions to ast
2012-09-02 Ran Benitaxkbcomp: seperate keymap-copying code from Compile...
2012-09-01 Ran Benitatypes: add "Effects on keymap" to overview
2012-09-01 Ran BenitaOrganize xkbcomp/ header files