227 Commits

Author SHA1 Message Date
Robert Manner
de4b4dcd2e layout.mobintl.h: fix same big/little issue for ų 2022-06-13 21:56:23 +02:00
John Sullivan
849f4600e9 project: rerun clang-format
TODO make a commit or PR hook for this
2022-06-13 21:55:47 +02:00
Zach DeCook
78d2667818 config: update version number 2022-06-13 21:55:32 +02:00
Zach DeCook
905a0d100a version: Output newline 2022-06-13 21:55:15 +02:00
John Sullivan
aa65896fbf keyboard.c: fix update/draw logic in kbd_unpress_key
thanks @0x4261756D @earboxer for pointing out this issue
v0.7
2022-01-09 21:02:46 -08:00
Zach DeCook
bddf05e0fc key drawing: refactor kbd_draw_key v0.6 2022-01-10 03:08:06 +00:00
Zach DeCook
564eb4536a overlapped key output: highlight letters swiped through 2022-01-10 03:08:06 +00:00
Zach DeCook
2de12a90e4 output: add -O flag to output overlapped keys
the use-case for this is simple 'swipe'-typing:
another program can take the output, guess the word which is being typed, and type the rest of the word
2022-01-10 03:08:06 +00:00
Sam Bowlby
c541c7dbd6 add Georgian layout 2022-01-08 07:53:34 +00:00
Maarten van Gompel
780a83dba5 Fixed erroneous glyphcodes for turkish dotless i and turkish capital I with dot 2022-01-08 07:48:49 +00:00
Maarten van Gompel
6abc005124 added missing abc/sym key to dialer layer v0.5 2021-12-01 10:01:43 -08:00
John Sullivan
35c5f44e3c change config.def.h to include dialer v0.4 2021-11-16 11:04:21 -08:00
Peter John Hartman
4bf9d53a00 Add a dialer layout
Signed-off-by: Stacy Harper <contact@stacyharper.net>
2021-11-16 10:23:29 -08:00
Maarten van Gompel
1562c08a06 added missing sym key to nav layer v0.3 2021-11-01 12:47:25 -07:00
Maarten van Gompel
1bbeb8861e added simple navigation layer 2021-11-01 12:47:25 -07:00
Alexander Brzoska
31f209bcd5 fixed emoji layout 2021-11-01 12:42:46 -07:00
John Sullivan
ca6cb14caa
v0.2 v0.2 2021-10-20 14:16:49 -07:00
Maarten van Gompel
7e4f6ac5d1 renamed freeze/unfreeze to more standard hide/show 2021-10-19 23:12:01 -07:00
Maarten van Gompel
0618da1d24 implemented a --hidden paramter to start hidden 2021-10-19 23:12:01 -07:00
Maarten van Gompel
bb1eff09be applied clang-format (no functional changes), but exempted custom include order in keyboard.c and main.c 2021-10-19 23:12:01 -07:00
Maarten van Gompel
4695a78e25 fixed key label for Shift + KEY_SLASH on latin keymap 2021-10-19 23:12:01 -07:00
Maarten van Gompel
fabdd72c03 added missing o with diaresis 2021-10-19 23:12:01 -07:00
Maarten van Gompel
8a090c0866 added make install 2021-10-19 23:12:01 -07:00
Maarten van Gompel
69616c1494 README update to reflect the latest changes, included screenshots 2021-10-19 23:12:01 -07:00
Maarten van Gompel
faaf3f0498 slightly smaller default font 2021-10-19 23:12:01 -07:00
Maarten van Gompel
5291f9a071 adding fix in punctuation layer 2021-10-19 23:12:01 -07:00
Maarten van Gompel
2dac77392c added stacy's variant of the simple layout (grid) as we can't agree on which is best 2021-10-19 23:12:01 -07:00
Stacy Harper
3a241c8d2c Fix normal_height when using argument
This was overrided with rotation cause we dont save it
2021-10-19 23:12:01 -07:00
Stacy Harper
7a512fbca7 Add landscape height value 2021-10-19 23:12:01 -07:00
Stacy Harper
e100aafb05 Add landscape layers 2021-10-19 23:12:01 -07:00
Stacy Harper
450d43ff44 Handle hide and show signals 2021-10-19 23:12:01 -07:00
Stacy Harper
e73316bd7c WIP refacto keyboard.c 2021-10-19 23:12:01 -07:00
Maarten van Gompel
ff92a92086 refactored keymap loading 2021-10-19 23:12:01 -07:00
Stacy Harper
a38ec393b5 Add missing config.def.h 2021-10-19 23:12:01 -07:00
Stacy Harper
b5ec768822 WIP: refactorise keyboard.c 2021-10-19 23:12:01 -07:00
Stacy Harper
5fb98bd005 Do not set scale everyframe 2021-10-19 23:12:01 -07:00
Stacy Harper
4ce0cf1b53 Better damage tracking 2021-10-19 23:12:01 -07:00
Stacy Harper
915d01c562 Cleanup some code 2021-10-19 23:12:01 -07:00
Stacy Harper
c8a02479a9 Remove useless variable 2021-10-19 23:12:01 -07:00
Stacy Harper
efd00ad31b Remove useless duplication 2021-10-19 23:12:01 -07:00
Stacy Harper
b65ea995f1 Simplify ctx initializer 2021-10-19 23:12:01 -07:00
Stacy Harper
283a758910 Rename var name 2021-10-19 23:12:01 -07:00
Stacy Harper
32cf611c9c Remove useless cb 2021-10-19 23:12:01 -07:00
Maarten van Gompel
270145d1c2 Added landscape layout 2021-10-19 23:12:01 -07:00
Maarten van Gompel
f0528fa0de updated emoji layer + minor fixes in other layouts 2021-10-19 23:12:01 -07:00
Maarten van Gompel
bdfdf559b4 added --fn parameter to set font at run time 2021-10-19 23:12:01 -07:00
Stacy Harper
fb82daea9c Handle output scaling 2021-10-19 23:12:01 -07:00
Stacy Harper
c806023fd5 Drop wld and implement our own pangocairo renderer 2021-10-19 23:12:01 -07:00
Maarten van Gompel
9b53b2c836 added arabic layout + fixed keymap switching 2021-10-19 23:12:01 -07:00
Maarten van Gompel
8fdaaa2b6f fixed layout switching 2021-10-19 23:12:01 -07:00