2024-10-27 02:58 | Reducing xspacing and yspacing to 1 so touchscreen users have less mistyping. | hazardchem | 1 | +2 | -2 |
2023-12-03 16:22 | fix uppercase in armenian (and perhaps some other) layouts | norayr chilingarian | 1 | +10 | -1 |
2023-02-05 10:26 | update LICENSE | Hiltjo Posthuma | 1 | +1 | -0 |
2023-02-04 19:41 | dvorak layout | Norayr Chilingarian | 1 | +70 | -1 |
2023-02-05 10:25 | fix comment style | Hiltjo Posthuma | 2 | +9 | -5 |
2023-01-29 15:22 | armenian layout | Norayr Chilingarian | 2 | +152 | -3 |
2022-01-07 11:38 | bump version to 0.4.1 | Hiltjo Posthuma | 1 | +1 | -1 |
2021-10-08 19:38 | Fix color scheme editing on smiley with Xresources | Justin Torres | 1 | +4 | -4 |
2021-09-30 19:36 | create layout-dependent object files | Max Schillinger | 1 | +4 | -3 |
2021-08-02 14:13 | Add a Serbian layout: layout.sr.h | Страхиња Радић | 1 | +88 | -0 |
2021-07-30 14:50 | bump version to 0.4 | Hiltjo Posthuma | 1 | +1 | -1 |
2021-07-30 14:49 | config.mk: fix version printing for -v | Hiltjo Posthuma | 1 | +1 | -1 |
2021-07-19 19:09 | minor update for emoji overlay on Q: simpler glyph | Maarten van Gompel | 1 | +2 | -2 |
2021-07-12 10:51 | change comment-style in .c file | Hiltjo Posthuma | 1 | +1 | -1 |
2021-07-11 15:53 | made the Q key double as a trigger for the emoji overlay in the default mobile-intl layout | Maarten van Gompel | 3 | +38 | -8 |
2021-07-11 15:53 | code cleanup in overlay definitions (removed empty lines comments) | Maarten van Gompel | 2 | +4 | -89 |
2021-07-11 15:53 | moved backspace key down in dialer layer (mobile-intl and simple layout), for more consistency with other layers | Maarten van Gompel | 2 | +12 | -12 |
2021-07-11 15:53 | minor documentation update | Maarten van Gompel | 1 | +7 | -3 |
2021-07-11 15:53 | protection against segfault if overlay has more keys than the keyboard itself | Maarten van Gompel | 1 | +2 | -0 |
2021-07-11 15:53 | exclude certain modifier keys and basic keys from being overlayed | Maarten van Gompel | 1 | +7 | -1 |
2021-07-11 15:53 | added missing e caron to overlay in international and simple layouts (e.g. for czech) | Maarten van Gompel | 2 | +2 | -0 |
2021-07-03 09:45 | no need to initialize these variables here | Hiltjo Posthuma | 1 | +3 | -3 |
2021-07-03 09:45 | small code-style changes | Hiltjo Posthuma | 2 | +13 | -12 |
2021-07-03 09:44 | check key for NULL dereference, just in case | Hiltjo Posthuma | 1 | +2 | -1 |
2021-07-03 09:30 | adjust other layouts for the second label change | Hiltjo Posthuma | 5 | +11 | -11 |
2021-07-02 19:23 | Fix broken key definitions in layout.en.h | Sebastian LaVine | 1 | +5 | -5 |
2021-06-13 21:19 | remove unused variable | Hiltjo Posthuma | 1 | +0 | -1 |
2021-06-13 20:28 | added an additional minimal mobile layer | Maarten van Gompel | 1 | +51 | -3 |
2021-06-13 20:28 | increase spacing, set scheme for window, make window render faster by removing unnecessary map requests to X | Maarten van Gompel | 2 | +23 | -17 |
2021-06-13 20:27 | adding dead spacing between keys to prevent misclicks and adapting keyboard layout to a less rigid grid (all aimed to reduce typos) | Maarten van Gompel | 3 | +24 | -12 |
2021-06-13 20:35 | remove unneeded initialization to zero | Hiltjo Posthuma | 1 | +2 | -2 |
2021-06-13 20:27 | Fix error in >1 wide key width calc, also 2021 | silver | 1 | +1 | -1 |
2021-06-13 20:27 | allow neutralizing a key modifier by applying the same modifier again | Max Schillinger | 1 | +23 | -13 |
2021-03-28 20:54 | bump version to 0.3 | Hiltjo Posthuma | 1 | +1 | -1 |
2021-03-28 14:55 | Add missing keys on lazy layers | Stacy Harper | 1 | +31 | -83 |
2021-03-28 13:24 | code-style | Hiltjo Posthuma | 1 | +29 | -26 |
2021-03-28 13:19 | usage already exits, remove exit(2) | Hiltjo Posthuma | 2 | +2 | -1 |
2021-03-28 13:13 | bump LICENSE year | Hiltjo Posthuma | 1 | +1 | -1 |
2021-03-28 13:12 | rm unused variables | Hiltjo Posthuma | 1 | +0 | -1 |
2021-03-28 13:10 | usage: add -g information entry and fix newline after -H option | Hiltjo Posthuma | 1 | +2 | -1 |
2021-03-28 13:05 | improve command-line parsing, fix crash with -fn without argument | Hiltjo Posthuma | 1 | +8 | -7 |
2021-03-28 13:03 | comment style | Hiltjo Posthuma | 1 | +1 | -1 |
2021-03-28 13:02 | code-style changes | Hiltjo Posthuma | 1 | +17 | -8 |
2021-03-28 12:58 | use sizeof(buffer) instead of hardcoded 32 | Hiltjo Posthuma | 1 | +1 | -1 |
2021-03-28 12:56 | add check for debug flag in printdbg() function itself | Hiltjo Posthuma | 1 | +25 | -40 |
2021-03-28 12:52 | estrdup errors out, so remove the condition | Hiltjo Posthuma | 1 | +3 | -8 |
2021-03-28 12:51 | some code-style changes | Hiltjo Posthuma | 1 | +63 | -40 |
2021-03-28 12:42 | fix unnecesary c99-ism, fixes compilation on OpenBSD using gcc | Hiltjo Posthuma | 1 | +2 | -1 |
2021-03-28 12:41 | put estrdup in util and use die() instead of BSD err() | Hiltjo Posthuma | 3 | +11 | -9 |
2021-03-27 16:57 | Various indentation fixes for a more consistent style | Maarten van Gompel | 4 | +619 | -622 |
2021-03-27 16:57 | ternary operator was used in the wrong order | Maarten van Gompel | 1 | +1 | -1 |
2021-03-27 16:57 | Added a util function estrdup() to check all memory allocations | Maarten van Gompel | 1 | +35 | -26 |
2021-03-27 16:57 | removed debugging flag | Maarten van Gompel | 1 | +2 | -2 |
2021-03-15 22:30 | fixed double free error | Maarten van Gompel | 2 | +2 | -3 |
2021-03-15 13:15 | Updated the documentation to describe the new functionality | Maarten van Gompel | 2 | +70 | -4 |
2021-03-15 10:43 | cleanup and reworking some of the logic | Maarten van Gompel | 1 | +107 | -109 |
2021-03-14 12:20 | fix for output key on release | Maarten van Gompel | 1 | +1 | -2 |
2021-03-09 21:52 | Rebuild on layout update | Reed Wade | 1 | +2 | -0 |
2021-03-09 22:26 | fix the highlighted key on dragged touch | Reed Wade | 1 | +2 | -0 |
2021-03-09 21:26 | Added mobile-simple layout | Reed Wade | 1 | +489 | -0 |
2021-03-09 07:10 | Add Xresources support. | tetrakist | 2 | +96 | -3 |
2021-03-08 21:36 | fixed print output mode | Maarten van Gompel | 1 | +4 | -2 |
2021-03-08 19:23 | adapted plain layout and legacy layouts to new structure | Maarten van Gompel | 5 | +317 | -320 |
2021-03-06 23:44 | Allow toggling modifier keys even when an overlay is displayed | Maarten van Gompel | 1 | +3 | -5 |
2021-03-06 23:33 | fix for earlier overlay width patch (there was a conflict with multirow overlays) | Maarten van Gompel | 1 | +2 | -2 |
2021-03-06 23:14 | Simpler implementation for keeping track overlay keys (solution by stacy) | Maarten van Gompel | 1 | +13 | -14 |
2021-03-06 20:40 | Implemented key output option to stdout | Maarten van Gompel | 1 | +42 | -20 |
2021-03-06 15:30 | Added a second key label for the shift-activated symbols | Maarten van Gompel | 3 | +459 | -429 |
2021-03-06 14:11 | Usefull if you want to skip somekeys that you want still displayed under the overlay. | Reed Wade | 1 | +2 | -0 |
2021-03-06 14:09 | Extended key definition to allow setting explicit symbol for shift modifier. | Reed Wade | 1 | +19 | -9 |
2021-03-06 14:07 | Implementing a print output mode and ability to not simulate keypresses for X | Maarten van Gompel | 1 | +37 | -1 |
2021-03-06 12:37 | Applied different styling to overlays | Maarten van Gompel | 2 | +19 | -12 |
2021-03-05 23:43 | bump version to 0.3.0 | Maarten van Gompel | 1 | +1 | -1 |
2021-03-05 23:15 | Implemented press-on-release and repetition after delay (the latter only for keys without overlay) | Maarten van Gompel | 2 | +34 | -18 |
2021-03-05 21:29 | Removed grid drwawing and set different slightly theme for abc keys | Maarten van Gompel | 2 | +7 | -3 |
2021-03-05 18:03 | Added an extra row to the mobile-intl layout for numbers/punctuation, reshuffling some keys, added navigation layer and disabled the functions layer | Maarten van Gompel | 3 | +93 | -32 |
2021-02-25 16:28 | Force installing executable | Jochen Sprickerhof | 1 | +1 | -1 |
2020-12-11 17:37 | bump version to 0.2.2 | Hiltjo Posthuma | 1 | +1 | -1 |
2020-12-11 16:51 | fixed a bug that reset the layer to layer one after hiding the overlay | Maarten van Gompel | 1 | +1 | -1 |
2020-12-11 16:45 | fixed russian keyboard layout in mobile-intl, Р key was missing, moved З to an overlay on е because of lack of space | Maarten van Gompel | 2 | +4 | -7 |
2020-09-18 10:59 | config.mk: set DEFAULT_SOURCE | Hiltjo Posthuma | 1 | +1 | -1 |
2020-09-16 14:07 | Make install fix: install the actual compiled layout | Maarten van Gompel | 1 | +3 | -6 |
2020-09-13 20:29 | Makefile: dist: add drw.h and util.h | Hiltjo Posthuma | 1 | +1 | -1 |
2020-08-24 17:32 | tiny code-style tweak | Hiltjo Posthuma | 2 | +3 | -3 |
2020-08-14 10:48 | Makefile: fix dist rule, reported by Job Bautista | Hiltjo Posthuma | 1 | +1 | -1 |
2020-08-04 22:09 | a few more tweaks | Hiltjo Posthuma | 1 | +12 | -15 |
2020-08-04 21:28 | some code-style consistency changes + small tweaks | Hiltjo Posthuma | 2 | +224 | -196 |
2020-08-04 21:14 | svkbd.1: small man page tweaks | Hiltjo Posthuma | 1 | +12 | -13 |
2020-08-04 21:12 | fixup strdup() from the last patch | Hiltjo Posthuma | 1 | +3 | -4 |
2020-08-02 18:57 | cleaned up code style, fixed buffer overflow in layers configuration, added a printdbg function. | Maarten van Gompel | 1 | +55 | -47 |
2020-08-02 18:57 | Updated the man page | Maarten van Gompel | 1 | +41 | -4 |
2020-08-02 16:23 | Makefile, config.mk: use pkg-config, fix config.h rule + tweaks | Hiltjo Posthuma | 2 | +19 | -8 |
2020-08-02 13:46 | Made the old layouts compatible with the new svkbd, re-added the old english layout that was removed, and re-added the initial sxmo layout and renamed the mobile layouts. Documentation updated accordingly. Final cleanup and fixes for the whole patch series. | Maarten van Gompel | 12 | +889 | -600 |
2020-08-02 13:46 | fixed the select() logic in run() to handle sigterm situations | Maarten van Gompel | 1 | +18 | -22 |
2020-08-02 13:46 | adding some minor error catching | Maarten van Gompel | 1 | +8 | -2 |
2020-08-02 13:46 | Added a dialer/numpad keyboard, added the ability to handle layouts with less keys/different layouts. Extra configurability: select layout on startup, customisable height factor. | Maarten van Gompel | 4 | +125 | -29 |
2020-08-02 13:46 | added an extra key column (alt now on keyboard by default), added cyrillic keymap, added a toggle to enable/disable overlays, added quick toggle buttons to toggle primary two layers. Added some configurability using command line parameters and environment variables. | Maarten van Gompel | 3 | +267 | -96 |
2020-08-02 13:46 | Added overlays (appearing on long press), multiple layer support (rather than just a toggle) with new layers, style changes | Maarten van Gompel | 3 | +582 | -56 |
2020-08-02 13:46 | Fix SIGTERM functionality by making sure to sync before free in cleanup() | Miles Alan | 1 | +1 | -1 |
2020-08-02 13:46 | Added Xft support (in the same fashion as done in dmenu by Hiltjo Posthuma), Xinerama support, changed colors and key layout | Maarten van Gompel | 10 | +613 | -182 |
| 58 more commits remaining, fetch the repository |