| Commit message (Expand) | Author | Age | Files | Lines |
| * | chore(deps): update `iced_dialog` | pml68 | 2025-04-15 | 4 | -23/+36 |
| * | feat(PKGBUILD): update pkgver fn, dependencies | pml68 | 2025-04-15 | 3 | -2/+8 |
| * | ci: set dependabot interval to monthly | pml68 | 2025-04-15 | 1 | -1/+1 |
| * | feat(material_theme): tweak `pick_list` and `menu` borders | pml68 | 2025-04-15 | 2 | -4/+15 |
| * | refactor: move `material_theme` and `iced_drop` into separate crates dir | pml68 | 2025-04-15 | 23 | -24/+17 |
| * | feat(material_theme): implement `pick_list::Catalog` | pml68 | 2025-04-15 | 11 | -147/+258 |
| * | feat(material_theme): add disabled scrollable `Style`s | pml68 | 2025-04-15 | 1 | -22/+76 |
| * | feat(material_theme): implement `theme::Base` for theme (`None` for now) | pml68 | 2025-04-15 | 2 | -4/+8 |
| * | feat: update `iced`, make designer view more usable | pml68 | 2025-04-15 | 5 | -142/+193 |
| * | feat(material_theme): impl `menu::Catalog`, change `dialog::Catalog` impl | pml68 | 2025-04-15 | 4 | -44/+126 |
| * | feat(material_theme): impl `scrollable::Catalog` | pml68 | 2025-04-15 | 4 | -36/+145 |
| * | feat(material_theme): implement Catalog for iced_dialog (`dialog` feature) | pml68 | 2025-04-15 | 6 | -49/+61 |
| * | fix: custom theme Default changing between calls, missing `apply_options`s | pml68 | 2025-04-15 | 2 | -7/+14 |
| * | feat(material_theme): add feature flag based iced_anim support | pml68 | 2025-04-15 | 2 | -0/+43 |
| * | refactor: move custom theme into its separate crate | pml68 | 2025-04-15 | 17 | -385/+889 |
| * | 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 | 6 | -22/+290 |
| * | feat: add custom theme struct with dark and light variants | pml68 | 2025-04-15 | 7 | -167/+318 |
| * | Merge pull request #14 from pml68/dependabot/cargo/windows_exe_info-0.5.1 | Polesznyák Márk László | 2025-04-15 | 2 | -3/+10 |
| |\ |
|
| | * | chore(deps): bump windows_exe_info from 0.4.2 to 0.5.1 | dependabot[bot] | 2025-04-14 | 2 | -3/+10 |
| |/ |
|
| * | feat: update PKGBUILD pkgver fn, dependencies | pml68 | 2025-04-01 | 2 | -6/+7 |
| * | feat: remove GTK3 dependency | pml68 | 2025-03-31 | 7 | -232/+203 |
| * | ci: add dependabot config file [skip ci] | pml68 | 2025-03-23 | 2 | -2/+12 |
| * | ci: change cache keys | pml68 | 2025-03-23 | 2 | -2/+2 |
| * | fix(ci): CI profile related stuff | pml68 | 2025-03-23 | 2 | -2/+2 |
| * | fix(iced_drop): support reactive rendering | pml68 | 2025-03-23 | 3 | -15/+50 |
| * | ci: add caching, use mold for linking | pml68 | 2025-03-23 | 5 | -11/+41 |
| * | docs: update TODO.md | pml68 | 2025-03-23 | 1 | -0/+1 |
| * | Merge pull request #7 from pml68/feat/options-backend | Polesznyák Márk László | 2025-03-23 | 26 | -541/+2085 |
| |\ |
|
| | * | feat: finish `ApplyOptions` impls | pml68 | 2025-03-23 | 1 | -1/+259 |
| | * | feat: add TODO file | pml68 | 2025-03-23 | 1 | -0/+2 |
| | * | feat: add PKGBUILD | pml68 | 2025-03-23 | 8 | -362/+728 |
| | * | 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 |
| | * | fix: build.rs not running on git changes | pml68 | 2025-03-03 | 1 | -0/+37 |
| | * | 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 | 7 | -51/+102 |
| | * | ci: add step for running tests | pml68 | 2025-02-27 | 1 | -2/+4 |
| | * | feat: update `iced` | pml68 | 2025-02-27 | 3 | -38/+36 |
| | * | 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 | 6 | -81/+55 |
| | * | 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 | 16 | -48/+52 |
| * | Merge pull request #6 from pml68/feat/0.14 | Polesznyák Márk László | 2025-02-21 | 16 | -582/+1536 |
| |\ |
|
| | * | feat: update to `iced` 0.14-dev | pml68 | 2025-02-21 | 16 | -582/+1536 |
| |/ |
|
| * | feat!: add name to `Theme`, `is_dark` -> `dark` | pml68 | 2025-02-16 | 3 | -28/+39 |