aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* feat: prepare for release0.14Polesznyák Márk2025-12-081-13/+6
* chore: add mailmapPolesznyák Márk2025-11-211-0/+1
* feat: take `IntoFragment` in `button`Polesznyák Márk2025-10-141-1/+2
* chore: add `documentation` URL to crate manifestPolesznyák Márk2025-10-141-0/+1
* chore: update mailing list addressPolesznyák Márk2025-10-041-1/+1
* chore: update repository and homepage URLPolesznyák Márk2025-10-031-2/+2
* fix: sizing issues (collapsed dialog without user-defined size)Polesznyák Márk2025-10-021-2/+10
* docs(README): add builds.sr.ht status and docs website statusPolesznyák Márk2025-09-291-0/+3
* ci(doc): refactor git master ref check for page uploadPolesznyák Márk2025-09-291-15/+3
* feat: add build manifestsPolesznyák Márk2025-09-232-0/+59
* chore: remove GitHub workflowsPolesznyák Márk2025-09-232-53/+0
* chore: necessary updates for iced-rs/iced@611f89fPolesznyák Márk2025-09-231-4/+5
* chore: increase MSRV to match `iced`pml682025-08-191-1/+1
* ci: add unit test(s) for `save` examplepml682025-07-234-20/+73
* style: organize importspml682025-07-222-13/+7
* chore: necessary updates for iced-rs/iced@e0d9078pml682025-07-221-34/+25
* refactor: move `DEFAULT_MAX_{WIDTH,HEIGHT}` constants out of `Dialog`pml682025-07-171-14/+12
* refactor: simplify `view`, inline `modal`pml682025-07-061-53/+26
* feat: `Dialog::padding` -> `padding_inner`, add `padding_outer` methodpml682025-07-061-7/+18
* feat: add `on_press_maybe` methodpml682025-07-061-0/+14
* feat: add horizontal and vertical alignment optionspml682025-07-051-15/+77
* feat: add `on_press` and `on_press_with` methods for backdrop clickspml682025-07-053-9/+42
* feat: "smarter" sizing for the dialogpml682025-07-051-12/+82
* chore: prep package for crates.io publish [skip ci]pml682025-07-041-0/+8
* chore: switch to `[patch.crates-io]` method for git depspml682025-07-041-3/+8
* doc: use `README` as crate documentationpml682025-07-042-67/+2
* feat: simplify the internal `view` methodpml682025-06-091-18/+18
* ci: fix workflowpml682025-06-024-21/+8
* feat: switch from `String` to `Fragment` for `title`pml682025-05-261-4/+6
* feat: add example code to documentation and READMEpml682025-05-133-4/+129
* feat: add `backdrop` method to `Dialog`pml682025-05-031-0/+10
* feat: set defaults for `Dialog`'s `Theme` and `Renderer` type parameterspml682025-05-021-2/+6
* feat: make `Dialog` available from the crate's rootpml682025-05-021-1/+1
* chore: add proper MIT attributionpml682025-04-261-0/+1
* fix: accept `&Class` in `Catalog::style` instead of `Class`pml682025-04-151-8/+5
* refactor!: move backdrop_color into `Style` structpml682025-04-155-20/+102
* fix: example package namepml682025-04-131-1/+1
* fix: examplepml682025-04-133-3/+3
* feat: add `backdrop` method to dialogpml682025-04-131-6/+16
* docs: add CNAME, redirect filepml682025-03-312-2/+22
* feat: add docs workflowpml682025-03-311-0/+23
* refactor: remove unnecessary "advanced" feature from iced_widget dependencypml682025-03-301-1/+0
* feat: initial commitpml682025-03-3012-0/+521