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
/
columns.rs
Age
Commit message (
Collapse
)
Author
2022-02-28
Reorganize library
Laurenz
2022-02-23
Rework the core context
Laurenz
2022-02-22
Remove layout cache
Laurenz
2022-02-17
Fallible layout
Laurenz
2022-02-17
Merge eval and layout contexts into `Vm`
Laurenz
2022-02-09
Set rules for everything
Laurenz
2022-02-02
Rename `Node` to `Template`
Laurenz
2022-02-02
Remove width from backlog and last region
Laurenz
2022-01-31
Switch from `Rc` to `Arc`
Laurenz
2022-01-08
Make all nodes into classes
Laurenz
2022-01-05
Refactor
Laurenz
2021-12-30
Style chains
Laurenz
2021-12-30
Make clippy a bit happier
Laurenz
2021-12-28
Tidying
Laurenz
2021-12-28
Minor changes to columns
Martin Haug
2021-12-27
Adjust column size and expansion handling
Martin Haug
2021-12-27
Make column child frames expand horizontally
Martin Haug
2021-12-27
Iterate over target regions instead in columns loop
Martin Haug
2021-12-27
Apply simple suggestions from code review
Martin
Co-Authored-By: Laurenz <laurmaedje@gmail.com>
2021-12-26
Introduce equal-width columns
Martin Haug