aboutsummaryrefslogtreecommitdiff
path: root/src/rule.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-03-27chore: necessary updates for iced-rs/iced@6690731Polesznyák Márk4-32/+17
2026-03-22feat: move from sourcehut to my git instancePolesznyák Márk4-36/+7
2026-02-12feat!: cd selection && mv default primaryPolesznyák Márk1-3/+3
2026-02-12docs: fix typo, unused markdown linkPolesznyák Márk1-3/+1
2026-02-03refactor: increase border radius of rounded widgets just in casePolesznyák Márk5-13/+12
2026-01-20chore: bump MSRV to match iced'sPolesznyák Márk1-1/+1
2026-01-01feat!: remove feature flags that should be set on iced by the userPolesznyák Márk4-11/+7
2025-12-11chore: point iced deps to 0.15.0-devPolesznyák Márk1-3/+3
2025-12-09chore: update as necessary for upstream iced changesPolesznyák Márk3-30/+54
2025-11-30chore(manifest): add homepage, fix repo URLPolesznyák Márk1-1/+2
2025-11-30chore: update as necessary for upstream iced changesPolesznyák Márk4-31/+82
2025-11-22feat!: combine `Primary`, `Secondary`, `Tertiary` and `Error`Polesznyák Márk20-247/+184
Now only a singular `ColorQuartet` struct exists. Also rename some `Surface` and `Inverse` fields for consistency.