Xteink-X4-crosspoint-reader/lib/Epub/Epub/parsers
Martin Brook f6847f4f83 fix: allow images to share first chapter page with title
Only force a page break before an image when it won't fit in the
remaining page space, instead of unconditionally breaking whenever
the page has any content.
2026-02-01 09:24:04 +00:00
..
ChapterHtmlSlimParser.cpp fix: allow images to share first chapter page with title 2026-02-01 09:24:04 +00:00
ChapterHtmlSlimParser.h feat: epub add png jpeg support 2026-02-01 09:24:00 +00:00
ContainerParser.cpp Thoroughly deinitialise expat parsers before freeing them (#103) 2025-12-22 17:16:39 +11:00
ContainerParser.h Small code cleanup (#83) 2025-12-21 15:43:53 +11:00
ContentOpfParser.cpp perf: optimize large EPUB indexing from O(n^2) to O(n) (#458) 2026-01-28 01:29:15 +11:00
ContentOpfParser.h perf: optimize large EPUB indexing from O(n^2) to O(n) (#458) 2026-01-28 01:29:15 +11:00
TocNavParser.cpp fix: Handle EPUB 3 TOC to spine mapping when nav file in subdirectory (#332) 2026-01-13 00:57:34 +11:00
TocNavParser.h Add EPUB 3 nav.xhtml TOC support (#197) 2026-01-03 19:10:35 +11:00
TocNcxParser.cpp fix: Handle EPUB 3 TOC to spine mapping when nav file in subdirectory (#332) 2026-01-13 00:57:34 +11:00
TocNcxParser.h New book.bin spine and table of contents cache (#104) 2025-12-24 22:36:13 +11:00