index
:
iced-builder
master
UI builder for iced, built with iced.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat: update `iced_material`, use new reactive system theme
pml68
2025-08-01
4
-88
/
+281
*
feat: make "Copy Code" button appear on hover over the code
pml68
2025-07-24
4
-78
/
+57
*
feat: better button styling for "unsaved changes" dialog
pml68
2025-07-22
5
-145
/
+200
*
style: better Cargo.toml formatting [skip ci]
pml68
2025-07-22
2
-15
/
+31
*
fix: wrong text color being used in designer view
pml68
2025-07-17
1
-8
/
+14
*
chore: update deps
pml68
2025-07-17
5
-48
/
+47
*
feat: make close-only dialogs closable via `Esc` or clicking the backdrop
pml68
2025-07-10
6
-60
/
+117
*
chore: switch to `[patch.crates-io]` according to `iced_dialog` changes
pml68
2025-07-05
2
-34
/
+51
*
chore: remove clang & mold build config from `.cargo/config.toml`
pml68
2025-07-01
4
-9
/
+5
*
fix: relative project path written to config, bump MSRV to 1.88.0
pml68
2025-07-01
7
-70
/
+80
*
chore(PKGBUILD): remove clang and mold from `makedepends` [skip ci]
pml68
2025-06-30
1
-3
/
+2
*
fix(PKGBUILD): cargo dependency not found, "reference to `$srcdir`" [skip ci]
pml68
2025-06-29
1
-2
/
+3
*
feat: make `rustfmt` optional as a dependency
pml68
2025-06-27
3
-9
/
+23
*
ci: rename `all` jobs -> `lint` & `test` [skip ci]
pml68
2025-06-27
2
-2
/
+2
*
style(Cargo.toml): redo dependency structuring
pml68
2025-06-27
1
-21
/
+32
*
fix: point `iced_material` to git repo instead of local project dir
pml68
2025-06-27
2
-1
/
+2
*
feat: extract `material_theme` into separate repo (`pml68/iced_material`)
pml68
2025-06-26
41
-2145
/
+31
*
feat: update for hot reloading support
pml68
2025-06-25
6
-71
/
+84
*
refactor: simplify `material_theme::Theme`'s `Default` impl
pml68
2025-06-23
1
-5
/
+6
*
chore: remove config file under `assets`
pml68
2025-06-23
1
-1
/
+0
*
chore: remove "GTK" category from linux desktop entry [skip ci]
pml68
2025-06-20
1
-1
/
+1
*
fix: if-let chains are still unstable
pml68
2025-06-20
1
-2
/
+4
*
ci: disable fail-fast in `build` workflow
pml68
2025-06-20
1
-0
/
+1
*
feat: project file to open can be passed as an argument + desktop entry
pml68
2025-06-20
4
-23
/
+74
*
feat(PKGBUILD): add `check` for tests [skip ci]
pml68
2025-06-20
5
-16
/
+18
*
ci: separate `Lint` and `Test` workflows
pml68
2025-06-16
4
-10
/
+39
*
ci: test build on MSRV, build with `release` profile
pml68
2025-06-16
1
-2
/
+2
*
feat: automatically save config updates
pml68
2025-06-16
6
-42
/
+101
*
style: `ḋialogs` -> `dialog`
pml68
2025-06-15
2
-4
/
+4
*
feat: write defaults to newly created config file if it's missing
pml68
2025-06-15
6
-69
/
+103
*
feat: create config file on startup if it doesn't exist
pml68
2025-06-13
2
-1
/
+5
*
chore: extract `iced_drop` into separate repo (`pml68/iced_drop`)
pml68
2025-06-13
10
-857
/
+2
*
chore: update deps
pml68
2025-06-10
6
-85
/
+72
*
feat: dialog improvements
pml68
2025-06-08
5
-232
/
+323
*
fix: animated theme change on startup when config theme != "Dark"
pml68
2025-06-07
2
-17
/
+13
*
chore: update dependencies
pml68
2025-05-25
5
-126
/
+127
*
feat(material_theme): add `new_const` method to `Theme`
pml68
2025-05-15
1
-0
/
+11
*
ci: allow `clippy::uninlined_format_args`
pml68
2025-05-13
1
-0
/
+1
*
refactor: get rid of needless `clone`
pml68
2025-05-13
2
-6
/
+6
*
chore: update `iced`
pml68
2025-05-13
9
-290
/
+243
*
Merge pull request #20 from pml68/feat/custom-theme
Polesznyák Márk László
2025-04-29
64
-1075
/
+26904
|
\
|
*
style: `theme` -> `appearance`
pml68
2025-04-29
1
-5
/
+6
|
*
fix(material_theme): missing `abs` when checking the alpha values in `mix`
pml68
2025-04-29
1
-1
/
+1
|
*
fix(material_theme): broken serde impl on `Theme`
pml68
2025-04-29
1
-81
/
+110
|
*
chore: remove `theme_test`, dependency cleanup
pml68
2025-04-29
5
-339
/
+48
|
*
ci: remove `libgtk-3-dev` dependency
pml68
2025-04-28
2
-2
/
+2
|
*
fix: iced_fontello/fonts.json being ignored by git
pml68
2025-04-28
2
-0
/
+23495
|
*
feat: switch to fully custom, Material3-based theme
pml68
2025-04-28
16
-516
/
+155
|
*
feat: switch to modified `iced_fontello` for custom Theme support
pml68
2025-04-28
7
-11
/
+534
|
*
refactor(material_theme)!: make `Theme` an enum with `Custom` variant
pml68
2025-04-28
20
-309
/
+282
[next]