descriptionEvolve keyboard layouts
ownerknittl89+git@googlemail.com
last changeSun, 2 Jan 2011 10:56:36 +0000 (2 11:56 +0100)
content tags
add:
readme
Evolve keyboard layouts based on a bunch of options and weighting functions. The repository was imported from hg to git. The git repo is used to port the python code (slow) to c++ (fast)
shortlog
2011-01-02 Daniel Knittl... WIPWIPmaster
2010-10-14 Daniel Knittl... parse ngram files into a map<string, long>
2010-10-14 Daniel Knittl... Merge branch 'glibmm'
2010-10-05 Daniel Knittl... const operator[] and operator()glibmm
2010-10-05 Daniel Knittl... make keys accessible by rows/cols
2010-10-05 Daniel Knittl... check upper bound while converting to string
2010-10-05 Daniel Knittl... Small fixes
2010-10-05 Daniel Knittl... toString now returns the multiline string
2010-10-05 Daniel Knittl... recheck_layout now stores layouts using glibmm
2010-10-05 Daniel Knittl... allow adding of characters and unicode strings to a...
2010-10-05 Daniel Knittl... internally use a vector to store keyboard map
2010-10-04 Daniel Knittl... output actual characters instead of codepoints
2010-10-04 Daniel Knittl... testing glibmm integration and unicode-support
2010-10-03 Daniel Knittl... do not use `fstream::good()`, but use a nice for-loop
2010-10-03 Daniel Knittl... new struct `finger_cost`
2010-10-03 Daniel Knittl... Ported most of config
...
heads
13 years ago master
13 years ago WIP
13 years ago glibmm
13 years ago wip