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
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
fix: wrong text color being used in designer view
pml68
2025-07-17
1
-8
/
+14
|
*
chore: update deps
pml68
2025-07-17
3
-4
/
+12
|
*
feat: make close-only dialogs closable via `Esc` or clicking the backdrop
pml68
2025-07-10
3
-2
/
+17
|
*
fix: relative project path written to config, bump MSRV to 1.88.0
pml68
2025-07-01
4
-40
/
+37
|
*
feat: make `rustfmt` optional as a dependency
pml68
2025-06-27
2
-7
/
+21
|
*
feat: extract `material_theme` into separate repo (`pml68/iced_material`)
pml68
2025-06-26
10
-14
/
+14
|
*
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
2
-22
/
+60
|
*
feat(PKGBUILD): add `check` for tests [skip ci]
pml68
2025-06-20
2
-10
/
+3
|
*
feat: automatically save config updates
pml68
2025-06-16
6
-42
/
+101
|
*
style: `ḋialogs` -> `dialog`
pml68
2025-06-15
2
-4
/
+4
|
*
feat: write defaults to newly created config file if it's missing
pml68
2025-06-15
4
-17
/
+30
|
*
feat: create config file on startup if it doesn't exist
pml68
2025-06-13
2
-1
/
+5
|
*
chore: update deps
pml68
2025-06-10
2
-18
/
+16
|
*
feat: dialog improvements
pml68
2025-06-08
4
-137
/
+200
|
|
|
|
|
|
|
- "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`)
*
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
2
-6
/
+6
|
*
chore: update `iced`
pml68
2025-05-13
2
-5
/
+7
|
*
style: `theme` -> `appearance`
pml68
2025-04-29
1
-5
/
+6
|
*
feat: switch to fully custom, Material3-based theme
pml68
2025-04-28
14
-474
/
+154
|
*
feat: switch to modified `iced_fontello` for custom Theme support
pml68
2025-04-28
1
-1
/
+3
|
*
feat(material_theme): create an iced `Palette` for `iced::theme::Base` impl
pml68
2025-04-25
1
-1
/
+1
|
*
refactor: apply some clippy suggestions
pml68
2025-04-22
1
-1
/
+1
|
*
feat: use `pane_grid::Controls` for PaneGrid titlebar controls
pml68
2025-04-20
3
-28
/
+56
|
*
feat(debug): add custom "Code Generation" Comet debug metric
pml68
2025-04-18
1
-2
/
+8
|
*
refactor: load config in `IcedBuilder::init` instead of `main`
pml68
2025-04-18
2
-32
/
+36
|
*
fix: `iced` 0.14 codegen
pml68
2025-04-18
2
-4
/
+11
|
*
feat: center the window by default
pml68
2025-04-16
1
-0
/
+1
|
*
chore(deps): update `iced_dialog`
pml68
2025-04-15
1
-2
/
+2
|
*
feat: update `iced`, make designer view more usable
pml68
2025-04-15
3
-24
/
+55
|
*
feat(material_theme): impl `menu::Catalog`, change `dialog::Catalog` impl
pml68
2025-04-15
1
-36
/
+69
|
*
feat(material_theme): implement Catalog for iced_dialog (`dialog` feature)
pml68
2025-04-15
2
-15
/
+13
|
*
fix: custom theme Default changing between calls, missing `apply_options`s
pml68
2025-04-15
1
-2
/
+4
|
*
refactor: move custom theme into its separate crate
pml68
2025-04-15
4
-419
/
+1
|
*
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
4
-8
/
+272
|
*
feat: add custom theme struct with dark and light variants
pml68
2025-04-15
3
-167
/
+224
|
*
feat: update PKGBUILD pkgver fn, dependencies
pml68
2025-04-01
1
-2
/
+3
|
*
feat: remove GTK3 dependency
pml68
2025-03-31
3
-107
/
+171
|
*
fix(iced_drop): support reactive rendering
pml68
2025-03-23
2
-10
/
+7
|
*
feat: finish `ApplyOptions` impls
pml68
2025-03-23
1
-1
/
+259
|
*
feat: add PKGBUILD
pml68
2025-03-23
3
-6
/
+21
|
*
feat: impl `Value` for `LineHeight` and `ContentFit` (all done)
pml68
2025-03-04
3
-0
/
+188
|
*
refactor: move some `assert_eq`s
pml68
2025-03-03
1
-7
/
+9
|
*
feat: impl `Value` for `Pixels` and `Alignment`
pml68
2025-03-01
3
-0
/
+85
|
*
refactor: make config an `Arc<Config>` in `App`
pml68
2025-03-01
6
-50
/
+89
|
*
feat: update `iced`
pml68
2025-02-27
1
-1
/
+0
|
*
fix: missing prefix detection
pml68
2025-02-27
1
-1
/
+1
|
*
feat: implement `Value` for `Length`
pml68
2025-02-27
4
-4
/
+154
|
*
feat: rework `Value` trait, create unit tests for parser implementations
pml68
2025-02-26
4
-57
/
+264
|
[next]