Skip to content
Permalink
Branch: master
Commits on Mar 3, 2019
  1. Merge pull request #194 from guppyfaced/mapdvorak

    kernc committed Mar 3, 2019
    Added English dvorak mapping. Tested and working
Commits on Apr 19, 2018
  1. Update Italian keymap (thanks @gnaomo)

    kernc committed Apr 19, 2018
    Closes #182
Commits on Oct 3, 2017
  1. Merge pull request #172 from nico202/dev

    kernc committed Oct 3, 2017
    Process CLI args even without root
Commits on Aug 22, 2016
  1. Merge pull request #158 from sateler/getopt_api_bugfix

    kernc committed Aug 22, 2016
    getopt API uses int as return value, bugfix.
Commits on Aug 18, 2016
  1. Merge pull request #155 from sateler/run_in_foreground_option

    kernc committed Aug 18, 2016
    Added flag to run in foreground, no daemon (--no-daemon switch)
Commits on Aug 16, 2016
  1. Merge pull request #156 from sateler/output_stdout

    kernc committed Aug 16, 2016
    Added option to print to standard output
Commits on Jul 31, 2016
  1. Merge pull request #153 from kernc/travis

    kernc committed Jul 31, 2016
    Add .travis.yml
  2. Add .travis.yml

    kernc committed Jul 31, 2016
Commits on Feb 15, 2016
  1. Merge pull request #147 from jzohrab/add_cs_CZ_map

    kernc committed Feb 15, 2016
    Added Czech Republic keymap.
Commits on Feb 12, 2016
  1. Merge pull request #146 from jzohrab/doc_fixes

    kernc committed Feb 12, 2016
    Doc fixes
Commits on Feb 11, 2016
  1. Merge pull request #144 from jzohrab/add_keymaps

    kernc committed Feb 11, 2016
    Add keymaps supplied in issues
    
    Closes #121
    closes #123
    closes #119
    closes #88
  2. Merge pull request #143 from jzohrab/cleanup_build

    kernc committed Feb 11, 2016
    Cleanup build
Commits on Feb 10, 2016
  1. Merge pull request #142 from jzohrab/documentation_updates

    kernc committed Feb 10, 2016
    Documentation updates
Commits on Feb 7, 2016
  1. Merge pull request #140 from jzohrab/ignore_generated_files

    kernc committed Feb 7, 2016
    Ignore artifacts generated during configure.
Commits on Feb 6, 2016
  1. Merge pull request #139 from jzohrab/recognize_logitech

    kernc committed Feb 6, 2016
    Recognize Logitech
    
    Closes #136, closes #134, closes #129, closes #120, closes #126, closes #90, closes #105, closes #116
Commits on Nov 10, 2015
  1. Merge pull request #131 from Kluts/master

    kernc committed Nov 10, 2015
    Added directory with all 19 existing keymap files.
Commits on Feb 6, 2012
  1. forgot to autoreconf after version increase

    kernc committed Feb 6, 2012
    git-svn-id: https://logkeys.googlecode.com/svn/trunk@102 c501e62c-e7d1-11de-a198-37193048d1ed
Commits on Jan 30, 2012
  1. updated version string so it reflects SVN

    kernc committed Jan 30, 2012
    git-svn-id: https://logkeys.googlecode.com/svn/trunk@94 c501e62c-e7d1-11de-a198-37193048d1ed
Commits on Jan 10, 2012
  1. Fixed issue 45 (only --post-size rewrites old log)

    kernc committed Jan 10, 2012
    git-svn-id: https://logkeys.googlecode.com/svn/trunk@93 c501e62c-e7d1-11de-a198-37193048d1ed
