summaryrefslogtreecommitdiff
path: root/src/values.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* feat: add `Grid` as a usable widgetPolesznyák Márk2025-11-151-0/+1
* feat: add PKGBUILDpml682025-03-231-1/+1
* feat: impl `Value` for `LineHeight` and `ContentFit` (all done)pml682025-03-041-0/+2
* feat: impl `Value` for `Pixels` and `Alignment`pml682025-03-011-0/+2
* feat: implement `Value` for `Length`pml682025-02-271-0/+1
* feat: rework `Value` trait, create unit tests for parser implementationspml682025-02-261-2/+6
* feat: implement `ValueFromStr` for Rotationpml682025-02-241-0/+1
* feat: create separate `ValueFromStr` structpml682025-02-241-0/+7