| Commit message (Expand) | Author | Age | Files | Lines |
| * | refactor: apply clippy suggestions | pml68 | 2025-01-04 | 1 | -9/+7 |
| * | feat: add custom theme codegen for `Project` | pml68 | 2025-01-04 | 1 | -18/+29 |
| * | refactor: apply clippy suggestions | pml68 | 2024-12-31 | 1 | -17/+7 |
| * | feat: optionally define Extended Palette in custom theme | pml68 | 2024-12-31 | 1 | -4/+1 |
| * | refactor: unsaved_changes_dialog emits bool instead of MessageDialogResult | pml68 | 2024-12-31 | 1 | -3/+2 |
| * | feat: add config loading, with theming support, limited to Palette for now | pml68 | 2024-12-30 | 1 | -15/+56 |
| * | refactor: `views` -> `panes`, `mod.rs` -> `{panes,types}.rs` | pml68 | 2024-12-26 | 1 | -1/+1 |
| * | refactor: remove uses find_parent internally, change element_list to &[] | pml68 | 2024-12-25 | 1 | -3/+3 |
| * | style: add `max_width=80` to rustfmt.toml | pml68 | 2024-12-24 | 1 | -63/+89 |
| * | refactor: apply a few clippy suggestions | pml68 | 2024-12-14 | 1 | -11/+15 |
| * | feat: switch to `hecrj/iced_fontello` for icon font management | pml68 | 2024-12-08 | 1 | -5/+3 |
| * | feat: animated theme switching with `iced_anim` crate | pml68 | 2024-11-06 | 1 | -23/+26 |
| * | fix: error when dropping new element on element list | pml68 | 2024-11-05 | 1 | -4/+2 |
| * | 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 |