Commits on Jan 4, 2012
  1. Hopefully fixes issue http://code.google.com/p/logkeys/issues/detail?…

    kernc committed Jan 4, 2012
    …id=42 (Couldn't determine keyboard device). We have a new heuristic! :D
    
    git-svn-id: https://logkeys.googlecode.com/svn/trunk@92 c501e62c-e7d1-11de-a198-37193048d1ed
Commits on Dec 23, 2010
  1. Changed to ['file'] in man file.

    kernc committed Dec 23, 2010
    git-svn-id: https://logkeys.googlecode.com/svn/trunk@77 c501e62c-e7d1-11de-a198-37193048d1ed
Commits on Aug 19, 2010
  1. Device detection now obtains event index by parsing 'Handlers' line.

    kernc committed Aug 19, 2010
    git-svn-id: https://logkeys.googlecode.com/svn/trunk@74 c501e62c-e7d1-11de-a198-37193048d1ed
  2. Replaced all char*s in args struct with std::strings -- safer.

    kernc committed Aug 19, 2010
    git-svn-id: https://logkeys.googlecode.com/svn/trunk@73 c501e62c-e7d1-11de-a198-37193048d1ed
  3. Added 'Microsoft' to the list of keywords for auto device discovery. …

    kernc committed Aug 19, 2010
    …The approach is shit. :D
    
    git-svn-id: https://logkeys.googlecode.com/svn/trunk@72 c501e62c-e7d1-11de-a198-37193048d1ed
  4. Fixed some IF conditions regarding --export-keymap switch.

    kernc committed Aug 19, 2010
    git-svn-id: https://logkeys.googlecode.com/svn/trunk@71 c501e62c-e7d1-11de-a198-37193048d1ed
Commits on Jul 13, 2010
  1. there was a serious "condition" error in set_utf8_locale(), which pre…

    kernc committed Jul 13, 2010
    …vented "finding" UTF-8 even when it's there, now fixed
    
    git-svn-id: https://logkeys.googlecode.com/svn/trunk@68 c501e62c-e7d1-11de-a198-37193048d1ed
  2. updated args.cc so there are no 0bXXXX binary constants defined (repl…

    kernc committed Jul 13, 2010
    …aced with hexadecimal 0xXXXX), because they seem to cause errors on older g++
    
    git-svn-id: https://logkeys.googlecode.com/svn/trunk@67 c501e62c-e7d1-11de-a198-37193048d1ed
Commits on Jun 4, 2010
  1. Hopefully final in a serie of minor doc-related updates in this "iter…

    kernc committed Jun 4, 2010
    …ation."
    
    git-svn-id: https://logkeys.googlecode.com/svn/trunk@53 c501e62c-e7d1-11de-a198-37193048d1ed
  2. Mentioned llk and llkk in the ChangeLog, and added more --post-size i…

    kernc committed Jun 4, 2010
    …nfo in the man file.
    
    git-svn-id: https://logkeys.googlecode.com/svn/trunk@49 c501e62c-e7d1-11de-a198-37193048d1ed
  3. Several minor doc-related edits.

    kernc committed Jun 4, 2010
    git-svn-id: https://logkeys.googlecode.com/svn/trunk@47 c501e62c-e7d1-11de-a198-37193048d1ed
  4. Edited README file: added Troubleshooting section.

    kernc committed Jun 4, 2010
    git-svn-id: https://logkeys.googlecode.com/svn/trunk@46 c501e62c-e7d1-11de-a198-37193048d1ed
  5. Minor update to the man file.

    kernc committed Jun 4, 2010
    git-svn-id: https://logkeys.googlecode.com/svn/trunk@45 c501e62c-e7d1-11de-a198-37193048d1ed
Commits on May 31, 2010
  1. Distribution archive didn't contain all source files, now fixed.

    kernc committed May 31, 2010
    git-svn-id: https://logkeys.googlecode.com/svn/trunk@44 c501e62c-e7d1-11de-a198-37193048d1ed
  2. Implemented HTTP log POSTing and IRC posting, which is undocumented a…

    kernc committed May 31, 2010
    …s it doesn't work. This is also a 0.1.1a release.
    
    git-svn-id: https://logkeys.googlecode.com/svn/trunk@43 c501e62c-e7d1-11de-a198-37193048d1ed
Older
You can’t perform that action at this time.