summaryrefslogtreecommitdiff
path: root/Cargo.lock (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: dialog improvementspml682025-06-081-95/+123
| | | | | | | - "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`)
* chore: update dependenciespml682025-05-251-120/+121
|
* chore: update `iced`pml682025-05-131-249/+231
|
* chore: remove `theme_test`, dependency cleanuppml682025-04-291-48/+39
|
* feat: switch to modified `iced_fontello` for custom Theme supportpml682025-04-281-6/+4
|
* feat(material_theme): implement `image::Catalog` (under feature flag)pml682025-04-261-41/+48
|
* refactor: apply some clippy suggestionspml682025-04-221-55/+44
|
* fix: `iced` 0.14 codegenpml682025-04-181-22/+21
|
* refactor: inline Dark and Light theme definitions, remove toml filespml682025-04-171-1/+0
|
* feat(material_theme): implement `qr_code::Catalog` (under feature flag)pml682025-04-171-0/+98
|
* chore(deps): regenerate lockfile, update dependenciespml682025-04-151-60/+60
|
* feat(material_theme): implement `text_input::Catalog`pml682025-04-151-3/+3
|
* chore(deps): update `iced_dialog`pml682025-04-151-9/+9
|
* feat(PKGBUILD): update pkgver fn, dependenciespml682025-04-151-0/+6
|
* feat(material_theme): implement `pick_list::Catalog`pml682025-04-151-35/+33
|
* feat: update `iced`, make designer view more usablepml682025-04-151-116/+136
|
* feat(material_theme): implement Catalog for iced_dialog (`dialog` feature)pml682025-04-151-0/+2
|
* refactor: move custom theme into its separate cratepml682025-04-151-1/+19
|
* feat: add custom theme struct with dark and light variantspml682025-04-151-0/+1
|
* chore(deps): bump windows_exe_info from 0.4.2 to 0.5.1dependabot[bot]2025-04-141-2/+9
| | | | | | | | | | | | | | Bumps [windows_exe_info](https://github.com/MasterOfRespawn/windows_exe_info) from 0.4.2 to 0.5.1. - [Commits](https://github.com/MasterOfRespawn/windows_exe_info/commits) --- updated-dependencies: - dependency-name: windows_exe_info dependency-version: 0.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* feat: remove GTK3 dependencypml682025-03-311-123/+26
|
* feat: add PKGBUILDpml682025-03-231-355/+646
|
* refactor: make config an `Arc<Config>` in `App`pml682025-03-011-1/+13
|
* feat: update `iced`pml682025-02-271-36/+35
|
* feat: switch to personal `iced` fork, work on version infopml682025-02-261-67/+23
|
* feat: update to `iced` 0.14-devpml682025-02-211-554/+686
|
* chore: update dependenciespml682025-02-121-4/+4
|
* feat: set custom `Style` on `TextEditor`pml682025-02-031-106/+145
|
* feat: switch text editor to animated theme valuepml682025-02-011-1/+1
|
* refactor: get rid of Uuid, use widget::Id directlypml682025-01-251-197/+196
|
* feat: add iced_custom_highlighterpml682025-01-141-0/+10
|
* refactor: remove iced_drop & workspacepml682025-01-111-210/+76
|
* feat: add custom theme codegen for `Project`pml682025-01-041-5/+14
|
* feat: add config loading, with theming support, limited to Palette for nowpml682024-12-301-44/+86
|
* refactor!: switch to `uuid` for uuid generationpml682024-12-281-24/+31
| | | | Existing project files can only be opened after deleting all ids
* refactor: `views` -> `panes`, `mod.rs` -> `{panes,types}.rs`pml682024-12-261-108/+87
|
* feat: switch to `blob_uuid` for uuid generationpml682024-12-141-33/+16
|
* feat: remove `indexmap` in favor of BTreeMappml682024-12-111-172/+173
|
* feat: switch to `hecrj/iced_fontello` for icon font managementpml682024-12-081-82/+1021
|
* feat: animated theme switching with `iced_anim` cratepml682024-11-061-219/+443
| | | | | | c c
* feat: add error dialogs, windows manifestpml682024-10-301-45/+287
|
* feat: implement `std::error::Error` for custom `Error` enumpml682024-10-261-4/+5
|
* feat: implement d&d for new elementspml682024-10-211-0/+2
| | | | | | `ActionKind` enum to help generalize d&d actions removed `codegen` module small refactors
* feat: update to iced 0.13.1, basic project state file, prepare for drag&droppml682024-10-041-428/+1134
|
* feat: rework RenderedElement, prepare for JSON project formatpml682024-09-281-0/+2
|
* feat: restructure project, start drag and droppml682024-09-231-154/+174
|
* feat: finish codegen for elements **without** propspml682024-09-221-0/+43
| | | | feat: wow
* feat: format children nodes into code (without props)pml682024-09-221-2/+13
|
* feat: add usable state logicpml682024-08-301-2/+262
|
* feat: initial commitpml682024-08-291-0/+3797