summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* feat: finish `ApplyOptions` implspml682025-03-231-1/+259
* feat: add PKGBUILDpml682025-03-233-6/+21
* feat: impl `Value` for `LineHeight` and `ContentFit` (all done)pml682025-03-043-0/+188
* refactor: move some `assert_eq`spml682025-03-031-7/+9
* feat: impl `Value` for `Pixels` and `Alignment`pml682025-03-013-0/+85
* refactor: make config an `Arc<Config>` in `App`pml682025-03-016-50/+89
* feat: update `iced`pml682025-02-271-1/+0
* fix: missing prefix detectionpml682025-02-271-1/+1
* feat: implement `Value` for `Length`pml682025-02-274-4/+154
* feat: rework `Value` trait, create unit tests for parser implementationspml682025-02-264-57/+264
* feat: switch to personal `iced` fork, work on version infopml682025-02-263-8/+16
* feat: implement `ValueFromStr` for Rotationpml682025-02-245-29/+183
* feat: create separate `ValueFromStr` structpml682025-02-245-27/+52
* feat: start working on options backend (`ApplyOptions` trait)pml682025-02-224-45/+90
* feat: update to Rust 2024pml682025-02-2112-31/+36
* feat: update to `iced` 0.14-devpml682025-02-215-18/+49
* feat!: add name to `Theme`, `is_dark` -> `dark`pml682025-02-162-27/+36
* refactor: random stuffpml682025-02-163-23/+29
* chore: update dependenciespml682025-02-122-4/+2
* style: rename `DesignerPage` to `DesignerPane`pml682025-02-085-18/+13
* feat: add highlight color for Other and Custom `Scope` variantspml682025-02-081-2/+13
* feat: set custom `Style` on `TextEditor`pml682025-02-031-1/+18
* feat: switch text editor to animated theme valuepml682025-02-011-1/+1
* refactor: get rid of Uuid, use widget::Id directlypml682025-01-251-14/+13
* style: remove pkg name and author from version outputpml682025-01-141-2/+1
* feat: add iced_custom_highlighterpml682025-01-141-7/+5
* feat: add `-V` and `--version` flagspml682025-01-131-0/+16
* ci: add build and lint workflowspml682025-01-134-11/+11
* refactor: remove iced_drop & workspacepml682025-01-1117-0/+2002
* feat: restructure project, start drag and droppml682024-09-235-533/+0
* feat: add "Copy to clipboard" button for code viewpml682024-09-222-22/+52
* feat: finish codegenpml682024-09-223-14/+55
* feat: rework propspml682024-09-224-75/+49
* feat: finish codegen with limited props and elementspml682024-09-223-54/+113
* feat: finish codegen for elements **without** propspml682024-09-225-48/+108
* feat: format children nodes into code (without props)pml682024-09-222-14/+37
* feat: start codegenpml682024-09-223-10/+48
* feat: add usable state logicpml682024-08-302-80/+137
* feat: initial commitpml682024-08-292-0/+251