Compress
[llpp.git] / todo.org
blob7596969e0cc0627c5981ca6a635eccd3fbe949c0
1 * TODO progressive zoom
2 * TODO wayland
3 * DONE incorporate Nicolás's changes
4   CLOSED: [2017-02-04 Sat 07:57]
5 * DONE backspace selected linknav preservation
6   CLOSED: [2016-11-22 Tue 17:06]
7 * DONE move read/writedata to C
8   CLOSED: [2016-11-22 Tue 17:43]
9    unbreak abstr. boundry wrt 4 as the size of len and extra space in buf
10 * DONE xclip zombie
11   CLOSED: [2016-11-22 Tue 17:44]
12    doesn't play nicely with mc
13 * DONE user specified css for epubs/html (-css <path> or something)
14 * DONE quoting in gc.awk [' ( )]
15   CLOSED: [2016-11-22 Tue 17:44]
16 * DONE Investigate selection oddities (select under selects vast rects)
17    CLOSED: [2016-11-05 Sat 15:22]
18    Age of discovery page 57
19    Problem upstream
20 * DONE pdf/asn.1 date parser
21   CLOSED: [2016-11-20 Sun 07:54]
22 * DONE Remember css in llpp.conf (?)
23   CLOSED: [2016-11-21 Mon 02:14]
24 * TODO Fixme
25 ** DONE text selection and searches are broken in case of non zero rotation
26    CLOSED: [2018-05-09 Wed 08:40]
27    deletion broken?? [intentionally removed actually]
28 ** TODO linknav + presentation (link might not fit the visible area)
29    fullscreening while loading complex documents has visual quirks
30 ** DONE macOS and file names with utf8 characters
31    CLOSED: [2018-04-29 Sun 08:58]
32    in "bundled" macOS applications nl_langinfo(3) returns US-ASCII
33    (very same "unbundled" thing with a controlling terminal returns
34     UTF8... no idea)
35 * TODO outline for cbz
36   file names? exif?
37 * DONE (WONTFIX) somehow merge kv2pv and xlatt/xlatf
38   CLOSED: [2018-05-04 Fri 11:24]
39   ENOCONTEXT (also this is self flagellation)
40 * DONE ctrl in (at least) help mode yields a key and not found message
41   CLOSED: [2016-12-30 Fri 10:53]
42 * DONE do something about wsi.mli
43   CLOSED: [2018-04-07 Sat 01:55]
44 * DONE Make new build.sh work on macOS
45   CLOSED: [2018-04-09 Mon 12:46]
46 * DONE remove vestiges of make
47   CLOSED: [2018-05-04 Fri 12:13]
48   I would have to be very bored to mark that "DONE"...  And so i was,
49   the only Make remnants are in completions/, boredom must be absolute
50   to "fix" that.
51 * TODO build.sh
52 ** DONE Track ocaml version
53    CLOSED: [2018-04-28 Sat 09:53]
54 ** DONE Updating KEYS results in:
55    CLOSED: [2018-04-21 Sat 09:10]
56     - sh build.sh build
57     linking build/llpp
58     File "_none_", line 1:
59     Error: Files build/config.cmo and build/help.cmo
60            make inconsistent assumptions over interface Help
61 ** DONE Fix .mli ugliness
62    CLOSED: [2018-04-23 Mon 12:35]
63 ** TODO Parallel builds
64 ** WONTDO cmt/cmti instead of -impl/-intf
65 ** TODO Avoid infinite recursion
66 ** TODO Make isfresh work (properly) with multiple targets
67 ** TODO Investigate associative arrays instead of $outd/ordered
68 * DONE misc/bootstrap.sh
69   CLOSED: [2018-04-28 Sat 12:39]
70   Out of tree
71   Shallow clone
72   Shallow submodules
73 * DONE Generate config structure (and few associated utility functions)
74   CLOSED: [2018-05-17 Thu 11:35]
75   from a template/script of some sort