summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * refactor: inline Dark and Light theme definitions, remove toml filespml682025-04-177-158/+222
| * feat(material_theme): implement `radio::Catalog`pml682025-04-172-0/+66
| * feat(material_theme): implement `progress_bar::Catalog`pml682025-04-172-0/+27
| * feat(material_theme): implement `combo_box::Catalog`pml682025-04-174-10/+10
| * feat(material_theme): implement `qr_code::Catalog` (under feature flag)pml682025-04-174-0/+126
| * feat(material_theme): implement `svg::Catalog` (under feature flag)pml682025-04-173-0/+19
| * feat(material_theme): implement `markdown::Catalog` (under feature flag)pml682025-04-173-2/+16
| * feat(material_theme): implement `checkbox::Catalog`pml682025-04-174-2/+143
| * refactor(PKGBUILD): use `printf` over `echo` in `pkgver`pml682025-04-161-5/+5
| * feat: center the window by defaultpml682025-04-161-0/+1
| * chore(deps): regenerate lockfile, update dependenciespml682025-04-151-60/+60
| * feat(material_theme): implement `text_input::Catalog`pml682025-04-154-12/+102
| * chore(deps): update `iced_dialog`pml682025-04-154-23/+36
| * feat(PKGBUILD): update pkgver fn, dependenciespml682025-04-153-2/+8
| * ci: set dependabot interval to monthlypml682025-04-151-1/+1
| * feat(material_theme): tweak `pick_list` and `menu` borderspml682025-04-152-4/+15
| * refactor: move `material_theme` and `iced_drop` into separate crates dirpml682025-04-1523-24/+17
| * feat(material_theme): implement `pick_list::Catalog`pml682025-04-1511-147/+258
| * feat(material_theme): add disabled scrollable `Style`spml682025-04-151-22/+76
| * feat(material_theme): implement `theme::Base` for theme (`None` for now)pml682025-04-152-4/+8
| * feat: update `iced`, make designer view more usablepml682025-04-155-142/+193
| * feat(material_theme): impl `menu::Catalog`, change `dialog::Catalog` implpml682025-04-154-44/+126
| * feat(material_theme): impl `scrollable::Catalog`pml682025-04-154-36/+145
| * feat(material_theme): implement Catalog for iced_dialog (`dialog` feature)pml682025-04-156-49/+61
| * fix: custom theme Default changing between calls, missing `apply_options`spml682025-04-152-7/+14
| * feat(material_theme): add feature flag based iced_anim supportpml682025-04-152-0/+43
| * refactor: move custom theme into its separate cratepml682025-04-1517-385/+889
| * fix: merge conflict blobs [skip ci]pml682025-04-151-10/+7
| * feat: add shadow color, impl `button::Catalog` and `text::Catalog`pml682025-04-156-22/+290
| * feat: add custom theme struct with dark and light variantspml682025-04-157-167/+318
|/
* Merge pull request #14 from pml68/dependabot/cargo/windows_exe_info-0.5.1Polesznyák Márk László2025-04-152-3/+10
|\
| * chore(deps): bump windows_exe_info from 0.4.2 to 0.5.1dependabot[bot]2025-04-142-3/+10
|/
* feat: update PKGBUILD pkgver fn, dependenciespml682025-04-012-6/+7
* feat: remove GTK3 dependencypml682025-03-317-232/+203
* ci: add dependabot config file [skip ci]pml682025-03-232-2/+12
* ci: change cache keyspml682025-03-232-2/+2
* fix(ci): CI profile related stuffpml682025-03-232-2/+2
* fix(iced_drop): support reactive renderingpml682025-03-233-15/+50
* ci: add caching, use mold for linkingpml682025-03-235-11/+41
* docs: update TODO.mdpml682025-03-231-0/+1
* Merge pull request #7 from pml68/feat/options-backendPolesznyák Márk László2025-03-2326-541/+2085
|\
| * feat: finish `ApplyOptions` implspml682025-03-231-1/+259
| * feat: add TODO filepml682025-03-231-0/+2
| * feat: add PKGBUILDpml682025-03-238-362/+728
| * feat: impl `Value` for `LineHeight` and `ContentFit` (all done)pml682025-03-043-0/+188
| * refactor: move some `assert_eq`spml682025-03-031-7/+9
| * fix: build.rs not running on git changespml682025-03-031-0/+37
| * feat: impl `Value` for `Pixels` and `Alignment`pml682025-03-013-0/+85
| * refactor: make config an `Arc<Config>` in `App`pml682025-03-017-51/+102
| * ci: add step for running testspml682025-02-271-2/+4