index
:
iced_dialog
0.13
0.14
master
Custom dialog for iced
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
dialog.rs
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
chore: necessary updates for iced-rs/iced@e0d9078
pml68
2025-07-22
1
-34
/
+25
|
*
refactor: move `DEFAULT_MAX_{WIDTH,HEIGHT}` constants out of `Dialog`
pml68
2025-07-17
1
-14
/
+12
|
*
refactor: simplify `view`, inline `modal`
pml68
2025-07-06
1
-53
/
+26
|
*
feat: `Dialog::padding` -> `padding_inner`, add `padding_outer` method
pml68
2025-07-06
1
-7
/
+18
|
*
feat: add `on_press_maybe` method
pml68
2025-07-06
1
-0
/
+14
|
*
feat: add horizontal and vertical alignment options
pml68
2025-07-05
1
-15
/
+77
|
*
feat: add `on_press` and `on_press_with` methods for backdrop clicks
pml68
2025-07-05
1
-9
/
+40
|
*
feat: "smarter" sizing for the dialog
pml68
2025-07-05
1
-12
/
+82
|
*
feat: simplify the internal `view` method
pml68
2025-06-09
1
-18
/
+18
|
*
feat: switch from `String` to `Fragment` for `title`
pml68
2025-05-26
1
-4
/
+6
|
*
feat: add `backdrop` method to `Dialog`
pml68
2025-05-03
1
-0
/
+10
|
*
feat: set defaults for `Dialog`'s `Theme` and `Renderer` type parameters
pml68
2025-05-02
1
-2
/
+6
|
*
fix: accept `&Class` in `Catalog::style` instead of `Class`
pml68
2025-04-15
1
-8
/
+5
|
*
refactor!: move backdrop_color into `Style` struct
pml68
2025-04-15
1
-13
/
+91
|
*
fix: example
pml68
2025-04-13
1
-1
/
+1
|
*
feat: add `backdrop` method to dialog
pml68
2025-04-13
1
-6
/
+16
|
*
feat: initial commit
pml68
2025-03-30
1
-0
/
+282