Commit Graph
155 Commits
Author SHA1 Message Date
jpirnay d0b722cbff Recognize and use raster svg images (upstream PR 2024 by LSTAR9000) 2026-05-17 17:32:19 +02:00
jpirnay c5ad8c7049 Fix missing indent level for nested lists 2026-05-15 23:07:57 +02:00
jpirnay ef70d1d8c8 List handling fixes 2026-05-15 22:44:54 +02:00
jpirnay cccd4aa651 Merge branch 'master' into feat-supsub 2026-05-15 20:54:49 +02:00
jpirnay 95d33a67f0 Proper support of superscript/subscript 2026-05-15 20:47:01 +02:00
jpirnay 971acef0a5 Review comments 2026-05-15 11:44:18 +02:00
jpirnay 295d756746 Poor mans indicator for sup / sub 2026-05-15 11:42:09 +02:00
jpirnay 4a5c2a4ed5 Add support for horizontal rulers 2026-05-15 11:12:56 +02:00
jpirnay 96707206c1 Honor users choice for alignment 2026-05-14 18:11:20 +02:00
jpirnay df3a8839b7 Fix 2026-05-12 13:16:47 +02:00
jpirnay 528c65a6db No blank trailing page 2026-05-12 13:05:34 +02:00
jpirnay 2e3b17a074 Stop flushPartWordBuffer() from appending after a hard low-heap abort 2026-05-12 12:27:55 +02:00
jpirnay d75ad141af Fix asymmetric memory guard 2026-05-12 12:09:59 +02:00
jpirnay dbb81cc483 Reestablish indexing popup 2026-05-12 09:58:17 +02:00
jpirnay fb16db2b48 Reduce memory footprint 2026-05-11 21:50:44 +02:00
jpirnay fe60b12d86 Improving KOReader sync 2026-05-10 15:46:33 +02:00
jpirnay d870d4f99f Use dash as valid breakpoint between words 2026-05-09 19:59:10 +02:00
jpirnay 3316d33a4e Review comments 2026-05-07 22:20:10 +02:00
jpirnay 3ecbf29bd4 Adapt table implementation from crossink 2026-05-07 21:35:14 +02:00
jpirnay 3b4e8f8df9 Reestablish stats 2026-05-05 10:22:31 +02:00
jpirnay 0afd1d196f Review 2026-05-04 20:41:40 +02:00
jpirnay c65863cee5 Adopt crossinks low mem guard idea 2026-05-04 19:55:18 +02:00
jpirnay d627b3f38f Fix pagebreak issue 2026-05-03 23:01:12 +02:00
spfenwick 13a76597d4 Address review comment: check block size as soon as each word is added. 2026-05-02 19:38:38 +12:00
spfenwick 40c3ecbada When a large paragraph is split across blocks, don't treat the continuation as a new paragraph 2026-05-02 16:07:27 +12:00
spfenwick 5928f32364 Avoid OOM diring HTML parsing by reducing max block size and freeing unneeded buffers 2026-05-02 16:07:27 +12:00
jpirnay 867bd34798 A couple of fixes 2026-04-30 12:08:30 +02:00
jpirnay 91b42646f2 Make text-decoration:none emit an explicit override. 2026-04-29 12:21:43 +02:00
jpirnay a0243ad6de Review comments 2026-04-29 11:26:50 +02:00
jpirnay b83482e732 Support strikethrough 2026-04-29 09:08:07 +02:00
jpirnay c8a2332ed3 Add recommendation 2026-04-25 11:14:21 +02:00
jpirnay 6060607bda Eliminate tmp file creation 2026-04-25 10:54:32 +02:00
jpirnay be6b7fa0c6 Finer granularity of popup methods 2026-04-25 10:32:49 +02:00
jpirnay 920a9e035c Reduce popup progress frequency 2026-04-25 10:24:04 +02:00
jpirnay e0e3bd4251 Fix reindexing on toc-page-break 2026-04-23 13:15:30 +02:00
jpirnay 700d7b442b fix: Erroneous navigation with long filenames in footnote links (#1723) 2026-04-23 09:39:58 +02:00
jpirnay 83fe041a6b Merge pull request #109 from jpirnay/kosync_extension
refactor: Picking up some itsthisjustin ideas for KOreader synchronisation
2026-04-20 14:21:31 +02:00
jpirnay 29284c85c9 Review comments 2026-04-20 13:28:56 +02:00
Joel Goguen 828999cae3 fix: free parser on error
Found while looking into #105 but the opposite problem. This frees the parser after an error has occurred and early return.
2026-04-19 22:27:34 -04:00
jpirnay d6292920d9 Picking up some itsthisjutin ideas 2026-04-19 19:03:43 +02:00
jpirnay a5dd44b3e0 Implement fix for footnote links (PR 1666 by steka) 2026-04-15 16:35:19 +02:00
jpirnay 5e08794706 Adapt upstream PR 1638 -use deque to increase usable epub size 2026-04-11 20:48:48 +02:00
jpirnay 4d4729c5d0 Add minimal changes back from reverted ones 2026-04-07 21:56:31 +02:00
jpirnay abbf69649e Revert "Merge pull request #25 from jpirnay/fix-pr1582" and refactor koreader 2026-04-07 20:24:51 +02:00
jpirnay ef0d044f9e Only deal with horizontal stacking 2026-04-06 11:49:36 +02:00
jpirnay f78ecd37c9 Adapt upstream PR1582 by daveallie 2026-04-06 11:17:32 +02:00
jpirnay 01503f9c84 Fix reflow logic 2026-04-05 11:01:40 +02:00
jpirnay 1509af8729 Avoid hypehnation at page breaks 2026-04-05 10:47:05 +02:00
jpirnay bddefa58f5 Fix image margin leak 2026-04-02 13:39:24 +02:00
jpirnay e1fd631ced Review implied changes 2026-04-01 11:14:53 +02:00