mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
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",