index
:
iced-builder
master
UI builder for iced, built with iced.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
iced_builder
/
Cargo.toml
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
feat: add config loading, with theming support, limited to Palette for now
pml68
2024-12-30
1
-4
/
+8
|
*
refactor!: switch to `uuid` for uuid generation
pml68
2024-12-28
1
-1
/
+1
|
|
|
|
Existing project files can only be opened after deleting all ids
*
refactor: `views` -> `panes`, `mod.rs` -> `{panes,types}.rs`
pml68
2024-12-26
1
-1
/
+1
|
*
feat: switch to `blob_uuid` for uuid generation
pml68
2024-12-14
1
-1
/
+25
|
*
feat: remove `indexmap` in favor of BTreeMap
pml68
2024-12-11
1
-6
/
+5
|
*
feat: switch to `hecrj/iced_fontello` for icon font management
pml68
2024-12-08
1
-8
/
+11
|
*
feat: animated theme switching with `iced_anim` crate
pml68
2024-11-06
1
-0
/
+1
|
|
|
|
|
|
c c
*
feat: add error dialogs, windows manifest
pml68
2024-10-30
1
-4
/
+8
|
*
feat: implement `std::error::Error` for custom `Error` enum
pml68
2024-10-26
1
-0
/
+1
|
*
feat: implement d&d for new elements
pml68
2024-10-21
1
-0
/
+1
|
|
|
|
|
|
`ActionKind` enum to help generalize d&d actions removed `codegen` module small refactors
*
feat: update to iced 0.13.1, basic project state file, prepare for drag&drop
pml68
2024-10-04
1
-2
/
+3
|
*
feat: rework RenderedElement, prepare for JSON project format
pml68
2024-09-28
1
-0
/
+2
|
*
feat: restructure project, start drag and drop
pml68
2024-09-23
1
-0
/
+21