summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* style: `ḋialogs` -> `dialog`pml682025-06-152-4/+4
* feat: write defaults to newly created config file if it's missingpml682025-06-154-17/+30
* feat: create config file on startup if it doesn't existpml682025-06-132-1/+5
* chore: update depspml682025-06-102-18/+16
* feat: dialog improvementspml682025-06-084-137/+200
* fix: animated theme change on startup when config theme != "Dark"pml682025-06-071-6/+4
* refactor: get rid of needless `clone`pml682025-05-132-6/+6
* chore: update `iced`pml682025-05-132-5/+7
* style: `theme` -> `appearance`pml682025-04-291-5/+6
* feat: switch to fully custom, Material3-based themepml682025-04-2814-474/+154
* feat: switch to modified `iced_fontello` for custom Theme supportpml682025-04-281-1/+3
* feat(material_theme): create an iced `Palette` for `iced::theme::Base` implpml682025-04-251-1/+1
* refactor: apply some clippy suggestionspml682025-04-221-1/+1
* feat: use `pane_grid::Controls` for PaneGrid titlebar controlspml682025-04-203-28/+56
* feat(debug): add custom "Code Generation" Comet debug metricpml682025-04-181-2/+8
* refactor: load config in `IcedBuilder::init` instead of `main`pml682025-04-182-32/+36
* fix: `iced` 0.14 codegenpml682025-04-182-4/+11
* feat: center the window by defaultpml682025-04-161-0/+1
* chore(deps): update `iced_dialog`pml682025-04-151-2/+2
* feat: update `iced`, make designer view more usablepml682025-04-153-24/+55
* feat(material_theme): impl `menu::Catalog`, change `dialog::Catalog` implpml682025-04-151-36/+69
* feat(material_theme): implement Catalog for iced_dialog (`dialog` feature)pml682025-04-152-15/+13
* fix: custom theme Default changing between calls, missing `apply_options`spml682025-04-151-2/+4
* refactor: move custom theme into its separate cratepml682025-04-154-419/+1
* fix: merge conflict blobs [skip ci]pml682025-04-151-10/+7
* feat: add shadow color, impl `button::Catalog` and `text::Catalog`pml682025-04-154-8/+272
* feat: add custom theme struct with dark and light variantspml682025-04-153-167/+224
* feat: update PKGBUILD pkgver fn, dependenciespml682025-04-011-2/+3
* feat: remove GTK3 dependencypml682025-03-313-107/+171
* fix(iced_drop): support reactive renderingpml682025-03-232-10/+7
* 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