Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-23 | doc: Remove paragraph that was added by accident | Lars-Dominik Braun | 1 | -5/+0 | |
2020-01-19 | Add Windows driver | Lars-Dominik Braun | 1 | -2/+9 | |
Generate C header file based on layout description and create a source bundle that must be compiled on a Windows system and then moved back to the source tree. This sucks, but cross-compiling on Linux is a pain, since Windows’ development headers assume a case-insensitive filesystem. Also I’m using MSKLC because the latest driver development kit cannot compile these drivers correctly. Dear @microsoft, please fix your shit: https://github.com/microsoft/Windows-driver-samples/issues/433 A remaining concern right now is licensing. keyboard.{c,h,def,rc} have been copied from a project generated by MSKLC and are probably non-free, although pretty much identical files like https://github.com/microsoft/Windows-driver-samples/blob/master/input/layout/kbdus/kbdus.c are covered by MS-PL. Also binds backspace key to \b and adjusts xmodmap/svg rendering accordingly. See #7. | |||||
2019-11-30 | Add link to ASK language pack | Lars-Dominik Braun | 1 | -0/+6 | |
2019-11-16 | doc: Process HTML template with m4 | Lars-Dominik Braun | 1 | -8/+8 | |
Seems to be more reliable than C preprocessor, dependency tracking never really worked anyway. | |||||
2019-11-16 | doc: Auto-generate corpus table | Lars-Dominik Braun | 1 | -28/+5 | |
2019-11-08 | Add OpenSubtitles corpus | Lars-Dominik Braun | 1 | -2/+4 | |
See issue #5. | |||||
2019-11-08 | Add United Nations Parallel Corpus v1.0 | Lars-Dominik Braun | 1 | -7/+11 | |
See issue #5. | |||||
2019-10-03 | text: Add epub reader and hindawi corpus | Lars-Dominik Braun | 1 | -2/+4 | |
See issue #5. | |||||
2019-10-03 | doc: Add hand/finger stats to all layouts | Lars-Dominik Braun | 1 | -16/+18 | |
Adds a preprocessing step to the doc HTML document. | |||||
2019-10-03 | Replace Makefile with ninja | Lars-Dominik Braun | 1 | -6/+35 | |
Also generate and use heatmaps for all layouts by default. | |||||
2019-09-29 | doc: Use HTTPS where possible | Lars-Dominik Braun | 1 | -1/+1 | |
2019-09-26 | plot: Add cumulative letter stats | Lars-Dominik Braun | 1 | -1/+3 | |
2019-09-26 | doc: Add related work | Lars-Dominik Braun | 1 | -4/+284 | |
i.e. Arabic keyboard layouts | |||||
2019-09-17 | Initial import | Lars-Dominik Braun | 1 | -0/+87 | |