3524 Commits

Author SHA1 Message Date
Laurenz Stampfl
944cd8caae Integrate new timestamp logic 2024-12-17 13:58:04 +01:00
Laurenz Stampfl
c5b1a61c7f Merge branch 'main' into krilla-port
# Conflicts:
#	crates/typst-cli/src/compile.rs
#	crates/typst-pdf/src/catalog.rs
#	crates/typst-pdf/src/color.rs
#	crates/typst-pdf/src/content.rs
#	crates/typst-pdf/src/lib.rs
#	crates/typst-pdf/src/resources.rs
#	crates/typst-pdf/src/tiling.rs
2024-12-17 13:29:05 +01:00
Laurenz Stampfl
e08ccce810 more changes 2024-12-17 13:26:04 +01:00
Laurenz Stampfl
4e4a4bdafb more changes 2024-12-17 11:48:38 +01:00
Laurenz Stampfl
bcfb889844 more 2024-12-17 11:35:15 +01:00
Laurenz Stampfl
06d7fb7c69 more refactors 2024-12-17 11:26:18 +01:00
Zhuofeng Wang
54cee16c31
Add timezone to PDF's default timestamp. (#5564)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-12-17 09:43:01 +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
ed67220e4b
Remove deprecated things and compatibility behaviours (#5591) 2024-12-17 09:25:15 +00:00
Laurenz Stampfl
548e7c6794 First attempt at outline 2024-12-16 23:33:44 +01:00
Laurenz Stampfl
b0339cacc2 Add full support for links 2024-12-16 22:52:03 +01:00
Eric Biedert
51020fcf3c
Get numbering of page counter from style chain (#5589) 2024-12-16 20:23:13 +00:00
Johann Birnick
75273937f7
Transform high level headings to HTML (#5525) 2024-12-16 18:22:00 +00:00
Malo
8b1e0d3a23
Improve symbol repr (#5505) 2024-12-16 14:10:42 +00:00
Myriad-Dreamin
1b10d19d76
Consider parameters when iterating items in scope (#5517) 2024-12-16 14:09:38 +00:00
+merlan #flirora
d3620df4c6
Add reversed numbering (#5563) 2024-12-16 13:45:57 +00:00
Andrew Voynov
7f139517b9
Derivation comment for calculation in repeat (#5575) 2024-12-16 12:18:34 +00:00
Laurenz Stampfl
aa57554176 Add proper support for CMYK and luma 2024-12-15 23:36:09 +01:00
Laurenz Stampfl
5780432039 Add proper error conversion 2024-12-15 23:17:09 +01:00
Laurenz Stampfl
6761cbc622 Put trait into primitive 2024-12-15 22:34:48 +01:00
Laurenz Stampfl
f2d4db286c Remove old stuff 2024-12-15 22:32:46 +01:00
Laurenz Stampfl
880aa4b8a1 Add support for exporting to specific version 2024-12-15 22:22:46 +01:00
Laurenz Stampfl
9a4bd9be25 Add document metadata 2024-12-15 20:41:07 +01:00
Laurenz Stampfl
17abfb3a76 more 2024-12-15 20:10:26 +01:00
Laurenz Stampfl
761c8cf15e Reformat + add some link handling agian 2024-12-15 19:48:42 +01:00
Laurenz Stampfl
1d135ddd90 fix missmatched pattern text issue 2024-12-15 19:29:58 +01:00
Laurenz Stampfl
4c6dd8cd89 Remove TODO 2024-12-15 18:50:32 +01:00
Laurenz Stampfl
945b72a207 Update precision again 2024-12-15 18:50:14 +01:00
Laurenz Stampfl
a51c38a6ce Fix missing rotation 2024-12-15 15:44:01 +01:00
Laurenz Stampfl
399bcbb23d Fix reversed rects 2024-12-15 15:29:07 +01:00
Laurenz Stampfl
9b8c30a5f0 add radial gradients 2024-12-15 15:10:34 +01:00
Laurenz Stampfl
67bc4bbf71 more fixes to linear gradient 2024-12-15 14:27:18 +01:00
Laurenz Stampfl
ca06ae2e6c First version of linear gradient 2024-12-15 14:15:39 +01:00
Laurenz Stampfl
e532d9c870 More improvements to conic gradients 2024-12-15 13:08:27 +01:00
Laurenz Stampfl
9ae7a1520b more 2024-12-15 11:47:08 +01:00
Laurenz Stampfl
16bcad9d5a First attempt at conic gradients 2024-12-15 00:42:27 +01:00
Laurenz Stampfl
79173b1c55 conic WIP 2024-12-14 23:24:52 +01:00
Laurenz Stampfl
de889d9c13 Add support for group clips 2024-12-14 23:14:26 +01:00
Laurenz Stampfl
ad19f7c584 Set no device CS to true 2024-12-14 22:46:12 +01:00
Laurenz Stampfl
24087db62f Fix panic 2024-12-14 22:42:44 +01:00
Laurenz Stampfl
01fd27c747 Add support for patterns 2024-12-14 22:37:59 +01:00
Laurenz Stampfl
e1895fea7b more 2024-12-14 20:36:57 +01:00
Laurenz Stampfl
4ad90c1f38 Merge branch 'upstream-main' into krilla-port
# Conflicts:
#	crates/typst-pdf/src/image.rs
#	crates/typst-pdf/src/lib.rs
2024-12-14 19:39:27 +01:00
Joshua Gawley
a3ad0a0bba
Document new counting symbols (#5568) 2024-12-13 11:26:52 +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
Ian Wrzesinski
ef4fc040b2
Improve raw trimming (#5541) 2024-12-11 11:31:04 +00:00
Ian Wrzesinski
a5ade167dd
More CapturesVisitor tests (#5506) 2024-12-11 11:28:24 +00:00
Michael Färber
17f20c6944
Basic HTML pretty-printing (#5533)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-12-10 09:57:22 +00:00