| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: update deps | Polesznyák Márk | 2025-11-28 | 1 | -174/+107 |
| | | |||||
| * | chore: update iced_material | Polesznyák Márk | 2025-11-22 | 1 | -16/+16 |
| | | |||||
| * | chore: update deps | Polesznyák Márk | 2025-11-22 | 1 | -179/+172 |
| | | |||||
| * | chore: remove lazy feature flag from iced dependency | Polesznyák Márk | 2025-11-16 | 1 | -57/+1 |
| | | |||||
| * | chore: update deps | Polesznyák Márk | 2025-11-14 | 1 | -273/+371 |
| | | |||||
| * | chore: update deps | Polesznyák Márk | 2025-10-27 | 1 | -480/+447 |
| | | |||||
| * | chore: update git dependencies | Polesznyák Márk | 2025-10-04 | 1 | -3/+3 |
| | | |||||
| * | feat: update according to latest iced and iced_material changes | Polesznyák Márk | 2025-10-02 | 1 | -358/+126 |
| | | |||||
| * | chore: get rid of `Widget::new()` constructor uses | Polesznyák Márk | 2025-09-25 | 1 | -30/+30 |
| | | |||||
| * | feat: switch to `prettyplease` for code formatting | Polesznyák Márk | 2025-09-22 | 1 | -232/+383 |
| | | | | | No more external rustfmt dependency | ||||
| * | chore: update deps | pml68 | 2025-09-02 | 1 | -136/+139 |
| | | |||||
| * | chore: update deps | pml68 | 2025-08-21 | 1 | -173/+175 |
| | | |||||
| * | feat(designer): make container types nicer and easier to see | pml68 | 2025-08-06 | 1 | -49/+49 |
| | | |||||
| * | feat: update `iced_material`, use new reactive system theme | pml68 | 2025-08-01 | 1 | -83/+267 |
| | | |||||
| * | feat: better button styling for "unsaved changes" dialog | pml68 | 2025-07-22 | 1 | -142/+175 |
| | | |||||
| * | style: better Cargo.toml formatting [skip ci] | pml68 | 2025-07-22 | 1 | -1/+1 |
| | | |||||
| * | chore: update deps | pml68 | 2025-07-17 | 1 | -38/+31 |
| | | |||||
| * | feat: make close-only dialogs closable via `Esc` or clicking the backdrop | pml68 | 2025-07-10 | 1 | -55/+97 |
| | | |||||
| * | chore: switch to `[patch.crates-io]` according to `iced_dialog` changes | pml68 | 2025-07-05 | 1 | -31/+44 |
| | | |||||
| * | fix: point `iced_material` to git repo instead of local project dir | pml68 | 2025-06-27 | 1 | -0/+1 |
| | | |||||
| * | feat: extract `material_theme` into separate repo (`pml68/iced_material`) | pml68 | 2025-06-26 | 1 | -117/+13 |
| | | |||||
| * | feat: update for hot reloading support | pml68 | 2025-06-25 | 1 | -70/+77 |
| | | |||||
| * | feat: write defaults to newly created config file if it's missing | pml68 | 2025-06-15 | 1 | -51/+72 |
| | | |||||
| * | chore: extract `iced_drop` into separate repo (`pml68/iced_drop`) | pml68 | 2025-06-13 | 1 | -44/+1 |
| | | |||||
| * | chore: update deps | pml68 | 2025-06-10 | 1 | -61/+54 |
| | | |||||
| * | feat: dialog improvements | pml68 | 2025-06-08 | 1 | -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 dependencies | pml68 | 2025-05-25 | 1 | -120/+121 |
| | | |||||
| * | chore: update `iced` | pml68 | 2025-05-13 | 1 | -249/+231 |
| | | |||||
| * | chore: remove `theme_test`, dependency cleanup | pml68 | 2025-04-29 | 1 | -48/+39 |
| | | |||||
| * | feat: switch to modified `iced_fontello` for custom Theme support | pml68 | 2025-04-28 | 1 | -6/+4 |
| | | |||||
| * | feat(material_theme): implement `image::Catalog` (under feature flag) | pml68 | 2025-04-26 | 1 | -41/+48 |
| | | |||||
| * | refactor: apply some clippy suggestions | pml68 | 2025-04-22 | 1 | -55/+44 |
| | | |||||
| * | fix: `iced` 0.14 codegen | pml68 | 2025-04-18 | 1 | -22/+21 |
| | | |||||
| * | refactor: inline Dark and Light theme definitions, remove toml files | pml68 | 2025-04-17 | 1 | -1/+0 |
| | | |||||
| * | feat(material_theme): implement `qr_code::Catalog` (under feature flag) | pml68 | 2025-04-17 | 1 | -0/+98 |
| | | |||||
| * | chore(deps): regenerate lockfile, update dependencies | pml68 | 2025-04-15 | 1 | -60/+60 |
| | | |||||
| * | feat(material_theme): implement `text_input::Catalog` | pml68 | 2025-04-15 | 1 | -3/+3 |
| | | |||||
| * | chore(deps): update `iced_dialog` | pml68 | 2025-04-15 | 1 | -9/+9 |
| | | |||||
| * | feat(PKGBUILD): update pkgver fn, dependencies | pml68 | 2025-04-15 | 1 | -0/+6 |
| | | |||||
| * | feat(material_theme): implement `pick_list::Catalog` | pml68 | 2025-04-15 | 1 | -35/+33 |
| | | |||||
| * | feat: update `iced`, make designer view more usable | pml68 | 2025-04-15 | 1 | -116/+136 |
| | | |||||
| * | feat(material_theme): implement Catalog for iced_dialog (`dialog` feature) | pml68 | 2025-04-15 | 1 | -0/+2 |
| | | |||||
| * | refactor: move custom theme into its separate crate | pml68 | 2025-04-15 | 1 | -1/+19 |
| | | |||||
| * | feat: add custom theme struct with dark and light variants | pml68 | 2025-04-15 | 1 | -0/+1 |
| | | |||||
| * | chore(deps): bump windows_exe_info from 0.4.2 to 0.5.1 | dependabot[bot] | 2025-04-14 | 1 | -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 dependency | pml68 | 2025-03-31 | 1 | -123/+26 |
| | | |||||
| * | feat: add PKGBUILD | pml68 | 2025-03-23 | 1 | -355/+646 |
| | | |||||
| * | refactor: make config an `Arc<Config>` in `App` | pml68 | 2025-03-01 | 1 | -1/+13 |
| | | |||||
| * | feat: update `iced` | pml68 | 2025-02-27 | 1 | -36/+35 |
| | | |||||
| * | feat: switch to personal `iced` fork, work on version info | pml68 | 2025-02-26 | 1 | -67/+23 |
| | | |||||
