summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* feat: add shadow color, impl `button::Catalog` and `text::Catalog`pml682025-04-156-22/+290
|
* feat: add custom theme struct with dark and light variantspml682025-04-157-167/+318
|
* Merge pull request #14 from pml68/dependabot/cargo/windows_exe_info-0.5.1Polesznyák Márk László2025-04-152-3/+10
|\ | | | | chore(deps): bump windows_exe_info from 0.4.2 to 0.5.1
| * chore(deps): bump windows_exe_info from 0.4.2 to 0.5.1dependabot[bot]2025-04-142-3/+10
|/ | | | | | | | | | | | | | Bumps [windows_exe_info](https://github.com/MasterOfRespawn/windows_exe_info) from 0.4.2 to 0.5.1. - [Commits](https://github.com/MasterOfRespawn/windows_exe_info/commits) --- updated-dependencies: - dependency-name: windows_exe_info dependency-version: 0.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* feat: update PKGBUILD pkgver fn, dependenciespml682025-04-012-6/+7
|
* feat: remove GTK3 dependencypml682025-03-317-232/+203
|
* ci: add dependabot config file [skip ci]pml682025-03-232-2/+12
|
* ci: change cache keyspml682025-03-232-2/+2
|
* fix(ci): CI profile related stuffpml682025-03-232-2/+2
|
* fix(iced_drop): support reactive renderingpml682025-03-233-15/+50
|
* ci: add caching, use mold for linkingpml682025-03-235-11/+41
|
* docs: update TODO.mdpml682025-03-231-0/+1
|
* Merge pull request #7 from pml68/feat/options-backendPolesznyák Márk László2025-03-2326-541/+2085
|\ | | | | Options backend done (for now)
| * feat: finish `ApplyOptions` implspml682025-03-231-1/+259
| |
| * feat: add TODO filepml682025-03-231-0/+2
| |
| * feat: add PKGBUILDpml682025-03-238-362/+728
| |
| * feat: impl `Value` for `LineHeight` and `ContentFit` (all done)pml682025-03-043-0/+188
| |
| * refactor: move some `assert_eq`spml682025-03-031-7/+9
| |
| * fix: build.rs not running on git changespml682025-03-031-0/+37
| |
| * feat: impl `Value` for `Pixels` and `Alignment`pml682025-03-013-0/+85
| |
| * refactor: make config an `Arc<Config>` in `App`pml682025-03-017-51/+102
| |
| * ci: add step for running testspml682025-02-271-2/+4
| |
| * feat: update `iced`pml682025-02-273-38/+36
| |
| * fix: missing prefix detectionpml682025-02-271-1/+1
| |
| * feat: implement `Value` for `Length`pml682025-02-274-4/+154
| |
| * feat: rework `Value` trait, create unit tests for parser implementationspml682025-02-264-57/+264
| |
| * feat: switch to personal `iced` fork, work on version infopml682025-02-266-81/+55
| |
| * feat: implement `ValueFromStr` for Rotationpml682025-02-245-29/+183
| |
| * feat: create separate `ValueFromStr` structpml682025-02-245-27/+52
| |
| * feat: start working on options backend (`ApplyOptions` trait)pml682025-02-224-45/+90
|/
* feat: update to Rust 2024pml682025-02-2116-48/+52
|
* Merge pull request #6 from pml68/feat/0.14Polesznyák Márk László2025-02-2116-582/+1536
|\
| * feat: update to `iced` 0.14-devpml682025-02-2116-582/+1536
|/
* feat!: add name to `Theme`, `is_dark` -> `dark`pml682025-02-163-28/+39
|
* refactor: random stuffpml682025-02-164-25/+32
|
* chore: update dependenciespml682025-02-124-14/+16
|
* style: rename `DesignerPage` to `DesignerPane`pml682025-02-086-21/+13
|
* feat: add highlight color for Other and Custom `Scope` variantspml682025-02-082-2/+16
|
* feat: set custom `Style` on `TextEditor`pml682025-02-032-107/+163
|
* feat: switch text editor to animated theme valuepml682025-02-012-2/+2
|
* refactor: get rid of Uuid, use widget::Id directlypml682025-01-253-212/+209
|
* feat: add .gitattributes files [skip ci]pml682025-01-141-0/+6
|
* fix(ci): `"` -> `'`pml682025-01-141-1/+1
|
* ci: only upload artifact for `stable` buildpml682025-01-141-0/+1
|
* style: remove pkg name and author from version outputpml682025-01-141-2/+1
|
* feat: add iced_custom_highlighterpml682025-01-143-7/+19
|
* feat: add `-V` and `--version` flagspml682025-01-131-0/+16
|
* ci: add build and lint workflowspml682025-01-137-11/+60
|
* Merge pull request #5 from pml68/feat/configPolesznyák Márk László2025-01-1138-1264/+1083
|\ | | | | Config done
| * refactor: remove iced_drop & workspacepml682025-01-1137-1030/+149
| |