index
:
typst
0.10
0.11
0.11-with-extras
0.11.1-with-extras
0.12
0.12.0-with-extras
0.13
0.6
0.7
0.8
0.9
better-lists
consistent-html-frame-size
digital-signatures
html-content-models
improve-raw-docs
in-operator-for-modules
main
parallel-iterations
pdf-accessibility
pdf-lang
rect-strokes
ref-cite-warn
repeat-figure-caption
table-subfooters
type-str-compat-round-2
warn-suppression
MSM's mirror of Typst
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
library
/
deco.rs
Age
Commit message (
Collapse
)
Author
2022-02-28
Reorganize library
Laurenz
2022-02-23
Rework the core context
Laurenz
2022-02-18
Basic show rules
Laurenz
2022-02-17
Fallible layout
Laurenz
2022-02-17
Merge eval and layout contexts into `Vm`
Laurenz
2022-02-17
Switch to const generics for nodes
Laurenz
2022-02-09
Set rules for everything
Laurenz
2022-02-02
Rename `Node` to `Template`
Laurenz
2022-02-04
Add evasion of glyph shape for under- and overlines
Martin Haug
2022-01-27
Mutex comes from tex and we don't want any
Laurenz
2022-01-27
Add Code Block syntax highlighting
Martin Haug
2022-01-08
Make all nodes into classes
Laurenz
2021-12-15
Set Rules Episode IV: A New Fold
Laurenz
2021-12-09
Set Rules Episode III: Revenge of the packer
Laurenz
2021-12-07
Set Rules Episode II: Attack of the properties
Laurenz
2021-12-05
Set Rules Episode I: The Phantom Style
Laurenz
2021-11-29
Castable optional and smart values
Laurenz
2021-11-20
Strokes
Laurenz
2021-11-16
Image fit modes
Laurenz
2021-11-15
Make clippy happier and remove `Str`
Laurenz
2021-10-31
Reorganize modules
Laurenz
Instead of separating functionality into layout and library, everything lives in the library now. This way, related things live side by side and there are no duplicate file names in the two directories.