summaryrefslogtreecommitdiff
path: root/iced_builder/src/main.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: optionally define Extended Palette in custom themepml682024-12-311-4/+1
|
* refactor: unsaved_changes_dialog emits bool instead of MessageDialogResultpml682024-12-311-3/+2
|
* feat: add config loading, with theming support, limited to Palette for nowpml682024-12-301-15/+56
|
* refactor: `views` -> `panes`, `mod.rs` -> `{panes,types}.rs`pml682024-12-261-1/+1
|
* refactor: remove uses find_parent internally, change element_list to &[]pml682024-12-251-3/+3
|
* style: add `max_width=80` to rustfmt.tomlpml682024-12-241-63/+89
|
* refactor: apply a few clippy suggestionspml682024-12-141-11/+15
|
* feat: switch to `hecrj/iced_fontello` for icon font managementpml682024-12-081-5/+3
|
* feat: animated theme switching with `iced_anim` cratepml682024-11-061-23/+26
| | | | | | c c
* fix: error when dropping new element on element listpml682024-11-051-4/+2
|
* feat: add `unsaved_changes` dialogpml682024-11-041-7/+25
|
* feat: add error dialogs, windows manifestpml682024-10-301-23/+32
|
* feat: implement very basic playgroundpml682024-10-281-5/+9
| | | | | fix: `is_dirty` was never checked for in the main update fn, allowing unsaved work to easily be overwritten
* test: remove all leftover println callspml682024-10-261-4/+1
| | | | c
* refactor: rename `ActionKind` to `Action`pml682024-10-261-5/+3
|
* feat: add C-S-s keybind for `Save As`pml682024-10-261-9/+25
|
* refactor: extract views from `main.rs` filepml682024-10-251-157/+17
|
* feat: implement d&d for existing elementspml682024-10-241-13/+19
|
* test: remove some unneeded printlnspml682024-10-241-8/+0
|
* feat: disable appending to container if it already has childrenpml682024-10-221-11/+13
| | | | fix: Column element now showing in element list
* feat: implement d&d for new elementspml682024-10-211-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&droppml682024-10-041-138/+154
|
* feat: implement fmt::Display for RenderedElement, work on propspml682024-09-301-5/+11
|
* feat: rework RenderedElement, prepare for JSON project formatpml682024-09-281-3/+7
|
* feat: add button to switch between designer and code viewpml682024-09-281-9/+41
| | | | f
* feat: make code view scrollable, add autogen comment to codepml682024-09-231-0/+7
|
* feat: restructure project, start drag and droppml682024-09-231-0/+326