Laurenz
|
3739ab7720
|
Export into rendered images
|
2022-01-24 17:39:49 +01:00 |
|
Laurenz
|
bfa9962632
|
Remove baseline weirdness
|
2021-12-02 14:48:12 +01:00 |
|
Laurenz
|
393d74f9bb
|
Layout improvements
|
2021-11-25 20:51:16 +01:00 |
|
Laurenz
|
8a88f71cb1
|
Transformations
|
2021-11-23 22:04:08 +01:00 |
|
Laurenz
|
02f114d072
|
Remove decorum
|
2021-11-22 15:50:35 +01:00 |
|
Laurenz
|
0806af4aec
|
Kerned PDF output
|
2021-08-23 13:21:44 +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
|
4c37ebb936
|
Give up on not implementing Eq and Ord
|
2021-06-12 18:24:31 +02:00 |
|
Laurenz
|
3330767c20
|
Remove props in favor of using state for everything
|
2021-06-11 11:30:18 +02:00 |
|
Laurenz
|
bce553a991
|
Tidy up
|
2021-06-09 22:44:40 +02:00 |
|
Martin Haug
|
e27f6c1014
|
Add hash impls for all nodes
This prepares the incremental PR.
Co-Authored-By: Laurenz <laurmaedje@gmail.com>
|
2021-05-26 22:57:29 +02:00 |
|
Laurenz
|
c975d0d5e9
|
Tidy up layouting code
|
2021-05-17 22:55:31 +02:00 |
|
Laurenz
|
72478946c2
|
Make frames serializable 📚
This also makes serialization support non-optional since it's too much feature-management for too little benefit.
|
2021-04-21 21:17:25 +02:00 |
|
Laurenz
|
76fc4cca62
|
Refactor alignments & directions 📐
- Adds lang function
- Refactors execution context
- Adds StackChild and ParChild enums
|
2021-03-25 21:32:33 +01:00 |
|
Laurenz
|
898dc38ec1
|
Better debug representations 💻
|
2021-03-19 21:23:03 +01:00 |
|
Laurenz
|
aae67bd572
|
Move and rename many things 🚛
|
2021-01-03 00:12:09 +01:00 |
|
Laurenz
|
1cbd5f3051
|
Refine test infrastructure ✅
- Tests diagnostics
- More and better separated image tests
|
2020-12-10 22:45:45 +01:00 |
|
Laurenz
|
91e5120693
|
BoxAlign and Flow aliases ✏
|
2020-10-13 13:51:58 +02:00 |
|
Laurenz
|
92c01da360
|
Switch back to custom geometry types, unified with layout primitives 🏞
|
2020-10-10 22:19:36 +02:00 |
|