You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/tools
Benoit Pierre e921ed1bc7 tools/mk7z: fix subtle bug in manifest handling
A string like `1E2` is interpreted as `100` (`1×10²`):

```bash
▹ echo 0E036904 | awk '{ if ($1) print $1 }'
▹ echo 0E036904 | awk '{ if ($1!="") print $1 }'
0E036904
```
5 months ago
..
benchmark.lua
eink_cmap.gif
ja_keyboard_generate.py keyboard: japanese: always put digits as the south gesture for latin (#8443) 3 years ago
kobo-touch-probe.png
kobo_touch_probe.lua InputContainer: Fall cleanup ;). 2 years ago
mk7z.sh tools/mk7z: fix subtle bug in manifest handling 5 months ago
trace_require.lua
update-metadata.lua fix update-metadata script 2 years ago
valgrind_amd.supp
wbuilder.lua Chore: Review FrameContainer constructors for shared dimen objects 9 months ago