summaryrefslogtreecommitdiff
path: root/src/types.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: automatically save config updatespml682025-06-161-1/+21
|
* feat: write defaults to newly created config file if it's missingpml682025-06-151-0/+6
|
* feat: dialog improvementspml682025-06-081-18/+5
| | | | | | | - "Unsaved changes" dialogs ask about saving the project - Trying to close the window also triggers an "unsaved changes" dialog when the editor is dirty. - Nicer API for dialogs (similar to what I do in `foghorn-rs/foghorn`)
* feat: switch to fully custom, Material3-based themepml682025-04-281-1/+5
|
* refactor: load config in `IcedBuilder::init` instead of `main`pml682025-04-181-0/+2
|
* feat: remove GTK3 dependencypml682025-03-311-1/+21
|
* feat: start working on options backend (`ApplyOptions` trait)pml682025-02-221-10/+4
|
* feat: update to Rust 2024pml682025-02-211-1/+1
|
* feat: update to `iced` 0.14-devpml682025-02-211-1/+1
|
* style: rename `DesignerPage` to `DesignerPane`pml682025-02-081-2/+2
|
* refactor: remove iced_drop & workspacepml682025-01-111-0/+48