summaryrefslogtreecommitdiff
path: root/src/values (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: add `Grid` as a usable widgetPolesznyák Márk2025-11-151-0/+109
|
* feat: impl `Value` for `LineHeight` and `ContentFit` (all done)pml682025-03-042-0/+186
|
* refactor: move some `assert_eq`spml682025-03-031-7/+9
|
* feat: impl `Value` for `Pixels` and `Alignment`pml682025-03-012-0/+83
|
* fix: missing prefix detectionpml682025-02-271-1/+1
|
* feat: implement `Value` for `Length`pml682025-02-273-4/+153
|
* feat: rework `Value` trait, create unit tests for parser implementationspml682025-02-262-48/+251
|
* feat: implement `ValueFromStr` for Rotationpml682025-02-242-22/+91
|
* feat: create separate `ValueFromStr` structpml682025-02-241-0/+37