| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: switch to `hecrj/iced_fontello` for icon font management | pml68 | 2024-12-08 | 10 | -101/+1071 |
| | | |||||
| * | feat: animated theme switching with `iced_anim` crate | pml68 | 2024-11-06 | 10 | -263/+496 |
| | | | | | | | c c | ||||
| * | 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 | 4 | -26/+45 |
| | | |||||
| * | feat(error): use `Arc` instead of .to_string for From impls | pml68 | 2024-11-04 | 1 | -9/+10 |
| | | |||||
| * | feat: add error dialogs, windows manifest | pml68 | 2024-10-30 | 16 | -161/+458 |
| | | |||||
| * | feat: implement very basic playground | pml68 | 2024-10-28 | 7 | -21/+89 |
| | | | | | | fix: `is_dirty` was never checked for in the main update fn, allowing unsaved work to easily be overwritten | ||||
| * | Merge pull request #3 from pml68/refactor/internal-restructuring | Polesznyák Márk László | 2024-10-26 | 13 | -274/+290 |
| |\ | | | | | Internal restructuring done | ||||
| | * | feat: implement `std::error::Error` for custom `Error` enum | pml68 | 2024-10-26 | 4 | -31/+17 |
| | | | |||||
| | * | test: remove all leftover println calls | pml68 | 2024-10-26 | 1 | -4/+1 |
| | | | | | | | | | c | ||||
| | * | refactor: rename `ActionKind` to `Action` | pml68 | 2024-10-26 | 3 | -18/+16 |
| | | | |||||
| | * | feat: add C-S-s keybind for `Save As` | pml68 | 2024-10-26 | 4 | -32/+43 |
| | | | |||||
| | * | test(rendered_element): remove unused `test` method | pml68 | 2024-10-25 | 1 | -12/+0 |
| | | | |||||
| | * | refactor: change all leftover mentions of `props` to `options` | pml68 | 2024-10-25 | 1 | -21/+15 |
| | | | |||||
| | * | refactor: extract views from `main.rs` file | pml68 | 2024-10-25 | 9 | -164/+206 |
| |/ | |||||
| * | Merge pull request #2 from pml68/feat/drag-and-drop | Polesznyák Márk László | 2024-10-24 | 25 | -1087/+3220 |
| |\ | | | | | Drag & Drop done | ||||
| | * | feat: implement d&d for existing elements | pml68 | 2024-10-24 | 4 | -26/+61 |
| | | | |||||
| | * | feat(actions): refactor match statement, add special case for containers | pml68 | 2024-10-24 | 1 | -16/+30 |
| | | | | | | | | | | | | | | | | | When a new element is dragged on top of a container that isn't the root element (i.e. has a parent) and said parent isn't a container either, the element is inserted into the container's parent element. s | ||||
| | * | test: remove some unneeded printlns | pml68 | 2024-10-24 | 2 | -9/+0 |
| | | | |||||
| | * | feat: disable appending to container if it already has children | pml68 | 2024-10-22 | 3 | -14/+25 |
| | | | | | | | | | fix: Column element now showing in element list | ||||
| | * | feat: implement d&d for new elements | pml68 | 2024-10-21 | 10 | -303/+467 |
| | | | | | | | | | | | | | `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&drop | pml68 | 2024-10-04 | 15 | -671/+1651 |
| | | | |||||
| | * | feat: implement fmt::Display for RenderedElement, work on props | pml68 | 2024-09-30 | 3 | -13/+72 |
| | | | |||||
| | * | feat: rework RenderedElement, prepare for JSON project format | pml68 | 2024-09-28 | 6 | -57/+88 |
| | | | |||||
| | * | feat: add button to switch between designer and code view | pml68 | 2024-09-28 | 3 | -12/+45 |
| | | | | | | | | | f | ||||
| | * | feat: make code view scrollable, add autogen comment to code | pml68 | 2024-09-23 | 2 | -1/+9 |
| | | | |||||
| | * | feat: restructure project, start drag and drop | pml68 | 2024-09-23 | 19 | -215/+1022 |
| |/ | |||||
| * | Merge pull request #1 from pml68/feat/codegen | Polesznyák Márk László | 2024-09-22 | 7 | -71/+352 |
| |\ | | | | | Codegen done | ||||
| | * | feat: add "Copy to clipboard" button for code view | pml68 | 2024-09-22 | 3 | -22/+52 |
| | | | |||||
| | * | feat: finish codegen | pml68 | 2024-09-22 | 3 | -14/+55 |
| | | | |||||
| | * | feat: rework props | pml68 | 2024-09-22 | 4 | -75/+49 |
| | | | | | | | | | w | ||||
| | * | feat: finish codegen with limited props and elements | pml68 | 2024-09-22 | 3 | -54/+113 |
| | | | |||||
| | * | feat: finish codegen for elements **without** props | pml68 | 2024-09-22 | 7 | -48/+152 |
| | | | | | | | | | feat: wow | ||||
| | * | feat: format children nodes into code (without props) | pml68 | 2024-09-22 | 4 | -17/+52 |
| | | | |||||
| | * | feat: start codegen | pml68 | 2024-09-22 | 3 | -10/+48 |
| |/ | |||||
| * | feat: add usable state logic | pml68 | 2024-08-30 | 4 | -83/+402 |
| | | |||||
| * | feat: initial commit | pml68 | 2024-08-29 | 6 | -0/+4735 |
