summaryrefslogtreecommitdiff
path: root/crates (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chore: update dependenciespml682025-05-253-3/+3
|
* feat(material_theme): add `new_const` method to `Theme`pml682025-05-151-0/+11
|
* chore: update `iced`pml682025-05-135-34/+3
|
* 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-291-1/+5
|
* fix: iced_fontello/fonts.json being ignored by gitpml682025-04-282-0/+23495
|
* feat: switch to modified `iced_fontello` for custom Theme supportpml682025-04-284-0/+523
|
* 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-264-0/+27
|
* 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-175-156/+208
|
* 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-173-0/+28
|
* 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-173-0/+130
|
* 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-1521-0/+2042