summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* chore: necessary updates for iced-rs/iced@6690731Polesznyák Márk2026-03-274-44/+24
* chore: skip generated icon.rs for rustfmtPolesznyák Márk2026-02-031-0/+1
* feat: replace the unmaintained `dirs-next` crate with `dirs`Polesznyák Márk2026-01-291-2/+2
* feat: set parent window of rfd dialogsPolesznyák Márk2026-01-292-64/+70
* chore: replace tokio with smol, disable unneeded iced feature flagsPolesznyák Márk2026-01-042-12/+7
* chore: update depsPolesznyák Márk2025-12-122-6/+9
* feat: make it impossible (tm) to open multiple dialogs at oncePolesznyák Márk2025-11-301-14/+44
* chore: update depsPolesznyák Márk2025-11-281-1/+2
* chore: update iced_materialPolesznyák Márk2025-11-224-20/+20
* feat: dynamically sized widget tree in designer view, grid fixesPolesznyák Márk2025-11-163-21/+21
* feat: add `Grid` as a usable widgetPolesznyák Márk2025-11-155-5/+186
* chore: update depsPolesznyák Márk2025-11-142-8/+19
* feat: update according to latest iced and iced_material changesPolesznyák Márk2025-10-027-60/+117
* fix(rendered_element): `Row` and `Column` options being applied to `Container`Polesznyák Márk2025-10-021-38/+38
* chore: get rid of `Widget::new()` constructor usesPolesznyák Márk2025-09-252-31/+24
* feat: switch to `prettyplease` for code formattingPolesznyák Márk2025-09-221-14/+16
* feat(wip): iced_material based code highlightingPolesznyák Márk2025-09-221-10/+102
* chore: update depspml682025-08-211-8/+4
* feat(designer): make container types nicer and easier to seepml682025-08-061-62/+62
* feat: update `iced_material`, use new reactive system themepml682025-08-013-5/+14
* feat: make "Copy Code" button appear on hover over the codepml682025-07-244-78/+57
* feat: better button styling for "unsaved changes" dialogpml682025-07-223-3/+24
* fix: wrong text color being used in designer viewpml682025-07-171-8/+14
* chore: update depspml682025-07-173-4/+12
* feat: make close-only dialogs closable via `Esc` or clicking the backdroppml682025-07-103-2/+17
* fix: relative project path written to config, bump MSRV to 1.88.0pml682025-07-014-40/+37
* feat: make `rustfmt` optional as a dependencypml682025-06-272-7/+21
* feat: extract `material_theme` into separate repo (`pml68/iced_material`)pml682025-06-2610-14/+14
* fix: if-let chains are still unstablepml682025-06-201-2/+4
* feat: project file to open can be passed as an argument + desktop entrypml682025-06-202-22/+60
* feat(PKGBUILD): add `check` for tests [skip ci]pml682025-06-202-10/+3
* feat: automatically save config updatespml682025-06-166-42/+101
* style: `ḋialogs` -> `dialog`pml682025-06-152-4/+4
* feat: write defaults to newly created config file if it's missingpml682025-06-154-17/+30
* feat: create config file on startup if it doesn't existpml682025-06-132-1/+5
* chore: update depspml682025-06-102-18/+16
* feat: dialog improvementspml682025-06-084-137/+200
* fix: animated theme change on startup when config theme != "Dark"pml682025-06-071-6/+4
* refactor: get rid of needless `clone`pml682025-05-132-6/+6
* chore: update `iced`pml682025-05-132-5/+7
* style: `theme` -> `appearance`pml682025-04-291-5/+6
* feat: switch to fully custom, Material3-based themepml682025-04-2814-474/+154
* feat: switch to modified `iced_fontello` for custom Theme supportpml682025-04-281-1/+3
* feat(material_theme): create an iced `Palette` for `iced::theme::Base` implpml682025-04-251-1/+1
* refactor: apply some clippy suggestionspml682025-04-221-1/+1
* feat: use `pane_grid::Controls` for PaneGrid titlebar controlspml682025-04-203-28/+56
* feat(debug): add custom "Code Generation" Comet debug metricpml682025-04-181-2/+8
* refactor: load config in `IcedBuilder::init` instead of `main`pml682025-04-182-32/+36
* fix: `iced` 0.14 codegenpml682025-04-182-4/+11
* feat: center the window by defaultpml682025-04-161-0/+1