2021-10-04 05:04 | add mobile-terminal layout | Nihal Jere | 2 | +164 | -1 |
2021-10-04 05:04 | remove diagnostic print statements | Nihal Jere | 1 | +0 | -2 |
2021-07-12 04:27 | improve layouts | Nihal Jere | 2 | +46 | -44 |
2021-07-12 04:27 | fix shift, use signalfd to handle term | Nihal Jere | 1 | +57 | -37 |
2021-07-05 23:02 | flush display | Nihal Jere | 1 | +2 | -0 |
2021-06-18 02:42 | add phone layout | Nihal Jere | 1 | +46 | -0 |
2021-06-15 20:39 | increment input method serial properly | Nihal Jere | 1 | +1 | -1 |
2021-05-31 01:49 | improved input method support and cleanup | Nihal Jere | 2 | +54 | -14 |
2021-05-22 16:56 | initial input method support | Nihal Jere | 4 | +587 | -3 |
2021-05-22 17:15 | check for pointer or touch | Nihal Jere | 1 | +3 | -1 |
2021-04-27 01:30 | port to wayland | Nihal Jere | 11 | +1047 | -1054 |
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 |
2020-08-02 13:46 | Add pipe key to backslash key | Miles Alan | 1 | +1 | -1 |
2020-08-02 13:46 | Run XFlush instead of XSync before starting main loop; fixes bug where rending of keys fails when used in conjunction w/ dwm dock patch | Miles Alan | 1 | +16 | -9 |
2020-08-02 13:46 | Fix SIGTERM handler - flip terminate flag in sigterm handler & cleanup properly | Miles Alan | 1 | +32 | -15 |
2020-08-02 13:46 | Clean up secondary layout positioning LRDU properly & blanking placeholders | Miles Alan | 1 | +6 | -6 |
2020-08-02 13:46 | Move layouts to single layout.h file & toggle layers via memcpy w/ XK_Cancel | Miles Alan | 4 | +143 | -117 |
2020-08-02 13:46 | Add custom layouts | Miles Alan | 2 | +111 | -65 |
2020-05-29 14:12 | Makefile: add target .PHONY back | Hiltjo Posthuma | 1 | +1 | -1 |
2020-05-29 12:24 | cleanup Makefile, add initial man page svkbd.1 | Hiltjo Posthuma | 6 | +136 | -116 |
2016-01-01 13:19 | Bump year. | Christoph Lohmann | 1 | +1 | -1 |
2014-01-30 18:10 | allow make LAYOUT=... | Carlos J. Torres | 1 | +1 | -1 |
2013-04-28 08:24 | Adding ru and sh layout. | Christoph Lohmann | 2 | +147 | -0 |
2012-12-12 19:36 | Suckless is now using git. Thanks architekt! | Christoph Lohmann | 1 | +1 | -1 |
2012-10-26 22:01 | Unpress modifiers so there is no problem when exiting svkbd inbetween. | Christoph Lohmann | 1 | +8 | -0 |
2012-10-26 21:53 | Fixing the problem of repeating keys. | Christoph Lohmann | 1 | +17 | -17 |
2011-11-10 18:15 | Ed is <3. | Christoph Lohmann | 1 | +1 | -0 |
2011-11-10 18:11 | Adding delete to the German layout. | Christoph Lohmann | 1 | +2 | -1 |
2011-10-30 12:02 | Fixing README and the build environment. | Christoph Lohmann | 3 | +56 | -40 |
2011-10-19 08:49 | Fixing -g option. | Christoph Lohmann | 1 | +3 | -0 |
2011-10-09 16:08 | Width and height cannot be negative in geometry. | Christoph Lohmann | 1 | +0 | -4 |
2011-10-09 16:03 | Fixing geometry arg handling (i++). | Christoph Lohmann | 1 | +1 | -0 |
2011-10-09 16:00 | Making -g -geometry compatible. | Christoph Lohmann | 1 | +1 | -1 |
2011-10-09 15:59 | Fixing the geometry parsing. | Christoph Lohmann | 1 | +14 | -11 |
2011-10-09 15:45 | Add default static floating. | Christoph Lohmann | 1 | +22 | -12 |
2011-10-09 15:36 | Adding xgeometry standard parsing to svkbd. | Christoph Lohmann | 1 | +20 | -25 |
2011-10-09 15:25 | Changing the default settings to have highlight. | Christoph Lohmann | 1 | +9 | -8 |
2011-10-09 15:22 | Highlighting + unpress handling fixed. | Christoph Lohmann | 1 | +141 | -56 |
2011-10-09 09:26 | Maintainer changed. | Christoph Lohmann | 1 | +1 | -0 |
2011-10-03 14:30 | Removing unused variable and silencing the compiler. | Christoph Lohmann | 1 | +0 | -2 |
2011-04-13 17:09 | Now the bottom border is drawn again. | Christoph Lohmann | 1 | +1 | -1 |
2011-04-13 07:46 | fixing button height (again) | Enno Boland (Gottox) | 1 | +4 | -7 |
2011-04-10 11:44 | Fixing the install/uninstall again. | Christoph Lohmann | 1 | +5 | -5 |
2011-04-10 11:36 | merging christophs "Fixing border and sizes now for real."-patch | Enno Boland (Gottox) | 1 | +8 | -8 |
2011-04-10 11:32 | small row fix | Enno Boland (Gottox) | 1 | +3 | -3 |
2011-04-06 07:03 | Adding a toolbar option and changing the window type. | Christoph Lohmann | 1 | +13 | -5 |
2011-04-05 15:23 | _NET_WM_WINDOW_TYPE needs to be atom. | Christoph Lohmann | 1 | +5 | -6 |
2011-04-04 20:43 | Adding close button. | Christoph Lohmann | 4 | +10 | -0 |
2011-04-04 11:47 | fixing segment fault while resizing. | Enno Boland (Gottox) | 2 | +8 | -8 |
2011-04-04 11:39 | Adding Christoph Lohmanns patches again. Thx :D | Enno Boland (Gottox) | 3 | +36 | -19 |
2011-03-25 15:28 | removing unneeded SetWMHints | Enno Boland (tox) | 1 | +0 | -1 |
2011-03-25 15:26 | moving layouts to root. will fix building | Enno Boland (tox) | 7 | +156 | -253 |
2011-03-25 14:39 | Adding README | Enno Boland (tox) | 1 | +29 | -0 |
2011-03-25 14:14 | merging __20h__s changes. | Enno Boland (tox) | 4 | +88 | -57 |
2011-03-24 20:53 | Small argument fix | Enno Boland (tox) | 1 | +2 | -2 |
2011-03-24 18:41 | Adding commandline options. | Christoph Lohmann | 1 | +38 | -4 |
2011-03-24 18:31 | Adding layouts support. | Christoph Lohmann | 6 | +182 | -77 |
2011-03-24 18:10 | Fixing the not properly drawn rectangles. | Christoph Lohmann | 1 | +5 | -3 |
2011-03-24 17:47 | Adding German layout to new layouts folder. | Christoph Lohmann | 1 | +81 | -0 |
2011-03-24 17:18 | Adding the config directives for the previous patch. | Christoph Lohmann | 1 | +5 | -0 |
2011-03-24 17:14 | Adding a way for configuring the position and size. | Christoph Lohmann | 1 | +15 | -6 |
2011-02-01 19:04 | Added patch to make svkbd work with dwm again. Thanks Łukasz Pankowski :) | Enno Boland (tox) | 1 | +7 | -1 |
2011-02-01 19:01 | Fixing Makefile and adding license. Patch supplied by Evil_Bob. Thanks :) | Enno Boland (tox) | 2 | +25 | -4 |
2010-08-10 21:15 | typo. | Enno Boland (tox) | 1 | +1 | -1 |
2010-05-16 10:17 | typo fix, removing hover. | Enno Boland (tox) | 1 | +3 | -35 |
2008-07-16 08:10 | drawkey does now copy the button to the window directly. | Enno Boland (Gottox) | 1 | +10 | -7 |
2008-07-16 07:00 | We don't need config.h | Enno Boland (Gottox) | 1 | +0 | -76 |
2008-07-16 06:59 | rearranging source, adding mousebuttonmodifier. | Enno Boland (Gottox) | 3 | +89 | -89 |
2008-07-15 20:12 | it works :) | Enno Boland (Gottox) | 4 | +283 | -61 |
2008-07-15 16:53 | initial checkin. | Enno Boland (Gottox) | 5 | +472 | -0 |