summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-266-81/+55
| * 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-2116-48/+52
* Merge pull request #6 from pml68/feat/0.14Polesznyák Márk László2025-02-2116-582/+1536
|\
| * feat: update to `iced` 0.14-devpml682025-02-2116-582/+1536
|/
* feat!: add name to `Theme`, `is_dark` -> `dark`pml682025-02-163-28/+39
* refactor: random stuffpml682025-02-164-25/+32
* chore: update dependenciespml682025-02-124-14/+16
* style: rename `DesignerPage` to `DesignerPane`pml682025-02-086-21/+13
* feat: add highlight color for Other and Custom `Scope` variantspml682025-02-082-2/+16
* feat: set custom `Style` on `TextEditor`pml682025-02-032-107/+163
* feat: switch text editor to animated theme valuepml682025-02-012-2/+2
* refactor: get rid of Uuid, use widget::Id directlypml682025-01-253-212/+209
* feat: add .gitattributes files [skip ci]pml682025-01-141-0/+6
* fix(ci): `"` -> `'`pml682025-01-141-1/+1
* ci: only upload artifact for `stable` buildpml682025-01-141-0/+1
* style: remove pkg name and author from version outputpml682025-01-141-2/+1
* feat: add iced_custom_highlighterpml682025-01-143-7/+19
* feat: add `-V` and `--version` flagspml682025-01-131-0/+16
* ci: add build and lint workflowspml682025-01-137-11/+60
* Merge pull request #5 from pml68/feat/configPolesznyák Márk László2025-01-1138-1264/+1083
|\
| * refactor: remove iced_drop & workspacepml682025-01-1137-1030/+149
| * refactor: apply clippy suggestionspml682025-01-045-70/+56
| * feat: add custom theme codegen for `Project`pml682025-01-0412-108/+244
| * refactor: apply clippy suggestionspml682024-12-313-24/+10
| * feat: use monospace font for `TextEditor`pml682024-12-311-1/+2
| * feat: optionally define Extended Palette in custom themepml682024-12-315-17/+196
| * refactor: unsaved_changes_dialog emits bool instead of MessageDialogResultpml682024-12-312-8/+11
| * feat: add config loading, with theming support, limited to Palette for nowpml682024-12-3015-117/+518
| * refactor!: switch to `uuid` for uuid generationpml682024-12-283-30/+38
|/
* Merge pull request #4 from pml68/feat/playgroundPolesznyák Márk László2024-12-2624-669/+2318
|\
| * feat: add `tip` widget helper from `hecrj/icebreaker`pml682024-12-263-6/+27
| * refactor: `views` -> `panes`, `mod.rs` -> `{panes,types}.rs`pml682024-12-2611-111/+90
| * refactor: remove uses find_parent internally, change element_list to &[]pml682024-12-254-17/+19
| * feat: move rustfmt.toml to `iced_builder`pml682024-12-241-0/+0
| * style: add `max_width=80` to rustfmt.tomlpml682024-12-2412-135/+187
| * refactor: apply a few clippy suggestionspml682024-12-143-13/+17
| * feat: switch to `blob_uuid` for uuid generationpml682024-12-143-44/+50
| * feat: remove `indexmap` in favor of BTreeMappml682024-12-114-184/+183
| * feat: switch to `hecrj/iced_fontello` for icon font managementpml682024-12-0810-101/+1071
| * feat: animated theme switching with `iced_anim` cratepml682024-11-0610-263/+496
| * fix: error when dropping new element on element listpml682024-11-051-4/+2
| * feat: add `unsaved_changes` dialogpml682024-11-044-26/+45
| * feat(error): use `Arc` instead of .to_string for From implspml682024-11-041-9/+10
| * feat: add error dialogs, windows manifestpml682024-10-3016-161/+458
| * feat: implement very basic playgroundpml682024-10-287-21/+89
|/