summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* style: `theme` -> `appearance`pml682025-04-291-5/+6
|
* fix(material_theme): missing `abs` when checking the alpha values in `mix`pml682025-04-291-1/+1
|
* fix(material_theme): broken serde impl on `Theme`pml682025-04-291-81/+110
|
* chore: remove `theme_test`, dependency cleanuppml682025-04-295-339/+48
|
* ci: remove `libgtk-3-dev` dependencypml682025-04-282-2/+2
|
* fix: iced_fontello/fonts.json being ignored by gitpml682025-04-282-0/+23495
|
* feat: switch to fully custom, Material3-based themepml682025-04-2816-516/+155
|
* feat: switch to modified `iced_fontello` for custom Theme supportpml682025-04-287-11/+534
|
* refactor(material_theme)!: make `Theme` an enum with `Custom` variantpml682025-04-2820-309/+282
|
* feat(material_theme): implement `image::Catalog` (under feature flag)pml682025-04-266-42/+78
|
* feat(material_theme): create an iced `Palette` for `iced::theme::Base` implpml682025-04-254-18/+32
|
* refactor(material_theme): make `Theme` `Copy`, add `Theme::ALL` constantpml682025-04-223-38/+29
|
* feat(material_theme): implement `text_editor::Catalog`pml682025-04-222-4/+100
|
* fix(material_theme): highlighted text not being visible in `TextInput`pml682025-04-221-1/+4
|
* fix(material_theme): disabled checkbox border being fully opaquepml682025-04-221-1/+4
|
* refactor: apply some clippy suggestionspml682025-04-226-63/+59
|
* feat: use `pane_grid::Controls` for PaneGrid titlebar controlspml682025-04-205-28/+57
|
* fix: ordering in `build.rs`pml682025-04-201-11/+11
|
* feat(material_theme): implement `pane_grid::Catalog`pml682025-04-203-107/+216
|
* feat: tweak default slider sizepml682025-04-191-3/+3
|
* feat(material_theme): implement `slider::Catalog`pml682025-04-193-6/+92
|
* feat(material_theme): implement `rule::Catalog`pml682025-04-193-2/+47
|
* feat(material_theme): implement `slider::Catalog`pml682025-04-183-2/+74
|
* feat(debug): add custom "Code Generation" Comet debug metricpml682025-04-181-2/+8
|
* refactor: load config in `IcedBuilder::init` instead of `main`pml682025-04-182-32/+36
|
* fix: `iced` 0.14 codegenpml682025-04-183-26/+32
|
* 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
|