index
:
iced-builder
master
UI builder for iced, built with iced.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
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
|
|
|
|
|
|
|
- "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"
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
|
|
|
*
feat(material_theme): implement `image::Catalog` (under feature flag)
pml68
2025-04-26
6
-42
/
+78
|
|
|
*
feat(material_theme): create an iced `Palette` for `iced::theme::Base` impl
pml68
2025-04-25
4
-18
/
+32
|
|
|
*
refactor(material_theme): make `Theme` `Copy`, add `Theme::ALL` constant
pml68
2025-04-22
3
-38
/
+29
|
|
|
*
feat(material_theme): implement `text_editor::Catalog`
pml68
2025-04-22
2
-4
/
+100
|
|
|
*
fix(material_theme): highlighted text not being visible in `TextInput`
pml68
2025-04-22
1
-1
/
+4
|
|
|
*
fix(material_theme): disabled checkbox border being fully opaque
pml68
2025-04-22
1
-1
/
+4
|
|
|
*
refactor: apply some clippy suggestions
pml68
2025-04-22
6
-63
/
+59
|
|
|
*
feat: use `pane_grid::Controls` for PaneGrid titlebar controls
pml68
2025-04-20
5
-28
/
+57
|
|
|
*
fix: ordering in `build.rs`
pml68
2025-04-20
1
-11
/
+11
|
|
|
*
feat(material_theme): implement `pane_grid::Catalog`
pml68
2025-04-20
3
-107
/
+216
|
|
|
*
feat: tweak default slider size
pml68
2025-04-19
1
-3
/
+3
|
|
|
*
feat(material_theme): implement `slider::Catalog`
pml68
2025-04-19
3
-6
/
+92
|
|
|
*
feat(material_theme): implement `rule::Catalog`
pml68
2025-04-19
3
-2
/
+47
|
|
|
*
feat(material_theme): implement `slider::Catalog`
pml68
2025-04-18
3
-2
/
+74
|
|
[prev]
[next]