Xteink-X4-crosspoint-reader/lib/Epub/Epub
Jesse Vincent aa2467de9e feat: Add inverse display setting with proper anti-aliasing
Adds an inverseDisplay setting that renders white text on a black
background in both EPUB and TXT readers. The grayscale anti-aliasing
passes swap the LSB gray level condition based on text direction
(pixelState/black parameter) so intermediate gray values render
correctly against the dark background.
2026-02-01 23:46:57 -08:00
..
blocks feat: Add inverse display setting with proper anti-aliasing 2026-02-01 23:46:57 -08:00
hyphenation feat: Add Spanish hyphenation support (#558) 2026-01-28 01:17:48 +11:00
parsers feat(ui): change popup logic (#442) 2026-02-01 18:41:24 +11:00
BookMetadataCache.cpp perf: optimize large EPUB indexing from O(n^2) to O(n) (#458) 2026-01-28 01:29:15 +11:00
BookMetadataCache.h perf: optimize large EPUB indexing from O(n^2) to O(n) (#458) 2026-01-28 01:29:15 +11:00
Page.cpp feat: Add inverse display setting with proper anti-aliasing 2026-02-01 23:46:57 -08:00
Page.h feat: Add inverse display setting with proper anti-aliasing 2026-02-01 23:46:57 -08:00
ParsedText.cpp feat: dict based Hyphenation (#305) 2026-01-19 12:56:26 +00:00
ParsedText.h feat: dict based Hyphenation (#305) 2026-01-19 12:56:26 +00:00
Section.cpp feat(ui): change popup logic (#442) 2026-02-01 18:41:24 +11:00
Section.h feat(ui): change popup logic (#442) 2026-02-01 18:41:24 +11:00