| Commit message (Expand) | Author | Age | Files | Lines |
| * | refactor: get rid of needless `clone` | pml68 | 2025-05-13 | 2 | -6/+6 |
| * | chore: update `iced` | pml68 | 2025-05-13 | 2 | -5/+7 |
| * | style: `theme` -> `appearance` | pml68 | 2025-04-29 | 1 | -5/+6 |
| * | feat: switch to fully custom, Material3-based theme | pml68 | 2025-04-28 | 14 | -474/+154 |
| * | feat: switch to modified `iced_fontello` for custom Theme support | pml68 | 2025-04-28 | 1 | -1/+3 |
| * | feat(material_theme): create an iced `Palette` for `iced::theme::Base` impl | pml68 | 2025-04-25 | 1 | -1/+1 |
| * | refactor: apply some clippy suggestions | pml68 | 2025-04-22 | 1 | -1/+1 |
| * | feat: use `pane_grid::Controls` for PaneGrid titlebar controls | pml68 | 2025-04-20 | 3 | -28/+56 |
| * | feat(debug): add custom "Code Generation" Comet debug metric | pml68 | 2025-04-18 | 1 | -2/+8 |
| * | refactor: load config in `IcedBuilder::init` instead of `main` | pml68 | 2025-04-18 | 2 | -32/+36 |
| * | fix: `iced` 0.14 codegen | pml68 | 2025-04-18 | 2 | -4/+11 |
| * | feat: center the window by default | pml68 | 2025-04-16 | 1 | -0/+1 |
| * | chore(deps): update `iced_dialog` | pml68 | 2025-04-15 | 1 | -2/+2 |
| * | feat: update `iced`, make designer view more usable | pml68 | 2025-04-15 | 3 | -24/+55 |
| * | feat(material_theme): impl `menu::Catalog`, change `dialog::Catalog` impl | pml68 | 2025-04-15 | 1 | -36/+69 |
| * | feat(material_theme): implement Catalog for iced_dialog (`dialog` feature) | pml68 | 2025-04-15 | 2 | -15/+13 |
| * | fix: custom theme Default changing between calls, missing `apply_options`s | pml68 | 2025-04-15 | 1 | -2/+4 |
| * | refactor: move custom theme into its separate crate | pml68 | 2025-04-15 | 4 | -419/+1 |
| * | fix: merge conflict blobs [skip ci] | pml68 | 2025-04-15 | 1 | -10/+7 |
| * | feat: add shadow color, impl `button::Catalog` and `text::Catalog` | pml68 | 2025-04-15 | 4 | -8/+272 |
| * | feat: add custom theme struct with dark and light variants | pml68 | 2025-04-15 | 3 | -167/+224 |
| * | feat: update PKGBUILD pkgver fn, dependencies | pml68 | 2025-04-01 | 1 | -2/+3 |
| * | feat: remove GTK3 dependency | pml68 | 2025-03-31 | 3 | -107/+171 |
| * | fix(iced_drop): support reactive rendering | pml68 | 2025-03-23 | 2 | -10/+7 |
| * | feat: finish `ApplyOptions` impls | pml68 | 2025-03-23 | 1 | -1/+259 |
| * | feat: add PKGBUILD | pml68 | 2025-03-23 | 3 | -6/+21 |
| * | feat: impl `Value` for `LineHeight` and `ContentFit` (all done) | pml68 | 2025-03-04 | 3 | -0/+188 |
| * | refactor: move some `assert_eq`s | pml68 | 2025-03-03 | 1 | -7/+9 |
| * | feat: impl `Value` for `Pixels` and `Alignment` | pml68 | 2025-03-01 | 3 | -0/+85 |
| * | refactor: make config an `Arc<Config>` in `App` | pml68 | 2025-03-01 | 6 | -50/+89 |
| * | feat: update `iced` | pml68 | 2025-02-27 | 1 | -1/+0 |
| * | fix: missing prefix detection | pml68 | 2025-02-27 | 1 | -1/+1 |
| * | feat: implement `Value` for `Length` | pml68 | 2025-02-27 | 4 | -4/+154 |
| * | feat: rework `Value` trait, create unit tests for parser implementations | pml68 | 2025-02-26 | 4 | -57/+264 |
| * | feat: switch to personal `iced` fork, work on version info | pml68 | 2025-02-26 | 3 | -8/+16 |
| * | feat: implement `ValueFromStr` for Rotation | pml68 | 2025-02-24 | 5 | -29/+183 |
| * | feat: create separate `ValueFromStr` struct | pml68 | 2025-02-24 | 5 | -27/+52 |
| * | feat: start working on options backend (`ApplyOptions` trait) | pml68 | 2025-02-22 | 4 | -45/+90 |
| * | feat: update to Rust 2024 | pml68 | 2025-02-21 | 12 | -31/+36 |
| * | feat: update to `iced` 0.14-dev | pml68 | 2025-02-21 | 5 | -18/+49 |
| * | feat!: add name to `Theme`, `is_dark` -> `dark` | pml68 | 2025-02-16 | 2 | -27/+36 |
| * | refactor: random stuff | pml68 | 2025-02-16 | 3 | -23/+29 |
| * | chore: update dependencies | pml68 | 2025-02-12 | 2 | -4/+2 |
| * | style: rename `DesignerPage` to `DesignerPane` | pml68 | 2025-02-08 | 5 | -18/+13 |
| * | feat: add highlight color for Other and Custom `Scope` variants | pml68 | 2025-02-08 | 1 | -2/+13 |
| * | feat: set custom `Style` on `TextEditor` | pml68 | 2025-02-03 | 1 | -1/+18 |
| * | 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 | -14/+13 |
| * | style: remove pkg name and author from version output | pml68 | 2025-01-14 | 1 | -2/+1 |
| * | feat: add iced_custom_highlighter | pml68 | 2025-01-14 | 1 | -7/+5 |