Commits
- Commit:
d5e2f954920e7476938d015dace69631ba84501c
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Thu Jan 13 22:51:56 2022 UTC
tag 0.7, "Via Paolo Fabbri 43"
- Commit:
77e9591fc27fd0f06aaff0cd94880ed1d5de9a75
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Thu Jan 13 19:44:52 2022 UTC
fix a couple of printw fmt strings
two %d really needs %zu
- Commit:
6a897d0202d809922171a1d7e80227f3933b38b5
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Thu Jan 13 18:40:36 2022 UTC
fix puntaction
- Commit:
17947430c0216bb8db16f69b70855e72d45cf978
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Thu Jan 13 18:38:42 2022 UTC
mention u in the "essential commands" list
- Commit:
b7286684d73624890ce1d663c499eb8acc9c845b
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Thu Jan 13 18:37:10 2022 UTC
fix glitch with tab-bar-show=1 and tab-undo-close
a missing ui_schedule_redraw on unkill_tab means that the tabbar is
not rendered when calling tab-undo-close when there is only one tab.
- Commit:
eeddf8e6cfd70500dd779c1cde0ad1dd2b8dde61
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Thu Jan 13 18:26:31 2022 UTC
add utils.h, forgot in recent commits
- Commit:
c7067b0b78534c295ab2e5c3d2beb275f3be29eb
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Thu Jan 13 17:44:52 2022 UTC
link the thfr@ article about OOTB-TOFU in the ACKNOWLEDGEMNTS section
- Commit:
b240cdbb259a3f9751861686a980e75166404074
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Thu Jan 13 17:36:51 2022 UTC
add to CAVEATS a note about the naive text-wrapping algorithm
- Commit:
bb5abe9f9e45c59086d3406f99f67bb1a763b752
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Thu Jan 13 12:18:34 2022 UTC
tweak cache-info message
- Commit:
75544e856a31f13c2f8d8f783e51600eadd65c27
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Wed Jan 12 12:33:41 2022 UTC
fringes already have a prefix of "~"
- Commit:
946d3439b93be9bac9eb246d9ff40f9e02e259a8
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Wed Jan 12 12:24:54 2022 UTC
crank up cache limits
delete pages that are older than one hour, and scan the cache only once
every five minutes. The previous defaults were a bit too much
conservative.
- Commit:
1495fbb279fee499ef1cd0017feecdebe5d4a030
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Wed Jan 12 09:25:17 2022 UTC
document cache-info
- Commit:
a96922a16759643ba6a0bc3d9781e97fedbf1107
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Tue Jan 11 22:03:54 2022 UTC
drop useless struct
instead of keeping the struct mcache that's private to mcache.c and
used only once, just define its fields as (static) variables. While
here, mark as static also gemtext_prefixes.
- Commit:
4b4c3458436c646c06d295cc56e990eef9897c6f
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Tue Jan 11 21:59:21 2022 UTC
timer-based cache removal: delete cached pages older than 15 minutes
- Commit:
0259f38d36d8538ee723be82e20e5ccf29fcd385
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Tue Jan 11 18:27:27 2022 UTC
simplify load_url_in_tab