Laurenz
|
61fdc85b13
|
Refactor a bit
|
2021-10-05 23:23:09 +02:00 |
Laurenz
|
b69c0355ec
|
Don't fit images to remaining height
Makes them really small if there's only little space left ...
|
2021-10-05 20:05:15 +02:00 |
Laurenz
|
18190f377a
|
Reimplement `Debug` for layout nodes
|
2021-09-10 15:10:35 +02:00 |
Laurenz
|
c0377de653
|
Shorter/clearer field name for geometry types
Size { width, height } => Size { w, h }
Spec { horizontal, vertical } => Spec { x, y }
Gen { cross, main } => Gen { inline, block }
|
2021-08-21 19:08:47 +02:00 |
Laurenz
|
0dd4ae0a7a
|
Prune derives
|
2021-08-21 17:30:21 +02:00 |
Laurenz
|
a6f260ca39
|
Refactor layouting a bit
Notably:
- Handle aspect ratio in fixed node
- Inline constraint inflation into pad node
|
2021-08-19 15:52:15 +02:00 |
Laurenz
|
9488b1b850
|
Main context struct
|
2021-07-21 11:28:29 +02:00 |
Laurenz
|
6a4823461f
|
Reference-count complex values
Rename some nodes types
|
2021-07-10 23:10:17 +02:00 |
Laurenz
|
02b586cc36
|
Add lots of Eq impls
|
2021-07-08 23:16:02 +02:00 |
Martin Haug
|
21d919e2d2
|
Put incremental compilation behind feature
|
2021-06-29 12:33:24 +02:00 |
Laurenz
|
285c2f617b
|
Cleanse library
- Remove doc-comments for Typst functions from library
- Reduce number of library source files
|
2021-06-26 13:06:37 +02:00 |