summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* chore(deps): update `iced_dialog`pml682025-04-151-2/+2
* feat: update `iced`, make designer view more usablepml682025-04-153-24/+55
* feat(material_theme): impl `menu::Catalog`, change `dialog::Catalog` implpml682025-04-151-36/+69
* feat(material_theme): implement Catalog for iced_dialog (`dialog` feature)pml682025-04-152-15/+13
* fix: custom theme Default changing between calls, missing `apply_options`spml682025-04-151-2/+4
* refactor: move custom theme into its separate cratepml682025-04-154-419/+1
* fix: merge conflict blobs [skip ci]pml682025-04-151-10/+7
* feat: add shadow color, impl `button::Catalog` and `text::Catalog`pml682025-04-154-8/+272
* feat: add custom theme struct with dark and light variantspml682025-04-153-167/+224
* feat: update PKGBUILD pkgver fn, dependenciespml682025-04-011-2/+3
* feat: remove GTK3 dependencypml682025-03-313-107/+171
* fix(iced_drop): support reactive renderingpml682025-03-232-10/+7
* feat: finish `ApplyOptions` implspml682025-03-231-1/+259
* feat: add PKGBUILDpml682025-03-233-6/+21