summaryrefslogtreecommitdiff
path: root/crates/iced_fontello/fonts.json (unfollow)
Commit message (Expand)AuthorFilesLines
2025-06-20feat: project file to open can be passed as an argument + desktop entrypml684-23/+74
2025-06-20feat(PKGBUILD): add `check` for tests [skip ci]pml685-16/+18
2025-06-16ci: separate `Lint` and `Test` workflowspml684-10/+39
2025-06-16ci: test build on MSRV, build with `release` profilepml681-2/+2
2025-06-16feat: automatically save config updatespml686-42/+101
2025-06-15style: `ḋialogs` -> `dialog`pml682-4/+4
2025-06-15feat: write defaults to newly created config file if it's missingpml686-69/+103
2025-06-13feat: create config file on startup if it doesn't existpml682-1/+5
2025-06-13chore: extract `iced_drop` into separate repo (`pml68/iced_drop`)pml6810-857/+2
2025-06-10chore: update depspml686-85/+72
2025-06-08feat: dialog improvementspml685-232/+323
2025-06-07fix: animated theme change on startup when config theme != "Dark"pml682-17/+13
2025-05-25chore: update dependenciespml685-126/+127
2025-05-15feat(material_theme): add `new_const` method to `Theme`pml681-0/+11
2025-05-13ci: allow `clippy::uninlined_format_args`pml681-0/+1
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