Change the API for working with the diacritical table
[platform/upstream/kbd.git] / src / libkeymap / parser.y
2014-06-25 Alexey GladkovChange the API for working with the diacritical table
2014-06-22 Alexey GladkovChange lk_add_diacr declaration
2014-06-15 Alexey GladkovHide syms array
2013-10-07 Alexey Gladkovparser: Merge fullline and singleline rule
2013-08-13 Alexey GladkovMerge branch 'libkeymap'
2013-07-27 Alexey GladkovMove lk_ctx content to private part of library
2013-07-23 Alexey GladkovRename *_exist to *_exists
2013-06-18 Alexey GladkovRename struct keymap to lk_ctx
2013-05-29 Alexey GladkovRemove static arrays that is used internally for the...
2013-05-26 Alexey GladkovRemove static arrays for keymaps and keys
2013-04-29 Alexey GladkovRename LKFLAG_* on LK_FLAG_*
2013-04-29 Alexey GladkovReplace prefer_unicode with LKFLAG_PREFER_UNICODE
2013-04-29 Alexey GladkovReplace variables for keywords with flags
2013-04-17 Alexey GladkovRename lk_remove_key to lk_del_key, unify arguments...
2013-04-11 Alexey GladkovRemove extra argument of lk_add_map
2013-03-23 Alexey GladkovDrop attr_* defines
2013-03-23 Alexey GladkovRewrite logging
2013-02-24 Alexey GladkovBig rename functions and source files
2013-02-21 Alexey GladkovSet charset through the struct kmap
2013-02-18 Alexey GladkovSplit header files on public and private and add lk_...