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
*
chore: update deps
Polesznyák Márk
2025-12-12
2
-6
/
+9
|
*
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
4
-20
/
+20
|
*
feat: dynamically sized widget tree in designer view, grid fixes
Polesznyák Márk
2025-11-16
3
-21
/
+21
|
*
feat: add `Grid` as a usable widget
Polesznyák Márk
2025-11-15
5
-5
/
+186
|
*
chore: update deps
Polesznyák Márk
2025-11-14
2
-8
/
+19
|
*
feat: update according to latest iced and iced_material changes
Polesznyák Márk
2025-10-02
7
-60
/
+117
|
*
fix(rendered_element): `Row` and `Column` options being applied to `Container`
Polesznyák Márk
2025-10-02
1
-38
/
+38
|
*
chore: get rid of `Widget::new()` constructor uses
Polesznyák Márk
2025-09-25
2
-31
/
+24
|
*
feat: switch to `prettyplease` for code formatting
Polesznyák Márk
2025-09-22
1
-14
/
+16
|
|
|
|
No more external rustfmt dependency
*
feat(wip): iced_material based code highlighting
Polesznyák Márk
2025-09-22
1
-10
/
+102
|
*
chore: update deps
pml68
2025-08-21
1
-8
/
+4
|
*
feat(designer): make container types nicer and easier to see
pml68
2025-08-06
1
-62
/
+62
|
*
feat: update `iced_material`, use new reactive system theme
pml68
2025-08-01
3
-5
/
+14
|
*
feat: make "Copy Code" button appear on hover over the code
pml68
2025-07-24
4
-78
/
+57
|
*
feat: better button styling for "unsaved changes" dialog
pml68
2025-07-22
3
-3
/
+24
|
*
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
|
[next]