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/apps
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
..
cloudstorage Cloud storage: make some text translatable (#4122) 6 years ago
filemanager FileChooser, PathChooser: show current path in header (#4125) 6 years ago
opdscatalog UIManager: avoid painting widgets covered by a full screen widget (#3770) 6 years ago
reader Hyphenation: speed up book loading by setting hyph algo earlier (#4142) 6 years ago