summaryrefslogtreecommitdiff
path: root/src/config.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2025-05-13refactor: get rid of needless `clone`pml682-6/+6
2025-05-13chore: update `iced`pml689-290/+243
2025-04-29style: `theme` -> `appearance`pml681-5/+6
2025-04-29fix(material_theme): missing `abs` when checking the alpha values in `mix`pml681-1/+1
2025-04-29fix(material_theme): broken serde impl on `Theme`pml681-81/+110
2025-04-29chore: remove `theme_test`, dependency cleanuppml685-339/+48
2025-04-28ci: remove `libgtk-3-dev` dependencypml682-2/+2
2025-04-28fix: iced_fontello/fonts.json being ignored by gitpml682-0/+23495
2025-04-28feat: switch to fully custom, Material3-based themepml6816-516/+155
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