summaryrefslogtreecommitdiff
path: root/crates/material_theme/src/dialog.rs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2025-04-14chore(deps): bump windows_exe_info from 0.4.2 to 0.5.1dependabot[bot]2-3/+10
2025-04-01feat: update PKGBUILD pkgver fn, dependenciespml682-6/+7
2025-03-31feat: remove GTK3 dependencypml687-232/+203
2025-03-23ci: add dependabot config file [skip ci]pml682-2/+12
2025-03-23ci: change cache keyspml682-2/+2
2025-03-23fix(ci): CI profile related stuffpml682-2/+2
2025-03-23fix(iced_drop): support reactive renderingpml683-15/+50
2025-03-23ci: add caching, use mold for linkingpml685-11/+41
2025-03-23docs: update TODO.mdpml681-0/+1
2025-03-23feat: finish `ApplyOptions` implspml681-1/+259