index
:
iced-builder
master
UI builder for iced, built with iced.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
dialog.rs
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2025-07-10
feat: make close-only dialogs closable via `Esc` or clicking the backdrop
pml68
6
-60
/
+117
2025-07-05
chore: switch to `[patch.crates-io]` according to `iced_dialog` changes
pml68
2
-34
/
+51
2025-07-01
chore: remove clang & mold build config from `.cargo/config.toml`
pml68
4
-9
/
+5
2025-07-01
fix: relative project path written to config, bump MSRV to 1.88.0
pml68
7
-70
/
+80
2025-06-30
chore(PKGBUILD): remove clang and mold from `makedepends` [skip ci]
pml68
1
-3
/
+2
2025-06-29
fix(PKGBUILD): cargo dependency not found, "reference to `$srcdir`" [skip ci]
pml68
1
-2
/
+3
2025-06-27
feat: make `rustfmt` optional as a dependency
pml68
3
-9
/
+23
2025-06-27
ci: rename `all` jobs -> `lint` & `test` [skip ci]
pml68
2
-2
/
+2
2025-06-27
style(Cargo.toml): redo dependency structuring
pml68
1
-21
/
+32
2025-06-27
fix: point `iced_material` to git repo instead of local project dir
pml68
2
-1
/
+2
2025-06-26
feat: extract `material_theme` into separate repo (`pml68/iced_material`)
pml68
41
-2145
/
+31
2025-06-25
feat: update for hot reloading support
pml68
6
-71
/
+84
2025-06-23
refactor: simplify `material_theme::Theme`'s `Default` impl
pml68
1
-5
/
+6
2025-06-23
chore: remove config file under `assets`
pml68
1
-1
/
+0
2025-06-20
chore: remove "GTK" category from linux desktop entry [skip ci]
pml68
1
-1
/
+1
2025-06-20
fix: if-let chains are still unstable
pml68
1
-2
/
+4
2025-06-20
ci: disable fail-fast in `build` workflow
pml68
1
-0
/
+1
2025-06-20
feat: project file to open can be passed as an argument + desktop entry
pml68
4
-23
/
+74
2025-06-20
feat(PKGBUILD): add `check` for tests [skip ci]
pml68
5
-16
/
+18
2025-06-16
ci: separate `Lint` and `Test` workflows
pml68
4
-10
/
+39
2025-06-16
ci: test build on MSRV, build with `release` profile
pml68
1
-2
/
+2
2025-06-16
feat: automatically save config updates
pml68
6
-42
/
+101
2025-06-15
style: `ḋialogs` -> `dialog`
pml68
2
-4
/
+4
2025-06-15
feat: write defaults to newly created config file if it's missing
pml68
6
-69
/
+103
2025-06-13
feat: create config file on startup if it doesn't exist
pml68
2
-1
/
+5
2025-06-13
chore: extract `iced_drop` into separate repo (`pml68/iced_drop`)
pml68
10
-857
/
+2
2025-06-10
chore: update deps
pml68
6
-85
/
+72
2025-06-08
feat: dialog improvements
pml68
5
-232
/
+323
- "Unsaved changes" dialogs ask about saving the project - Trying to close the window also triggers an "unsaved changes" dialog when the editor is dirty. - Nicer API for dialogs (similar to what I do in `foghorn-rs/foghorn`)
2025-06-07
fix: animated theme change on startup when config theme != "Dark"
pml68
2
-17
/
+13
2025-05-25
chore: update dependencies
pml68
5
-126
/
+127
2025-05-15
feat(material_theme): add `new_const` method to `Theme`
pml68
1
-0
/
+11
2025-05-13
ci: allow `clippy::uninlined_format_args`
pml68
1
-0
/
+1
2025-05-13
refactor: get rid of needless `clone`
pml68
2
-6
/
+6
2025-05-13
chore: update `iced`
pml68
9
-290
/
+243
2025-04-29
style: `theme` -> `appearance`
pml68
1
-5
/
+6
2025-04-29
fix(material_theme): missing `abs` when checking the alpha values in `mix`
pml68
1
-1
/
+1
2025-04-29
fix(material_theme): broken serde impl on `Theme`
pml68
1
-81
/
+110
2025-04-29
chore: remove `theme_test`, dependency cleanup
pml68
5
-339
/
+48
2025-04-28
ci: remove `libgtk-3-dev` dependency
pml68
2
-2
/
+2
2025-04-28
fix: iced_fontello/fonts.json being ignored by git
pml68
2
-0
/
+23495
2025-04-28
feat: switch to fully custom, Material3-based theme
pml68
16
-516
/
+155
2025-04-28
feat: switch to modified `iced_fontello` for custom Theme support
pml68
7
-11
/
+534
2025-04-28
refactor(material_theme)!: make `Theme` an enum with `Custom` variant
pml68
20
-309
/
+282
2025-04-26
feat(material_theme): implement `image::Catalog` (under feature flag)
pml68
6
-42
/
+78
2025-04-25
feat(material_theme): create an iced `Palette` for `iced::theme::Base` impl
pml68
4
-18
/
+32
2025-04-22
refactor(material_theme): make `Theme` `Copy`, add `Theme::ALL` constant
pml68
3
-38
/
+29
2025-04-22
feat(material_theme): implement `text_editor::Catalog`
pml68
2
-4
/
+100
2025-04-22
fix(material_theme): highlighted text not being visible in `TextInput`
pml68
1
-1
/
+4
2025-04-22
fix(material_theme): disabled checkbox border being fully opaque
pml68
1
-1
/
+4
2025-04-22
refactor: apply some clippy suggestions
pml68
6
-63
/
+59
[next]