aboutsummaryrefslogtreecommitdiff
path: root/src/dialog.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* style: organize importspml682025-07-221-10/+5
* 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-051-9/+40
* feat: "smarter" sizing for the dialogpml682025-07-051-12/+82
* feat: simplify the internal `view` methodpml682025-06-091-18/+18
* feat: switch from `String` to `Fragment` for `title`pml682025-05-261-4/+6
* 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
* fix: accept `&Class` in `Catalog::style` instead of `Class`pml682025-04-151-8/+5
* refactor!: move backdrop_color into `Style` structpml682025-04-151-13/+91
* fix: examplepml682025-04-131-1/+1
* feat: add `backdrop` method to dialogpml682025-04-131-6/+16
* feat: initial commitpml682025-03-301-0/+282