Add getter and setter for parser flags
[platform/upstream/kbd.git] / src /
2013-07-24 Alexey GladkovAdd getter and setter for parser flags
2013-07-23 Alexey GladkovRename *_exist to *_exists
2013-07-22 Alexey GladkovFix libkeymap.pc installation
2013-07-22 Alexey GladkovAdd generation of documentation using doxygen
2013-06-19 Alexey GladkovAdd wrapper to initialize array
2013-06-19 Alexey GladkovFix distcheck
2013-06-19 Alexey GladkovAdd pkgconfig file
2013-06-18 Alexey GladkovCreate lk_table_shape flag
2013-06-18 Alexey GladkovRename struct keymap to lk_ctx
2013-06-15 Alexey GladkovRewrite func_table to dynamic array
2013-06-07 Alexey GladkovRewrite accent_table to dynamic array
2013-05-29 Alexey Gladkovlk_dump_bkeymap takes the output stream as argument
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-05-02 Alexey GladkovFix bug in previous commit
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-27 Alexey GladkovRemove state_ptr variable
2013-04-26 Alexey GladkovFix keymaps stack processing
2013-04-18 Alexey GladkovAdd lk_get_charset function
2013-04-17 Alexey GladkovRename lk_remove_key to lk_del_key, unify arguments...
2013-04-15 Alexey GladkovAdd functions to setup the logging
2013-04-14 Alexey GladkovFix memory leak
2013-04-14 Alexey GladkovFix undefined return value
2013-04-14 Alexey Gladkovanalyze.l: Fix potential memory leak
2013-04-11 Alexey Gladkovkmap: Change indentation
2013-04-11 Alexey GladkovRemove extra argument of lk_add_map
2013-04-09 Alexey Gladkovdump: Remove new line from output
2013-04-09 Alexey GladkovShow all keymap if FULL_TABLE specified
2013-04-09 Alexey GladkovUtils use _GNU_SOURCE
2013-04-02 Alexey GladkovAdd lk_get_func function
2013-03-30 Alexey GladkovAdd lk_get_key function
2013-03-23 Alexey GladkovDo not use _GNU_SOURCE
2013-03-23 Alexey GladkovDrop attr_* defines
2013-03-23 Alexey GladkovRewrite logging
2013-03-14 Alexey GladkovChange return code from lk_free
2013-03-09 Alexey GladkovCheck incoming pointer
2013-02-25 Alexey Gladkovlibkeymap: Do not dump diacr values if lk_dump_keymap...
2013-02-25 Alexey Gladkovlibkeymap: Add lk_add_diacr function
2013-02-25 Alexey Gladkovlk_free: Free func_table
2013-02-24 Alexey GladkovBig rename functions and source files
2013-02-22 Alexey Gladkovlibkeymap: Fix build warnings
2013-02-22 Alexey Gladkovlibkeymap: Export only lk_* symbols
2013-02-21 Alexey Gladkovksyms: All arrays are readonly
2013-02-21 Alexey GladkovSet charset through the struct kmap
2013-02-20 Alexey Gladkovksyms: Global syms[] and charsets[] shouldn't be modified
2013-02-19 Alexey GladkovSplit ksyms source
2013-02-18 Alexey GladkovSplit header files on public and private and add lk_...
2013-01-21 Alexey GladkovMake it possible to build libkeymap out-of-tree
2013-01-20 Alexey GladkovMerge branch 'master' into loadkeys
2013-01-20 Mike Frysingerfix parallel builds
2013-01-20 Mike Frysingerdelete unused var
2013-01-06 Alexey Gladkovdumpkeys: Use libkeymap
2013-01-06 Alexey GladkovAdd summary functions
2013-01-05 Alexey GladkovIgnore K_NOSUCHMAP keycode
2013-01-04 Alexey GladkovAdd get_diacrs() and top level functions
2013-01-03 Alexey Gladkovlibkeymap: Add Makefile.am
2013-01-03 Alexey GladkovAdd functions to load data from the kernel
2013-01-03 Alexey Gladkovdump: Fix overflow of 'defining' variable
2012-12-11 Alexey GladkovFix regression in 16117ce6ab
2012-12-03 Mike Frysingerfix loadkeys.analyze lex handling
2012-12-03 Mike Frysingerfix various vlock build errors
2012-11-25 Alexey GladkovMove libkeymap to separate directory
2012-11-21 Alexey GladkovAdded output functions with temporary names to avoid...
2012-11-16 Alexey Gladkovvlock: Internationalization
2012-11-15 Alexey GladkovDelete the files generated by flex and bison
2012-11-15 Petr Pisarvlock: erases scroll-back buffer
2012-10-26 Alexey GladkovFix regression in 16117ce6ab
2012-10-11 Alexey GladkovRemove unnecessary include
2012-10-04 Alexey GladkovAdd libkeymap internal library
2012-09-24 Alexey Gladkovfindfile: Mark as "const" read only arguments
2012-09-13 Alexey Gladkovksyms: Remove unused chosen_charset
2012-09-07 Alexey Gladkovksyms: Do not output messages directly
2012-09-07 Alexey Gladkovksyms: Use struct keymap
2012-09-06 Alexey GladkovFix unused parameters
2012-09-06 Alexey GladkovReorder functions in source code
2012-09-06 Alexey Gladkovdumpkeys: Add the missing short options
2012-09-05 Alexey GladkovFunction do_constant went back to the internal context
2012-09-05 Alexey GladkovAdd the generated files to CLEANFILES
2012-09-05 Alexey GladkovSplit loadkeys utility and parser
2012-09-04 Alexey GladkovDelete the files generated by flex and bison
2012-09-04 Alexey GladkovWorkaround a mutual dependence between loadkeyes.h...
2012-08-29 Alexey GladkovDefine logging levels
2012-08-29 Alexey GladkovRewrite parser logging
2012-08-24 Alexey Gladkovloadkeys: Fix yylineno
2012-08-24 Alexey Gladkovloadkeys: Rewrite the parser to reentrant mode
2012-08-19 Alexey Gladkovloadkeys: Use kbsentry only inside parser
2012-08-13 Alexey Gladkovloadkeys: Move to a separate structure all keymap depen...
2012-08-09 Alexey Gladkovloadkeys: Split variables between loadkeys.y and loadke...
2012-08-08 Alexey Gladkovloadkeys: Split flags that are used in the rules parser...
2012-08-08 Alexey Gladkovloadkeys: Remove OPT_QUIET option
2012-08-07 Alexey Gladkovloadkeys: Fix lkerror
2012-08-05 Alexey Gladkovloadkeys: Move prefer_unicode to loadkeys.y
2012-07-28 Alexey Gladkovloadkeys: Move code changes prefer_unicode variable...
2012-07-28 Alexey VoinovRemove unused func_buf and fp
2012-07-28 Alexey VoinovSimplify addfunc
2012-07-27 Alexey VoinovDon't use func_buf in mktable
2012-07-12 Alexey Gladkovloadkeys: Use enum for options
2012-07-12 Alexey Gladkovloadkeys: Remove unused global variable private_error_ct
next