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
...
*
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
|
|
|
*
feat(debug): add custom "Code Generation" Comet debug metric
pml68
2025-04-18
1
-2
/
+8
|
|
|
*
refactor: load config in `IcedBuilder::init` instead of `main`
pml68
2025-04-18
2
-32
/
+36
|
|
|
*
fix: `iced` 0.14 codegen
pml68
2025-04-18
3
-26
/
+32
|
|
|
*
refactor: inline Dark and Light theme definitions, remove toml files
pml68
2025-04-17
7
-158
/
+222
|
|
|
*
feat(material_theme): implement `radio::Catalog`
pml68
2025-04-17
2
-0
/
+66
|
|
|
*
feat(material_theme): implement `progress_bar::Catalog`
pml68
2025-04-17
2
-0
/
+27
|
|
|
*
feat(material_theme): implement `combo_box::Catalog`
pml68
2025-04-17
4
-10
/
+10
|
|
|
*
feat(material_theme): implement `qr_code::Catalog` (under feature flag)
pml68
2025-04-17
4
-0
/
+126
|
|
|
*
feat(material_theme): implement `svg::Catalog` (under feature flag)
pml68
2025-04-17
3
-0
/
+19
|
|
|
*
feat(material_theme): implement `markdown::Catalog` (under feature flag)
pml68
2025-04-17
3
-2
/
+16
|
|
|
*
feat(material_theme): implement `checkbox::Catalog`
pml68
2025-04-17
4
-2
/
+143
|
|
|
*
refactor(PKGBUILD): use `printf` over `echo` in `pkgver`
pml68
2025-04-16
1
-5
/
+5
|
|
|
*
feat: center the window by default
pml68
2025-04-16
1
-0
/
+1
|
|
|
*
chore(deps): regenerate lockfile, update dependencies
pml68
2025-04-15
1
-60
/
+60
|
|
|
*
feat(material_theme): implement `text_input::Catalog`
pml68
2025-04-15
4
-12
/
+102
|
|
|
*
chore(deps): update `iced_dialog`
pml68
2025-04-15
4
-23
/
+36
|
|
|
*
feat(PKGBUILD): update pkgver fn, dependencies
pml68
2025-04-15
3
-2
/
+8
|
|
|
*
ci: set dependabot interval to monthly
pml68
2025-04-15
1
-1
/
+1
|
|
|
*
feat(material_theme): tweak `pick_list` and `menu` borders
pml68
2025-04-15
2
-4
/
+15
|
|
|
*
refactor: move `material_theme` and `iced_drop` into separate crates dir
pml68
2025-04-15
23
-24
/
+17
|
|
[prev]
[next]