summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fix: point `iced_material` to git repo instead of local project dirpml682025-06-272-1/+2
* feat: extract `material_theme` into separate repo (`pml68/iced_material`)pml682025-06-2641-2145/+31
* feat: update for hot reloading supportpml682025-06-256-71/+84
* refactor: simplify `material_theme::Theme`'s `Default` implpml682025-06-231-5/+6
* chore: remove config file under `assets`pml682025-06-231-1/+0
* chore: remove "GTK" category from linux desktop entry [skip ci]pml682025-06-201-1/+1
* fix: if-let chains are still unstablepml682025-06-201-2/+4
* ci: disable fail-fast in `build` workflowpml682025-06-201-0/+1
* feat: project file to open can be passed as an argument + desktop entrypml682025-06-204-23/+74
* feat(PKGBUILD): add `check` for tests [skip ci]pml682025-06-205-16/+18
* ci: separate `Lint` and `Test` workflowspml682025-06-164-10/+39
* ci: test build on MSRV, build with `release` profilepml682025-06-161-2/+2
* feat: automatically save config updatespml682025-06-166-42/+101
* style: `ḋialogs` -> `dialog`pml682025-06-152-4/+4
* feat: write defaults to newly created config file if it's missingpml682025-06-156-69/+103
* feat: create config file on startup if it doesn't existpml682025-06-132-1/+5
* chore: extract `iced_drop` into separate repo (`pml68/iced_drop`)pml682025-06-1310-857/+2
* chore: update depspml682025-06-106-85/+72
* feat: dialog improvementspml682025-06-085-232/+323
* fix: animated theme change on startup when config theme != "Dark"pml682025-06-072-17/+13
* chore: update dependenciespml682025-05-255-126/+127
* feat(material_theme): add `new_const` method to `Theme`pml682025-05-151-0/+11
* ci: allow `clippy::uninlined_format_args`pml682025-05-131-0/+1
* refactor: get rid of needless `clone`pml682025-05-132-6/+6
* chore: update `iced`pml682025-05-139-290/+243
* Merge pull request #20 from pml68/feat/custom-themePolesznyák Márk László2025-04-2964-1075/+26904
|\
| * style: `theme` -> `appearance`pml682025-04-291-5/+6
| * 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-295-339/+48
| * ci: remove `libgtk-3-dev` dependencypml682025-04-282-2/+2
| * fix: iced_fontello/fonts.json being ignored by gitpml682025-04-282-0/+23495
| * feat: switch to fully custom, Material3-based themepml682025-04-2816-516/+155
| * feat: switch to modified `iced_fontello` for custom Theme supportpml682025-04-287-11/+534
| * 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-266-42/+78
| * feat(material_theme): create an iced `Palette` for `iced::theme::Base` implpml682025-04-254-18/+32
| * refactor(material_theme): make `Theme` `Copy`, add `Theme::ALL` constantpml682025-04-223-38/+29
| * feat(material_theme): implement `text_editor::Catalog`pml682025-04-222-4/+100
| * 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-226-63/+59
| * feat: use `pane_grid::Controls` for PaneGrid titlebar controlspml682025-04-205-28/+57
| * fix: ordering in `build.rs`pml682025-04-201-11/+11
| * feat(material_theme): implement `pane_grid::Catalog`pml682025-04-203-107/+216
| * feat: tweak default slider sizepml682025-04-191-3/+3
| * feat(material_theme): implement `slider::Catalog`pml682025-04-193-6/+92
| * feat(material_theme): implement `rule::Catalog`pml682025-04-193-2/+47
| * feat(material_theme): implement `slider::Catalog`pml682025-04-183-2/+74
| * feat(debug): add custom "Code Generation" Comet debug metricpml682025-04-181-2/+8