| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | 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 |
| * | 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 |
| * | feat: update to `iced` 0.14-dev | pml68 | 2025-02-21 | 1 | -554/+686 |
| * | chore: update dependencies | pml68 | 2025-02-12 | 1 | -4/+4 |
| * | feat: set custom `Style` on `TextEditor` | pml68 | 2025-02-03 | 1 | -106/+145 |
| * | feat: switch text editor to animated theme value | pml68 | 2025-02-01 | 1 | -1/+1 |
| * | refactor: get rid of Uuid, use widget::Id directly | pml68 | 2025-01-25 | 1 | -197/+196 |
| * | feat: add iced_custom_highlighter | pml68 | 2025-01-14 | 1 | -0/+10 |
| * | refactor: remove iced_drop & workspace | pml68 | 2025-01-11 | 1 | -210/+76 |
| * | feat: add custom theme codegen for `Project` | pml68 | 2025-01-04 | 1 | -5/+14 |
| * | feat: add config loading, with theming support, limited to Palette for now | pml68 | 2024-12-30 | 1 | -44/+86 |
| * | refactor!: switch to `uuid` for uuid generation | pml68 | 2024-12-28 | 1 | -24/+31 |
| * | refactor: `views` -> `panes`, `mod.rs` -> `{panes,types}.rs` | pml68 | 2024-12-26 | 1 | -108/+87 |
| * | feat: switch to `blob_uuid` for uuid generation | pml68 | 2024-12-14 | 1 | -33/+16 |
| * | feat: remove `indexmap` in favor of BTreeMap | pml68 | 2024-12-11 | 1 | -172/+173 |
| * | feat: switch to `hecrj/iced_fontello` for icon font management | pml68 | 2024-12-08 | 1 | -82/+1021 |