summaryrefslogtreecommitdiff
path: root/src/main.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: project file to open can be passed as an argument + desktop entrypml682025-06-201-21/+52
|
* feat(PKGBUILD): add `check` for tests [skip ci]pml682025-06-201-1/+2
|
* feat: automatically save config updatespml682025-06-161-5/+39
|
* style: `ḋialogs` -> `dialog`pml682025-06-151-4/+4
|
* feat: write defaults to newly created config file if it's missingpml682025-06-151-13/+6
|
* chore: update depspml682025-06-101-16/+10
|
* feat: dialog improvementspml682025-06-081-88/+101
| | | | | | | - "Unsaved changes" dialogs ask about saving the project - Trying to close the window also triggers an "unsaved changes" dialog when the editor is dirty. - Nicer API for dialogs (similar to what I do in `foghorn-rs/foghorn`)
* fix: animated theme change on startup when config theme != "Dark"pml682025-06-071-6/+4
|
* refactor: get rid of needless `clone`pml682025-05-131-4/+4
|
* chore: update `iced`pml682025-05-131-4/+6
|
* feat: switch to fully custom, Material3-based themepml682025-04-281-14/+9
|
* feat(material_theme): create an iced `Palette` for `iced::theme::Base` implpml682025-04-251-1/+1
|
* refactor: load config in `IcedBuilder::init` instead of `main`pml682025-04-181-32/+34
|
* feat: center the window by defaultpml682025-04-161-0/+1
|
* feat: update `iced`, make designer view more usablepml682025-04-151-6/+12
|
* feat(material_theme): implement Catalog for iced_dialog (`dialog` feature)pml682025-04-151-8/+9
|
* refactor: move custom theme into its separate cratepml682025-04-151-19/+0
|
* fix: merge conflict blobs [skip ci]pml682025-04-151-10/+7
|
* feat: add shadow color, impl `button::Catalog` and `text::Catalog`pml682025-04-151-0/+20
|
* feat: add custom theme struct with dark and light variantspml682025-04-151-6/+4
|
* 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