summaryrefslogtreecommitdiff
path: root/crates/material_theme/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix(material_theme): broken serde impl on `Theme`pml682025-04-291-81/+110
* 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-262-0/+23
* 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
* feat(material_theme): implement `text_editor::Catalog`pml682025-04-221-0/+85
* 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-224-7/+14
* feat(material_theme): implement `pane_grid::Catalog`pml682025-04-202-0/+39
* feat: tweak default slider sizepml682025-04-191-3/+3
* feat(material_theme): implement `slider::Catalog`pml682025-04-192-0/+81
* feat(material_theme): implement `rule::Catalog`pml682025-04-192-0/+34
* feat(material_theme): implement `slider::Catalog`pml682025-04-182-0/+64
* refactor: inline Dark and Light theme definitions, remove toml filespml682025-04-172-56/+202
* 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-172-0/+26
* feat(material_theme): implement `svg::Catalog` (under feature flag)pml682025-04-172-0/+17
* feat(material_theme): implement `markdown::Catalog` (under feature flag)pml682025-04-172-0/+12
* feat(material_theme): implement `checkbox::Catalog`pml682025-04-172-0/+128
* feat(material_theme): implement `text_input::Catalog`pml682025-04-152-0/+82
* chore(deps): update `iced_dialog`pml682025-04-151-7/+23
* 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-159-0/+1067