summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* chore: remove AUR related stuffPolesznyák Márk2025-09-222-68/+0
|
* chore: remove GitHub related stuffPolesznyák Márk2025-09-224-105/+0
|
* feat: switch to `prettyplease` for code formattingPolesznyák Márk2025-09-224-248/+404
| | | | No more external rustfmt dependency
* feat(wip): iced_material based code highlightingPolesznyák Márk2025-09-221-10/+102
|
* ci(test): remove `--ignore` flagpml682025-09-021-1/+1
|
* chore: update depspml682025-09-021-136/+139
|
* chore: update depspml682025-08-212-181/+179
|
* feat(designer): make container types nicer and easier to seepml682025-08-062-111/+111
|
* feat: update `iced_material`, use new reactive system themepml682025-08-014-88/+281
|
* feat: make "Copy Code" button appear on hover over the codepml682025-07-244-78/+57
|
* feat: better button styling for "unsaved changes" dialogpml682025-07-225-145/+200
|
* style: better Cargo.toml formatting [skip ci]pml682025-07-222-15/+31
|
* fix: wrong text color being used in designer viewpml682025-07-171-8/+14
|
* chore: update depspml682025-07-175-48/+47
|
* feat: make close-only dialogs closable via `Esc` or clicking the backdroppml682025-07-106-60/+117
|
* chore: switch to `[patch.crates-io]` according to `iced_dialog` changespml682025-07-052-34/+51
|
* chore: remove clang & mold build config from `.cargo/config.toml`pml682025-07-014-9/+5
|
* fix: relative project path written to config, bump MSRV to 1.88.0pml682025-07-017-70/+80
|
* chore(PKGBUILD): remove clang and mold from `makedepends` [skip ci]pml682025-06-301-3/+2
|
* fix(PKGBUILD): cargo dependency not found, "reference to `$srcdir`" [skip ci]pml682025-06-291-2/+3
|
* feat: make `rustfmt` optional as a dependencypml682025-06-273-9/+23
|
* ci: rename `all` jobs -> `lint` & `test` [skip ci]pml682025-06-272-2/+2
|
* style(Cargo.toml): redo dependency structuringpml682025-06-271-21/+32
|
* fix: point `iced_material` to git repo instead of local project dirpml682025-06-272-1/+2
|
* feat: extract `material_theme` into separate repo (`pml68/iced_material`)pml682025-06-2641-2145/+31
|
* feat: update for hot reloading supportpml682025-06-256-71/+84
|
* refactor: simplify `material_theme::Theme`'s `Default` implpml682025-06-231-5/+6
|
* chore: remove config file under `assets`pml682025-06-231-1/+0
|
* chore: remove "GTK" category from linux desktop entry [skip ci]pml682025-06-201-1/+1
|
* fix: if-let chains are still unstablepml682025-06-201-2/+4
|
* ci: disable fail-fast in `build` workflowpml682025-06-201-0/+1
|
* feat: project file to open can be passed as an argument + desktop entrypml682025-06-204-23/+74
|
* feat(PKGBUILD): add `check` for tests [skip ci]pml682025-06-205-16/+18
|
* ci: separate `Lint` and `Test` workflowspml682025-06-164-10/+39
|
* ci: test build on MSRV, build with `release` profilepml682025-06-161-2/+2
|
* 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-156-69/+103
|
* feat: create config file on startup if it doesn't existpml682025-06-132-1/+5
|
* chore: extract `iced_drop` into separate repo (`pml68/iced_drop`)pml682025-06-1310-857/+2
|
* chore: update depspml682025-06-106-85/+72
|
* feat: dialog improvementspml682025-06-085-232/+323
| | | | | | | - "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`)
* fix: animated theme change on startup when config theme != "Dark"pml682025-06-072-17/+13
|
* chore: update dependenciespml682025-05-255-126/+127
|
* feat(material_theme): add `new_const` method to `Theme`pml682025-05-151-0/+11
|
* ci: allow `clippy::uninlined_format_args`pml682025-05-131-0/+1
|
* refactor: get rid of needless `clone`pml682025-05-132-6/+6
|
* chore: update `iced`pml682025-05-139-290/+243
|
* Merge pull request #20 from pml68/feat/custom-themePolesznyák Márk László2025-04-2964-1075/+26904
|\
| * style: `theme` -> `appearance`pml682025-04-291-5/+6
| |