summaryrefslogtreecommitdiff
path: root/src/main.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: remove GTK3 dependencypml682025-03-311-78/+110
|
* fix(iced_drop): support reactive renderingpml682025-03-231-4/+2
|
* feat: add PKGBUILDpml682025-03-231-4/+3
|
* refactor: make config an `Arc<Config>` in `App`pml682025-03-011-38/+63
|
* feat: switch to personal `iced` fork, work on version infopml682025-02-261-6/+4
|
* feat: create separate `ValueFromStr` structpml682025-02-241-0/+1
|
* feat: start working on options backend (`ApplyOptions` trait)pml682025-02-221-13/+15
|
* feat: update to Rust 2024pml682025-02-211-14/+21
|
* feat: update to `iced` 0.14-devpml682025-02-211-8/+8
|
* refactor: random stuffpml682025-02-161-5/+5
|
* chore: update dependenciespml682025-02-121-4/+1
|
* style: rename `DesignerPage` to `DesignerPane`pml682025-02-081-11/+6
|
* feat: switch text editor to animated theme valuepml682025-02-011-1/+1
|
* style: remove pkg name and author from version outputpml682025-01-141-2/+1
|
* feat: add `-V` and `--version` flagspml682025-01-131-0/+16
|
* ci: add build and lint workflowspml682025-01-131-4/+4
|
* refactor: remove iced_drop & workspacepml682025-01-111-0/+382
|
* feat: restructure project, start drag and droppml682024-09-231-301/+0
|
* feat: add "Copy to clipboard" button for code viewpml682024-09-221-8/+29
|
* feat: finish codegen with limited props and elementspml682024-09-221-48/+47
|
* feat: finish codegen for elements **without** propspml682024-09-221-1/+1
| | | | feat: wow
* feat: start codegenpml682024-09-221-0/+1
|
* feat: add usable state logicpml682024-08-301-80/+109
|
* feat: initial commitpml682024-08-291-0/+251