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 177551918f
bump_crengine: various fixes, tweaks and cleanups (#6188)
Includes:
- Don't reset invisible BR to display: inline
- ldomTextCollector: handle inline-block/table as inline
- Avoid re-rendering on font hinting mode change
- List markers: fix positionning when floats involved
- GIF decoding: avoid uneeded abort on LZW table overflow
- Adds getUnknownEntities(), can help with debugging
- Don't check stylesheet hashes when loading from cache
- Hardcoded elements and attributes list: cleanup
- Full rendering: 2 small optimisations
- Strut confinning: deal with images earlier
- lvtextfm: some cleanup and reordering
cre.cpp:
- fix getPageFromXPointer() and getPosFromXPointer()
  to not fail on invisible nodes and work on the next
  visible node (so links whose target is display:none
  can work).

Add support for 2 settings one can set manually
in reader.settings.reader.lua:
["cre_background_color"] = "0xccffcc",
["cre_background_image"] = "/path/to/bg_paper.jpg",
4 years ago
..
canvascontext.lua desktop: disable battery on touch menu and reader footer 4 years ago
credocument.lua bump_crengine: various fixes, tweaks and cleanups (#6188) 4 years ago
djvudocument.lua decouple UI definitions from document modules 5 years ago
document.lua PicDocuments: fix crash on hold + pan (#5742) 4 years ago
documentregistry.lua [fix] DocumentRegistry: only add provider once (#5947) 4 years ago
koptinterface.lua [fix] Prevent crash when no page boxes (#5289) 5 years ago
pdfdocument.lua Add EPUB3 extension to MuPDF document (#6013) 4 years ago
picdocument.lua PicDocument: log reason of opening failure 5 years ago
tilecacheitem.lua feat: add logger module & rewrite kobo suspend script in lua 8 years ago