102 Commits

Author SHA1 Message Date
PgBiel
19b583ddb7 header and rowspan tests 2025-05-16 04:09:39 -03:00
PgBiel
1fed6b09b4 additional footer breakability tests 2025-05-16 03:34:21 -03:00
PgBiel
78c87c811d
Merge branch 'main' into table-subheaders 2025-05-16 02:32:14 -03:00
PgBiel
7ab1d25c69 may_progress tests 2025-05-16 02:10:07 -03:00
Tobias Schmitz
22a117a091
Prohibit some line break opportunities between LTR-ISOLATE and OBJECT-REPLACEMENT-CHARACTER (#6251)
Co-authored-by: Max <max@mkor.je>
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2025-05-12 09:16:38 +00:00
PgBiel
3bd7486362
Merge branch 'main' into table-subheaders 2025-05-09 13:46:34 -03:00
Tobias Schmitz
b322da930f
Respect RTL cell layouting order in grid layout (#6232)
Co-authored-by: PgBiel <9021226+PgBiel@users.noreply.github.com>
2025-05-06 08:26:55 +00:00
PgBiel
6a12a451fc test too large edge cases 2025-05-06 03:45:48 -03:00
PgBiel
07a060a9da initial html target support 2025-05-05 03:33:13 -03:00
PgBiel
db59e3ffcb fix pending header repetition with may progress = false 2025-05-04 04:07:08 -03:00
PgBiel
1fc15467cd use next_header counter to not check skipped headers on resolve 2025-05-04 03:43:10 -03:00
PgBiel
6c42f67b3d only flush orphans outside of headers and footers 2025-04-30 02:14:47 -03:00
PgBiel
03118678b5 tests for short-lived footer 2025-04-20 19:18:48 -03:00
PgBiel
1e3719a9ba add non-repeating subheader tests 2025-04-18 19:37:54 -03:00
PgBiel
13b4677270 initial gutter tests 2025-04-17 15:14:32 -03:00
PgBiel
cc19b80449 add several footer tests 2025-04-17 14:37:57 -03:00
PgBiel
e76ea64cb0 add test for orphan prevention of alone subheaders
Consecutive subheaders can be broken apart in special cases
2025-04-17 03:00:03 -03:00
PgBiel
3f10218b4a add subheaders demo test 2025-04-11 19:30:46 -03:00
PgBiel
6833ea321a grid header single replacement tests 2025-04-11 14:54:08 -03:00
PgBiel
3ae46a94cd add orphan prevention tests 2025-04-11 14:54:08 -03:00
PgBiel
fc6a0074d8 add short lived header test 2025-04-11 14:18:41 -03:00
PgBiel
daac9bba76 rename and make grid-subheaders test smaller 2025-04-11 02:54:19 -03:00
PgBiel
14a4714604 add edge case tests for subheaders 2025-04-11 02:45:52 -03:00
PgBiel
553bf2476e multiple level replace test 2025-04-08 18:45:36 -03:00
PgBiel
ce41113d9c initial subheader tests 2025-04-07 21:54:18 -03:00
PgBiel
e142bb4e8f grid header multiple fixed 2025-04-07 21:41:42 -03:00
PgBiel
8e50df544d update tests with non-top header 2025-04-07 21:19:30 -03:00
PgBiel
1f1c133878
Refactor grid header and footer resolving (#5919) 2025-03-24 20:42:48 +00:00
Eduardo Sánchez Muñoz
38213ed534
Use u64 instead of usize to store counter and enumeration item numbers, so behavior does not vary from 64-bit to 32-bit platforms (#6026) 2025-03-24 18:16:33 +00:00
Malo
d6b0d68ffa
Add more methods to direction (#5893) 2025-02-25 14:19:17 +00:00
PgBiel
240f238eee
Fix HTML export of table with gutter (#5920) 2025-02-23 11:26:14 +00:00
Laurenz
26e65bfef5
Semantic paragraphs (#5746) 2025-01-24 12:11:26 +00:00
Laurenz
cd044825fc
Handle boxes and blocks a bit better in HTML export (#5744)
Co-authored-by: Martin Haug <3874949+reknih@users.noreply.github.com>
2025-01-23 22:18:02 +00:00
Michael Färber
dda486a412
HTML tables (#5666) 2025-01-23 12:08:48 +00:00
PgBiel
6c2d54bbe3
Fix crash when block or text have negative sizes (#5610) 2024-12-20 10:03:12 +00:00
Michael Färber
df4e6715cf
HTML tests (#5594)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-12-20 09:48:17 +00:00
PgBiel
9b697d59ae
Fix infinite loop with footnote which never fits (#5498) 2024-12-18 16:54:14 +00:00
wznmickey
05559a6638
Bump unicode-bidi (#5598)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-12-18 11:15:38 +00:00
PgBiel
60f246ece2
Fix sticky blocks at the top of blocks and pages (#5581)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-12-17 09:41:18 +00:00
Laurenz
1346385255
Rename pattern to tiling (#5590) 2024-12-17 09:25:27 +00:00
Laurenz
521ceae889
Fix crash due to consecutive weak spacing (#5562) 2024-12-11 15:46:10 +00:00
Ian Wrzesinski
5e0e58d26e
Add number-syntax edge case tests (#5560) 2024-12-11 11:33:59 +00:00
wznmickey
bb0c814095
Forbid base prefix for numbers with a unit (#5548)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-12-09 10:56:42 +00:00
PgBiel
c2cc09e71a
Forbid footnote migration in pending floats (#5497)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-12-09 09:55:58 +00:00
PgBiel
62567fc91e
Fix multiple footnotes in footnote entry (#5545) 2024-12-08 16:35:54 +00:00
wznmickey
cce744cf78
Fix unnecessary hyphenation (#5394) 2024-11-17 09:04:07 +00:00
Max
8d4f01d284
Add support for page references through new ref.form property (#4729) 2024-11-12 12:54:25 +00:00
wznmickey
ada30cd5b1
Fix unstoppable empty footnote loop (#5354) (#5364) 2024-11-05 08:27:25 +00:00
Eric Biedert
45377f25ec
Fix clipping with outset (#5295)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-10-28 14:31:00 +00:00
Laurenz
711a2d8807
Fix optimized linebreaks without justification (#5236) 2024-10-18 13:10:22 +00:00