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
/
main.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat: set parent window of rfd dialogs
Polesznyák Márk
2026-01-29
1
-26
/
+16
*
chore: update deps
Polesznyák Márk
2025-12-12
1
-4
/
+8
*
feat: make it impossible (tm) to open multiple dialogs at once
Polesznyák Márk
2025-11-30
1
-14
/
+44
*
chore: update deps
Polesznyák Márk
2025-11-28
1
-1
/
+2
*
chore: update iced_material
Polesznyák Márk
2025-11-22
1
-1
/
+1
*
chore: update deps
Polesznyák Márk
2025-11-14
1
-2
/
+2
*
feat: update according to latest iced and iced_material changes
Polesznyák Márk
2025-10-02
1
-22
/
+77
*
chore: get rid of `Widget::new()` constructor uses
Polesznyák Márk
2025-09-25
1
-16
/
+12
*
feat: update `iced_material`, use new reactive system theme
pml68
2025-08-01
1
-1
/
+7
*
feat: make "Copy Code" button appear on hover over the code
pml68
2025-07-24
1
-1
/
+2
*
chore: update deps
pml68
2025-07-17
1
-1
/
+6
*
feat: make close-only dialogs closable via `Esc` or clicking the backdrop
pml68
2025-07-10
1
-0
/
+10
*
fix: relative project path written to config, bump MSRV to 1.88.0
pml68
2025-07-01
1
-12
/
+12
*
feat: extract `material_theme` into separate repo (`pml68/iced_material`)
pml68
2025-06-26
1
-1
/
+1
*
fix: if-let chains are still unstable
pml68
2025-06-20
1
-2
/
+4
*
feat: project file to open can be passed as an argument + desktop entry
pml68
2025-06-20
1
-21
/
+52
*
feat(PKGBUILD): add `check` for tests [skip ci]
pml68
2025-06-20
1
-1
/
+2
*
feat: automatically save config updates
pml68
2025-06-16
1
-5
/
+39
*
style: `ḋialogs` -> `dialog`
pml68
2025-06-15
1
-4
/
+4
*
feat: write defaults to newly created config file if it's missing
pml68
2025-06-15
1
-13
/
+6
*
chore: update deps
pml68
2025-06-10
1
-16
/
+10
*
feat: dialog improvements
pml68
2025-06-08
1
-88
/
+101
*
fix: animated theme change on startup when config theme != "Dark"
pml68
2025-06-07
1
-6
/
+4
*
refactor: get rid of needless `clone`
pml68
2025-05-13
1
-4
/
+4
*
chore: update `iced`
pml68
2025-05-13
1
-4
/
+6
*
feat: switch to fully custom, Material3-based theme
pml68
2025-04-28
1
-14
/
+9
*
feat(material_theme): create an iced `Palette` for `iced::theme::Base` impl
pml68
2025-04-25
1
-1
/
+1
*
refactor: load config in `IcedBuilder::init` instead of `main`
pml68
2025-04-18
1
-32
/
+34
*
feat: center the window by default
pml68
2025-04-16
1
-0
/
+1
*
feat: update `iced`, make designer view more usable
pml68
2025-04-15
1
-6
/
+12
*
feat(material_theme): implement Catalog for iced_dialog (`dialog` feature)
pml68
2025-04-15
1
-8
/
+9
*
refactor: move custom theme into its separate crate
pml68
2025-04-15
1
-19
/
+0
*
fix: merge conflict blobs [skip ci]
pml68
2025-04-15
1
-10
/
+7
*
feat: add shadow color, impl `button::Catalog` and `text::Catalog`
pml68
2025-04-15
1
-0
/
+20
*
feat: add custom theme struct with dark and light variants
pml68
2025-04-15
1
-6
/
+4
*
feat: remove GTK3 dependency
pml68
2025-03-31
1
-78
/
+110
*
fix(iced_drop): support reactive rendering
pml68
2025-03-23
1
-4
/
+2
*
feat: add PKGBUILD
pml68
2025-03-23
1
-4
/
+3
*
refactor: make config an `Arc<Config>` in `App`
pml68
2025-03-01
1
-38
/
+63
*
feat: switch to personal `iced` fork, work on version info
pml68
2025-02-26
1
-6
/
+4
*
feat: create separate `ValueFromStr` struct
pml68
2025-02-24
1
-0
/
+1
*
feat: start working on options backend (`ApplyOptions` trait)
pml68
2025-02-22
1
-13
/
+15
*
feat: update to Rust 2024
pml68
2025-02-21
1
-14
/
+21
*
feat: update to `iced` 0.14-dev
pml68
2025-02-21
1
-8
/
+8
*
refactor: random stuff
pml68
2025-02-16
1
-5
/
+5
*
chore: update dependencies
pml68
2025-02-12
1
-4
/
+1
*
style: rename `DesignerPage` to `DesignerPane`
pml68
2025-02-08
1
-11
/
+6
*
feat: switch text editor to animated theme value
pml68
2025-02-01
1
-1
/
+1
*
style: remove pkg name and author from version output
pml68
2025-01-14
1
-2
/
+1
*
feat: add `-V` and `--version` flags
pml68
2025-01-13
1
-0
/
+16
[next]