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 (
Expand
)
Author
Age
Files
Lines
*
feat: add `unsaved_changes` dialog
pml68
2024-11-04
1
-7
/
+25
*
feat: add error dialogs, windows manifest
pml68
2024-10-30
1
-23
/
+32
*
feat: implement very basic playground
pml68
2024-10-28
1
-5
/
+9
*
test: remove all leftover println calls
pml68
2024-10-26
1
-4
/
+1
*
refactor: rename `ActionKind` to `Action`
pml68
2024-10-26
1
-5
/
+3
*
feat: add C-S-s keybind for `Save As`
pml68
2024-10-26
1
-9
/
+25
*
refactor: extract views from `main.rs` file
pml68
2024-10-25
1
-157
/
+17
*
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
*
feat: implement d&d for new elements
pml68
2024-10-21
1
-22
/
+46
*
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
*
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