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
/
src
/
main.rs
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
feat: implement d&d for existing elements
pml68
2024-10-24
1
-13
/
+19
|
*
test: remove some unneeded printlns
pml68
2024-10-24
1
-8
/
+0
|
*
feat: disable appending to container if it already has children
pml68
2024-10-22
1
-11
/
+13
|
|
|
|
fix: Column element now showing in element list
*
feat: implement d&d for new elements
pml68
2024-10-21
1
-22
/
+46
|
|
|
|
|
|
`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
-138
/
+154
|
*
feat: implement fmt::Display for RenderedElement, work on props
pml68
2024-09-30
1
-5
/
+11
|
*
feat: rework RenderedElement, prepare for JSON project format
pml68
2024-09-28
1
-3
/
+7
|
*
feat: add button to switch between designer and code view
pml68
2024-09-28
1
-9
/
+41
|
|
|
|
f
*
feat: make code view scrollable, add autogen comment to code
pml68
2024-09-23
1
-0
/
+7
|
*
feat: restructure project, start drag and drop
pml68
2024-09-23
1
-0
/
+326