Laurenz Stampfl
|
23741720ca
|
Don't set is_rotated if not necessary
|
2025-03-16 22:32:11 +01:00 |
|
Laurenz Stampfl
|
abcd0822f8
|
Fix compile errors
|
2025-03-16 22:12:37 +01:00 |
|
Laurenz Stampfl
|
bb7efcccec
|
more changes
|
2025-03-16 08:52:21 +01:00 |
|
Laurenz Stampfl
|
eed3c0dfea
|
more fixes
|
2025-03-13 15:23:27 +01:00 |
|
Laurenz Stampfl
|
03a395a69c
|
Re-order imports
|
2025-03-11 23:13:01 +01:00 |
|
Laurenz Stampfl
|
385061256b
|
more
|
2025-03-11 23:12:19 +01:00 |
|
Laurenz Stampfl
|
644996302a
|
Update shaping logic
|
2025-03-11 23:01:56 +01:00 |
|
Laurenz Stampfl
|
6af9eb9bbd
|
more and update
|
2025-03-11 20:49:05 +01:00 |
|
Laurenz Stampfl
|
ccec0dedbf
|
First version of better error support
|
2025-03-11 10:49:13 +01:00 |
|
Laurenz Stampfl
|
84dcaaeae2
|
Remove xmp-writer
|
2025-03-10 14:42:17 +01:00 |
|
Laurenz Stampfl
|
69076bfd87
|
Fix clippy
|
2025-03-10 14:41:17 +01:00 |
|
Laurenz Stampfl
|
a5203e3c69
|
Merge branch 'main' into krilla-port
# Conflicts:
# Cargo.lock
# Cargo.toml
# crates/typst-pdf/src/font.rs
|
2025-03-10 14:35:47 +01:00 |
|
Laurenz Stampfl
|
40516ab685
|
Use git version
|
2025-03-10 14:24:15 +01:00 |
|
Laurenz Stampfl
|
30ad72145b
|
Re-order imports
|
2025-03-10 14:11:26 +01:00 |
|
Caleb Maclennan
|
bd531e08dc
|
Bump rustybuzz (and adjacent crates) (#5407)
|
2025-03-10 12:45:08 +00:00 |
|
Ludovico Gerardi
|
e66e190a21
|
Fix typo in docs (#6034)
|
2025-03-10 11:39:30 +00:00 |
|
Laurenz Stampfl
|
9622906e69
|
Add support for file embedding
|
2025-03-10 11:05:56 +01:00 |
|
Laurenz Stampfl
|
ea021a29e3
|
Reformat
|
2025-03-10 10:29:47 +01:00 |
|
Laurenz Stampfl
|
c14eeae249
|
more
|
2025-03-10 10:29:37 +01:00 |
|
Laurenz Stampfl
|
33199e1c00
|
Part 2
|
2025-03-10 10:21:13 +01:00 |
|
Laurenz Stampfl
|
b464c46a8a
|
part 1
|
2025-03-10 09:51:18 +01:00 |
|
Laurenz Stampfl
|
38fba0a02c
|
Merge branch 'main' into krilla-port
# Conflicts:
# Cargo.lock
# Cargo.toml
# crates/typst-cli/src/args.rs
# crates/typst-cli/src/compile.rs
# crates/typst-library/src/visualize/image/raster.rs
# crates/typst-pdf/src/catalog.rs
# crates/typst-pdf/src/content.rs
# crates/typst-pdf/src/image.rs
# crates/typst-pdf/src/lib.rs
# crates/typst-pdf/src/outline.rs
|
2025-03-10 08:31:45 +01:00 |
|
Laurenz
|
db9a83d9fc
|
Bump version on main
The tagged commit itself is on the 0.13 branch.
|
2025-03-07 11:19:12 +01:00 |
|
Laurenz
|
8d3488a07d
|
0.13.1 changelog (#6025)
|
2025-03-07 10:03:52 +00:00 |
|
Laurenz
|
476c2df312
|
Mark breaking symbol changes as breaking in 0.13.0 changelog (#6024)
|
2025-03-07 09:17:11 +00:00 |
|
Malo
|
e0b2c32a8e
|
Mention that sym.ohm was removed in the 0.13.0 changelog (#6017)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
|
2025-03-07 09:05:16 +00:00 |
|
Laurenz
|
99b7d2898e
|
Replace par function call in tutorial (#6023)
|
2025-03-07 08:47:56 +00:00 |
|
Laurenz
|
e1a9166e1d
|
Hotfix for labels on symbols (#6015)
|
2025-03-07 08:22:42 +00:00 |
|
Andrew Voynov
|
6271cdceae
|
Fix debug implementation of Recipe (#5997)
|
2025-03-04 09:33:39 +00:00 |
|
LN Liberda
|
63fda9935f
|
Run tests on 32-bit via Ubuntu multilib (#5937)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
|
2025-03-03 13:10:58 +00:00 |
|
3w36zj6
|
8820a00beb
|
Respect quotes: false in inline quote (#5991)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
|
2025-03-03 11:50:47 +00:00 |
|
andis854
|
9a6ffbc7db
|
Added snap to installation instructions (#5984)
|
2025-03-03 11:40:58 +00:00 |
|
Andrew Voynov
|
bf0d45e2c0
|
Make array.chunks example more readable (#5975)
|
2025-03-03 11:31:39 +00:00 |
|
F2011
|
d4def09962
|
Correct typo (#5971)
|
2025-03-03 11:23:29 +00:00 |
|
Tijme
|
66679920b2
|
Fix docs example with type/string comparison (#5987)
|
2025-03-03 09:32:06 +00:00 |
|
Ian Wrzesinski
|
cfb3b1a270
|
Improve clarity of ast.rs for newcomers to the codebase (#5784)
Co-authored-by: PgBiel <9021226+PgBiel@users.noreply.github.com>
Co-authored-by: T0mstone <39707032+T0mstone@users.noreply.github.com>
|
2025-02-26 20:10:36 +00:00 |
|
Emmanuel Lesueur
|
52f1f53973
|
Fix curve with multiple non-closed components. (#5963)
|
2025-02-26 18:07:29 +00:00 |
|
Malo
|
d6b0d68ffa
|
Add more methods to direction (#5893)
|
2025-02-25 14:19:17 +00:00 |
|
Laurenz
|
8f039dd614
|
Only autocomplete methods which take self (#5824)
|
2025-02-25 14:10:01 +00:00 |
|
Malo
|
2eef9e84e1
|
Improve hints for show rule recursion depth (#5856)
|
2025-02-25 14:09:52 +00:00 |
|
evie
|
d11ad80dee
|
Add #str.normalize(form) (#5631)
Co-authored-by: +merlan #flirora <uruwi@protonmail.com>
Co-authored-by: Laurenz <laurmaedje@gmail.com>
|
2025-02-25 14:01:01 +00:00 |
|
Laurenz
|
bad343748b
|
Fix paper name in page setup guide (#5956)
|
2025-02-25 13:00:22 +00:00 |
|
Laurenz
|
f31c971624
|
Deduplicate watcher update call (#5955)
|
2025-02-25 12:47:41 +00:00 |
|
aodenis
|
acd3a5b7a5
|
Fix high CPU usage due to inotify watch triggering itself (#5905)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
|
2025-02-25 12:41:54 +00:00 |
|
Laurenz
|
225e845021
|
Fix introspection of HTML root sibling metadata (#5953)
|
2025-02-25 11:31:15 +00:00 |
|
Sharzy
|
36d83c8c09
|
HTML export: fix elem counting on classify_output (#5910)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
|
2025-02-24 16:35:13 +00:00 |
|
Malo
|
3744c99b07
|
Override the default math class of some characters (#5949)
|
2025-02-24 16:15:17 +00:00 |
|
Max
|
81efc82d3c
|
Fix math accent base height calculation (#5941)
|
2025-02-24 16:05:36 +00:00 |
|
Laurenz
|
69c3f95705
|
Bump MSRV to 1.83 and Rust in CI to 1.85 (#5946)
|
2025-02-24 12:28:01 +00:00 |
|
Laurenz
|
ebe2543264
|
Fix comparison of Func and NativeFuncData (#5943)
|
2025-02-24 11:17:31 +00:00 |
|