summaryrefslogtreecommitdiff
path: root/crates/material_theme/src/lib.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* feat(material_theme): create an iced `Palette` for `iced::theme::Base` implpml682025-04-251-16/+28
* refactor(material_theme): make `Theme` `Copy`, add `Theme::ALL` constantpml682025-04-221-35/+25
* refactor: apply some clippy suggestionspml682025-04-221-1/+4
* feat(material_theme): implement `pane_grid::Catalog`pml682025-04-201-0/+1
* feat(material_theme): implement `slider::Catalog`pml682025-04-191-0/+1
* feat(material_theme): implement `rule::Catalog`pml682025-04-191-0/+1
* feat(material_theme): implement `slider::Catalog`pml682025-04-181-0/+1
* refactor: inline Dark and Light theme definitions, remove toml filespml682025-04-171-56/+182
* feat(material_theme): implement `radio::Catalog`pml682025-04-171-0/+1
* feat(material_theme): implement `progress_bar::Catalog`pml682025-04-171-0/+1
* feat(material_theme): implement `combo_box::Catalog`pml682025-04-171-0/+1
* feat(material_theme): implement `qr_code::Catalog` (under feature flag)pml682025-04-171-0/+2
* feat(material_theme): implement `svg::Catalog` (under feature flag)pml682025-04-171-0/+2
* feat(material_theme): implement `markdown::Catalog` (under feature flag)pml682025-04-171-0/+2
* feat(material_theme): implement `checkbox::Catalog`pml682025-04-171-0/+1
* feat(material_theme): implement `text_input::Catalog`pml682025-04-151-0/+1
* refactor: move `material_theme` and `iced_drop` into separate crates dirpml682025-04-151-0/+248