summaryrefslogtreecommitdiff
path: root/theme_test/src/main.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2025-04-28feat: switch to fully custom, Material3-based themepml681-1/+1
2025-04-28feat: switch to modified `iced_fontello` for custom Theme supportpml687-11/+534
2025-04-28refactor(material_theme)!: make `Theme` an enum with `Custom` variantpml6820-309/+282
2025-04-26feat(material_theme): implement `image::Catalog` (under feature flag)pml686-42/+78
2025-04-25feat(material_theme): create an iced `Palette` for `iced::theme::Base` implpml684-18/+32
2025-04-22refactor(material_theme): make `Theme` `Copy`, add `Theme::ALL` constantpml683-38/+29
2025-04-22feat(material_theme): implement `text_editor::Catalog`pml682-4/+100
2025-04-22fix(material_theme): highlighted text not being visible in `TextInput`pml681-1/+4
2025-04-22fix(material_theme): disabled checkbox border being fully opaquepml681-1/+4
2025-04-22refactor: apply some clippy suggestionspml686-63/+59
2025-04-20feat: use `pane_grid::Controls` for PaneGrid titlebar controlspml685-28/+57
2025-04-20fix: ordering in `build.rs`pml681-11/+11
2025-04-20feat(material_theme): implement `pane_grid::Catalog`pml683-107/+216
2025-04-19feat: tweak default slider sizepml681-3/+3
2025-04-19feat(material_theme): implement `slider::Catalog`pml683-6/+92
2025-04-19feat(material_theme): implement `rule::Catalog`pml683-2/+47
2025-04-18feat(material_theme): implement `slider::Catalog`pml683-2/+74
2025-04-18feat(debug): add custom "Code Generation" Comet debug metricpml681-2/+8
2025-04-18refactor: load config in `IcedBuilder::init` instead of `main`pml682-32/+36
2025-04-18fix: `iced` 0.14 codegenpml683-26/+32
2025-04-17refactor: inline Dark and Light theme definitions, remove toml filespml687-158/+222
2025-04-17feat(material_theme): implement `radio::Catalog`pml682-0/+66
2025-04-17feat(material_theme): implement `progress_bar::Catalog`pml682-0/+27
2025-04-17feat(material_theme): implement `combo_box::Catalog`pml684-10/+10
2025-04-17feat(material_theme): implement `qr_code::Catalog` (under feature flag)pml684-0/+126
2025-04-17feat(material_theme): implement `svg::Catalog` (under feature flag)pml683-0/+19
2025-04-17feat(material_theme): implement `markdown::Catalog` (under feature flag)pml683-2/+16
2025-04-17feat(material_theme): implement `checkbox::Catalog`pml684-2/+143
2025-04-16refactor(PKGBUILD): use `printf` over `echo` in `pkgver`pml681-5/+5
2025-04-16feat: center the window by defaultpml681-0/+1
2025-04-15chore(deps): regenerate lockfile, update dependenciespml681-60/+60
2025-04-15feat(material_theme): implement `text_input::Catalog`pml684-12/+102
2025-04-15chore(deps): update `iced_dialog`pml684-23/+36
2025-04-15feat(PKGBUILD): update pkgver fn, dependenciespml683-2/+8
2025-04-15ci: set dependabot interval to monthlypml681-1/+1
2025-04-15feat(material_theme): tweak `pick_list` and `menu` borderspml682-4/+15
2025-04-15refactor: move `material_theme` and `iced_drop` into separate crates dirpml6823-24/+17
2025-04-15feat(material_theme): implement `pick_list::Catalog`pml6811-147/+258
2025-04-15feat(material_theme): add disabled scrollable `Style`spml681-22/+76
2025-04-15feat(material_theme): implement `theme::Base` for theme (`None` for now)pml682-4/+8
2025-04-15feat: update `iced`, make designer view more usablepml685-142/+193
2025-04-15feat(material_theme): impl `menu::Catalog`, change `dialog::Catalog` implpml684-44/+126
2025-04-15feat(material_theme): impl `scrollable::Catalog`pml684-36/+145
2025-04-15feat(material_theme): implement Catalog for iced_dialog (`dialog` feature)pml686-49/+61
2025-04-15fix: custom theme Default changing between calls, missing `apply_options`spml682-7/+14
2025-04-15feat(material_theme): add feature flag based iced_anim supportpml682-0/+43
2025-04-15refactor: move custom theme into its separate cratepml6817-385/+889
2025-04-15fix: merge conflict blobs [skip ci]pml681-10/+7
2025-04-15feat: add shadow color, impl `button::Catalog` and `text::Catalog`pml686-22/+290
2025-04-15feat: add custom theme struct with dark and light variantspml687-167/+318