summaryrefslogtreecommitdiff
path: root/Cargo.lock (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ci: add a workflow for MacOS buildsPolesznyák Márk2025-12-311-190/+192
|
* chore: update depsPolesznyák Márk2025-12-121-76/+76
|
* chore: update depsPolesznyák Márk2025-11-281-174/+107
|
* chore: update iced_materialPolesznyák Márk2025-11-221-16/+16
|
* chore: update depsPolesznyák Márk2025-11-221-179/+172
|
* chore: remove lazy feature flag from iced dependencyPolesznyák Márk2025-11-161-57/+1
|
* chore: update depsPolesznyák Márk2025-11-141-273/+371
|
* chore: update depsPolesznyák Márk2025-10-271-480/+447
|
* chore: update git dependenciesPolesznyák Márk2025-10-041-3/+3
|
* feat: update according to latest iced and iced_material changesPolesznyák Márk2025-10-021-358/+126
|
* chore: get rid of `Widget::new()` constructor usesPolesznyák Márk2025-09-251-30/+30
|
* feat: switch to `prettyplease` for code formattingPolesznyák Márk2025-09-221-232/+383
| | | | No more external rustfmt dependency
* chore: update depspml682025-09-021-136/+139
|
* chore: update depspml682025-08-211-173/+175
|
* feat(designer): make container types nicer and easier to seepml682025-08-061-49/+49
|
* feat: update `iced_material`, use new reactive system themepml682025-08-011-83/+267
|
* feat: better button styling for "unsaved changes" dialogpml682025-07-221-142/+175
|
* style: better Cargo.toml formatting [skip ci]pml682025-07-221-1/+1
|
* chore: update depspml682025-07-171-38/+31
|
* feat: make close-only dialogs closable via `Esc` or clicking the backdroppml682025-07-101-55/+97
|
* chore: switch to `[patch.crates-io]` according to `iced_dialog` changespml682025-07-051-31/+44
|
* fix: point `iced_material` to git repo instead of local project dirpml682025-06-271-0/+1
|
* feat: extract `material_theme` into separate repo (`pml68/iced_material`)pml682025-06-261-117/+13
|
* feat: update for hot reloading supportpml682025-06-251-70/+77
|
* feat: write defaults to newly created config file if it's missingpml682025-06-151-51/+72
|
* chore: extract `iced_drop` into separate repo (`pml68/iced_drop`)pml682025-06-131-44/+1
|
* chore: update depspml682025-06-101-61/+54
|
* 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
|