| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
Size { width, height } => Size { w, h }
Spec { horizontal, vertical } => Spec { x, y }
Gen { cross, main } => Gen { inline, block }
|
|
|
|
Notably:
- Handle aspect ratio in fixed node
- Inline constraint inflation into pad node
|
|
Included in this package are:
* Code review I: The unnamed review.
* Code Review II: How I met your review.
* Code Review III: Code, the final frontier. These are the voyages of the USS Review ...
|