summaryrefslogtreecommitdiff
path: root/iced_builder/src/lib.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* feat: add `tip` widget helper from `hecrj/icebreaker`pml682024-12-261-0/+1
* refactor: `views` -> `panes`, `mod.rs` -> `{panes,types}.rs`pml682024-12-261-1/+1
* feat: switch to `hecrj/iced_fontello` for icon font managementpml682024-12-081-0/+1
* feat: animated theme switching with `iced_anim` cratepml682024-11-061-1/+2
* feat: add `unsaved_changes` dialogpml682024-11-041-0/+1
* feat: add error dialogs, windows manifestpml682024-10-301-76/+2
* feat: implement very basic playgroundpml682024-10-281-7/+7
* feat: implement `std::error::Error` for custom `Error` enumpml682024-10-261-25/+11
* feat: add C-S-s keybind for `Save As`pml682024-10-261-0/+1
* refactor: extract views from `main.rs` filepml682024-10-251-0/+1
* feat: implement d&d for existing elementspml682024-10-241-0/+1
* feat: implement d&d for new elementspml682024-10-211-6/+11
* feat: update to iced 0.13.1, basic project state file, prepare for drag&droppml682024-10-041-0/+85
* feat: restructure project, start drag and droppml682024-09-231-0/+0