summaryrefslogtreecommitdiff
path: root/src/values/padding.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2025-02-27fix: missing prefix detectionpml681-1/+1
2025-02-27feat: implement `Value` for `Length`pml684-4/+154
2025-02-26feat: rework `Value` trait, create unit tests for parser implementationspml684-57/+264
2025-02-26feat: switch to personal `iced` fork, work on version infopml686-81/+55
2025-02-24feat: implement `ValueFromStr` for Rotationpml685-29/+183
2025-02-24feat: create separate `ValueFromStr` structpml685-27/+52
2025-02-22feat: start working on options backend (`ApplyOptions` trait)pml684-45/+90
2025-02-21feat: update to Rust 2024pml6816-48/+52
2025-02-21feat: update to `iced` 0.14-devpml6816-582/+1536
2025-02-16feat!: add name to `Theme`, `is_dark` -> `dark`pml683-28/+39
2025-02-16refactor: random stuffpml684-25/+32
2025-02-12chore: update dependenciespml684-14/+16
2025-02-08style: rename `DesignerPage` to `DesignerPane`pml686-21/+13
2025-02-08feat: add highlight color for Other and Custom `Scope` variantspml682-2/+16
2025-02-03feat: set custom `Style` on `TextEditor`pml682-107/+163
2025-02-01feat: switch text editor to animated theme valuepml682-2/+2
2025-01-25refactor: get rid of Uuid, use widget::Id directlypml683-212/+209