platform/upstream/kbd.git
2014-03-23 Marko MyllynenRemove old and obsolete fi.map
2014-03-15 Aaro Koskinenlibkeymap: fix kmap on big-endian machines
2014-03-15 Marko Myllyneneurlatgr: readd accidentally dropped remappings
2014-03-07 Marko Myllyneneurlatgr: fix U+2191 / U+2192
2014-03-07 Marko MyllynenAdd README.eurlatgr
2014-02-18 Alexey Gladkoveurlatgr - new Linux console font
2014-01-06 Mike Frysingerlibkeymap: include stdarg.h where used
2014-01-06 Alexey Gladkovdocs: Add header for libkeymap
2014-01-04 Alexey GladkovAdd functions to convert ksyms
2014-01-02 Alexey GladkovAdd functions to get the total number of elements
2014-01-02 Alexey GladkovFix runtime warinings
2013-12-14 Alexey GladkovAdd lk_fpopen
2013-11-25 Dmitry V. Levinvlock: introduce short delays after non-fatal PAM errors
2013-11-25 Dmitry V. Levinvlock: rename ERROR_TIMEOUT macro to LONG_DELAY
2013-11-25 Dmitry V. Levinvlock: implement PAM account and password management
2013-11-01 Alexey GladkovSet 2.0.1 version
2013-11-01 Alexey Gladkovcontrib: Add utility to remove all kernel keymaps
2013-11-01 Alexey GladkovDisable arch-specific test for now
2013-10-10 Alexey GladkovRename bepo keymaps
2013-10-07 Alexey Gladkovparser: Merge fullline and singleline rule
2013-10-07 Alexey GladkovFix alt_is_meta regression
2013-08-18 Alexey GladkovSet 2.0.0 version
2013-08-13 Alexey GladkovMerge branch 'libkeymap'
2013-08-13 Alexey GladkovAdd bepo keyboard layout
2013-07-27 Alexey GladkovMove lk_ctx content to private part of library
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-30 Emanuele TomasiNew it.map
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-23 Alexey GladkovAdd goals for packaging and publication
2013-04-23 Alexey Gladkovtests: Fix distcheck
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 Gladkovtests: Add test for keymaps line
2013-04-09 Alexey Gladkovtests: Add lost testcase
2013-04-09 Alexey Gladkovtests: Add tests for dumpkeys functions
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 some tests
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 Frysingerignore new files
2013-01-20 Mike Frysingerfix parallel builds
2013-01-20 Mike Frysingerdelete unused var
2013-01-20 Mike Frysingerfix up libtool warnings
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-05 Alexey GladkovSet 1.15.5 version
2012-12-05 Alexey Gladkovpo: Update vi.po from translationproject.org
2012-12-03 Alexey GladkovUpdate changelog and increase version (1.15.5wip)
2012-12-03 Alexey GladkovFix msgstr in es.po and update translations
2012-12-03 Mike Frysingerignore config.cache files
next