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/frontend/document
poire-z c1206888ab Hyphenation: speed up book loading by setting hyph algo earlier (#4142)
Setting the hyph algo before loading the document may save crengine
from re-doing some expensive work at render time (the hyph algo
is accounted in the nodeStyleHash, and would cause a mismatch if it is
different at render time from how it was at load time - "English US" by
default - causing a full re-init of the nodes styles.)
We will only re-set it on pre-render (only then, after loading, we
know the document language) if it's really needed: when no algo saved
in book settings, no default algo, and book has some language defined.
6 years ago
..
credocument.lua Hyphenation: speed up book loading by setting hyph algo earlier (#4142) 6 years ago
djvudocument.lua [feat] Open with: choose which engine to use for file (#3653) 7 years ago
document.lua bump crengine: alternative TOC, no page break on borders (#4011) 6 years ago
documentregistry.lua Add "Open random document" to Plus menu (#4103) 6 years ago
koptinterface.lua [UX] Add InfoMessage about OCR (#3718) 7 years ago
pdfdocument.lua UI Behavior tweaks (#3983) 6 years ago
picdocument.lua PicDocument:getCoverPageImage(): use first page instead of MuPDF 7 years ago
tilecacheitem.lua feat: add logger module & rewrite kobo suspend script in lua 8 years ago