wvkbd

git clone https://git.tarina.org/wvkbd
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2022-01-11 12:28finnish keyboard with åäö, removed the compose key, added caps to full keyb, use same full keyb layout for landscape moderbckman2+11-8
2022-01-10 05:25project: rerun clang-formatJohn Sullivan6+32-30
2022-01-10 05:02keyboard.c: fix update/draw logic in kbd_unpress_keyJohn Sullivan1+16-8
2022-01-08 21:23key drawing: refactor kbd_draw_keyZach DeCook2+38-27
2021-12-03 16:57overlapped key output: highlight letters swiped throughZach DeCook5+68-14
2021-12-02 16:03output: add -O flag to output overlapped keysZach DeCook4+62-12
2021-12-06 11:32add Georgian layoutSam Bowlby3+1530-4
2022-01-07 16:58Fixed erroneous glyphcodes for turkish dotless i and turkish capital I with dotMaarten van Gompel1+2-2
2021-11-30 10:14added missing abc/sym key to dialer layerMaarten van Gompel1+2-2
2021-11-16 19:04change config.def.h to include dialerJohn Sullivan1+1-1
2021-11-16 12:06Add a dialer layoutPeter John Hartman1+30-1
2021-10-31 22:00added missing sym key to nav layerMaarten van Gompel1+1-1
2021-10-31 18:41added simple navigation layerMaarten van Gompel2+25-3
2021-10-25 22:22fixed emoji layoutAlexander Brzoska1+7-7
2021-10-20 21:16v0.2John Sullivan1+1-1
2021-09-19 16:29renamed freeze/unfreeze to more standard hide/showMaarten van Gompel1+6-6
2021-09-19 15:55implemented a --hidden paramter to start hiddenMaarten van Gompel1+22-15
2021-09-19 12:23applied clang-format (no functional changes), but exempted custom include order in keyboard.c and main.cMaarten van Gompel11+187-214
2021-09-19 11:56fixed key label for Shift + KEY_SLASH on latin keymapMaarten van Gompel1+3-3
2021-09-18 18:15added missing o with diaresisMaarten van Gompel1+1-0
2021-09-02 22:03added make installMaarten van Gompel1+5-0
2021-08-26 22:22README update to reflect the latest changes, included screenshotsMaarten van Gompel4+49-25
2021-08-26 21:35slightly smaller default fontMaarten van Gompel1+1-1
2021-08-26 20:49adding fix in punctuation layerMaarten van Gompel1+2-0
2021-08-26 20:42added stacy's variant of the simple layout (grid) as we can't agree on which is bestMaarten van Gompel2+54-2
2021-08-26 20:17Fix normal_height when using argumentStacy Harper1+1-1
2021-08-26 17:45Add landscape height valueStacy Harper2+27-6
2021-08-26 17:20Add landscape layersStacy Harper4+47-3
2021-08-26 11:29Handle hide and show signalsStacy Harper3+59-4
2021-08-26 07:16WIP refacto keyboard.cStacy Harper5+41-37
2021-08-25 23:02refactored keymap loadingMaarten van Gompel5+43-29
2021-08-25 21:52Add missing config.def.hStacy Harper2+8-1
2021-08-25 21:45WIP: refactorise keyboard.cStacy Harper7+411-389
2021-08-25 20:41Do not set scale everyframeStacy Harper1+2-1
2021-08-25 20:39Better damage trackingStacy Harper3+4-12
2021-08-25 20:32Cleanup some codeStacy Harper1+6-14
2021-08-25 20:26Remove useless variableStacy Harper1+3-7
2021-08-25 20:08Remove useless duplicationStacy Harper1+17-21
2021-08-25 20:06Simplify ctx initializerStacy Harper3+5-16
2021-08-25 19:43Rename var nameStacy Harper1+3-3
2021-08-25 19:36Remove useless cbStacy Harper2+2-5
2021-08-24 21:51Added landscape layoutMaarten van Gompel1+62-0
2021-08-24 20:01updated emoji layer + minor fixes in other layoutsMaarten van Gompel2+64-57
2021-08-24 19:08added --fn parameter to set font at run timeMaarten van Gompel2+15-4
2021-08-24 18:13Handle output scalingStacy Harper4+64-39
2021-08-24 16:52Drop wld and implement our own pangocairo rendererStacy Harper10+203-62
2021-08-24 16:52added arabic layout + fixed keymap switchingMaarten van Gompel2+1529-2
2021-08-24 14:39fixed layout switchingMaarten van Gompel3+21-29
2021-08-24 12:26allow supplying layers through command line parameter or env varMaarten van Gompel3+70-19
2021-08-24 12:09implemented printing to stdoutMaarten van Gompel1+45-0
2021-08-24 11:08implemented configurable layersMaarten van Gompel3+199-85
2021-08-24 09:21made keymap dependent on layout, renamed default layout to 'mobintl' for 'mobile international'Maarten van Gompel5+1306-1306
2021-08-24 07:53ran make formatMaarten van Gompel4+1169-1184
2021-08-24 07:48cleanup indentation (tab)Maarten van Gompel3+1129-1126
2021-08-24 07:37cleanupMaarten van Gompel1+2-2
2021-08-24 07:36fix memory leakMaarten van Gompel1+1-0
2021-08-23 22:43Also release shift after key releaseMaarten van Gompel2+50-45
2021-08-23 22:13fix for emojisMaarten van Gompel2+32-32
2021-08-23 22:04further adjustments to new compose layers for simple layoutMaarten van Gompel1+6-6
2021-08-23 21:23Adapt sxmo_simpleStacy Harper1+102-6
2021-08-23 21:31added cyrillic compose layers and made compose work with non-code keysMaarten van Gompel2+247-35
2021-08-23 20:37cleanupMaarten van Gompel1+0-2
2021-08-23 20:35added support for an additional colour schemeMaarten van Gompel2+180-169
2021-08-23 18:04implemented support for multiple keymapsMaarten van Gompel4+1592-44
2021-08-23 17:34hide compose layer after unpressMaarten van Gompel1+6-6
2021-08-23 16:58When code_mod is used, allow for resetting modifiers or not (default is not to reset them)Maarten van Gompel2+8-3
2021-08-23 14:36Simplest key_moodStacy Harper1+2-7
2021-08-23 13:55Remove dedicated CodeModStacy Harper1+9-14
2021-08-22 21:18Added a compose button, copy type; added compose layouts and further layout updatesMaarten van Gompel4+870-1591
2021-08-22 21:14Make the layout switchableStacy Harper4+13-6
2021-08-22 17:42Add a CodeMod type of keyStacy Harper1+16-0
2021-08-22 20:43added simple layoutMaarten van Gompel1+69-16
2021-08-22 10:38Allow more flexible layouts rather than fixed grid and first layout overhaulMaarten van Gompel3+214-144
2020-09-18 04:49Update README.mdAleksei Kharlamov1+1-1
2020-09-11 08:25InitJohn Sullivan22+6546-0