| Commit message (Expand) | Author | Files | Lines |
| 2025-01-13 | ci: add build and lint workflows | pml68 | 1 | -2/+2 |
| 2025-01-11 | refactor: remove iced_drop & workspace | pml68 | 37 | -1030/+149 |
| 2025-01-04 | refactor: apply clippy suggestions | pml68 | 5 | -70/+56 |
| 2025-01-04 | feat: add custom theme codegen for `Project` | pml68 | 12 | -108/+244 |
| 2024-12-31 | refactor: apply clippy suggestions | pml68 | 3 | -24/+10 |
| 2024-12-31 | feat: use monospace font for `TextEditor` | pml68 | 1 | -1/+2 |
| 2024-12-31 | feat: optionally define Extended Palette in custom theme | pml68 | 5 | -17/+196 |
| 2024-12-31 | refactor: unsaved_changes_dialog emits bool instead of MessageDialogResult | pml68 | 2 | -8/+11 |
| 2024-12-30 | feat: add config loading, with theming support, limited to Palette for now | pml68 | 15 | -117/+518 |
| 2024-12-28 | refactor!: switch to `uuid` for uuid generation | pml68 | 3 | -30/+38 |
| 2024-12-26 | feat: add `tip` widget helper from `hecrj/icebreaker` | pml68 | 3 | -6/+27 |
| 2024-12-26 | refactor: `views` -> `panes`, `mod.rs` -> `{panes,types}.rs` | pml68 | 11 | -111/+90 |
| 2024-12-25 | refactor: remove uses find_parent internally, change element_list to &[] | pml68 | 4 | -17/+19 |
| 2024-12-24 | feat: move rustfmt.toml to `iced_builder` | pml68 | 1 | -0/+0 |
| 2024-12-24 | style: add `max_width=80` to rustfmt.toml | pml68 | 12 | -135/+187 |
| 2024-12-14 | refactor: apply a few clippy suggestions | pml68 | 3 | -13/+17 |
| 2024-12-14 | feat: switch to `blob_uuid` for uuid generation | pml68 | 3 | -44/+50 |
| 2024-12-11 | feat: remove `indexmap` in favor of BTreeMap | pml68 | 4 | -184/+183 |
| 2024-12-08 | feat: switch to `hecrj/iced_fontello` for icon font management | pml68 | 10 | -101/+1071 |
| 2024-11-06 | feat: animated theme switching with `iced_anim` crate | pml68 | 10 | -263/+496 |
| 2024-11-05 | fix: error when dropping new element on element list | pml68 | 1 | -4/+2 |
| 2024-11-04 | feat: add `unsaved_changes` dialog | pml68 | 4 | -26/+45 |
| 2024-11-04 | feat(error): use `Arc` instead of .to_string for From impls | pml68 | 1 | -9/+10 |
| 2024-10-30 | feat: add error dialogs, windows manifest | pml68 | 16 | -161/+458 |
| 2024-10-28 | feat: implement very basic playground | pml68 | 7 | -21/+89 |
| 2024-10-26 | feat: implement `std::error::Error` for custom `Error` enum | pml68 | 4 | -31/+17 |
| 2024-10-26 | test: remove all leftover println calls | pml68 | 1 | -4/+1 |
| 2024-10-26 | refactor: rename `ActionKind` to `Action` | pml68 | 3 | -18/+16 |
| 2024-10-26 | feat: add C-S-s keybind for `Save As` | pml68 | 4 | -32/+43 |
| 2024-10-25 | test(rendered_element): remove unused `test` method | pml68 | 1 | -12/+0 |
| 2024-10-25 | refactor: change all leftover mentions of `props` to `options` | pml68 | 1 | -21/+15 |
| 2024-10-25 | refactor: extract views from `main.rs` file | pml68 | 9 | -164/+206 |
| 2024-10-24 | feat: implement d&d for existing elements | pml68 | 4 | -26/+61 |
| 2024-10-24 | feat(actions): refactor match statement, add special case for containers | pml68 | 1 | -16/+30 |
| 2024-10-24 | test: remove some unneeded printlns | pml68 | 2 | -9/+0 |
| 2024-10-22 | feat: disable appending to container if it already has children | pml68 | 3 | -14/+25 |
| 2024-10-21 | feat: implement d&d for new elements | pml68 | 10 | -303/+467 |
| 2024-10-04 | feat: update to iced 0.13.1, basic project state file, prepare for drag&drop | pml68 | 15 | -671/+1651 |
| 2024-09-30 | feat: implement fmt::Display for RenderedElement, work on props | pml68 | 3 | -13/+72 |
| 2024-09-28 | feat: rework RenderedElement, prepare for JSON project format | pml68 | 6 | -57/+88 |
| 2024-09-28 | feat: add button to switch between designer and code view | pml68 | 3 | -12/+45 |
| 2024-09-23 | feat: make code view scrollable, add autogen comment to code | pml68 | 2 | -1/+9 |
| 2024-09-23 | feat: restructure project, start drag and drop | pml68 | 19 | -215/+1022 |
| 2024-09-22 | feat: add "Copy to clipboard" button for code view | pml68 | 3 | -22/+52 |
| 2024-09-22 | feat: finish codegen | pml68 | 3 | -14/+55 |
| 2024-09-22 | feat: rework props | pml68 | 4 | -75/+49 |
| 2024-09-22 | feat: finish codegen with limited props and elements | pml68 | 3 | -54/+113 |
| 2024-09-22 | feat: finish codegen for elements **without** props | pml68 | 7 | -48/+152 |
| 2024-09-22 | feat: format children nodes into code (without props) | pml68 | 4 | -17/+52 |
| 2024-09-22 | feat: start codegen | pml68 | 3 | -10/+48 |