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
*
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
*
feat(material_theme): implement `pick_list::Catalog`
pml68
2025-04-15
11
-147
/
+258
*
feat(material_theme): add disabled scrollable `Style`s
pml68
2025-04-15
1
-22
/
+76
*
feat(material_theme): implement `theme::Base` for theme (`None` for now)
pml68
2025-04-15
2
-4
/
+8
*
feat: update `iced`, make designer view more usable
pml68
2025-04-15
5
-142
/
+193
*
feat(material_theme): impl `menu::Catalog`, change `dialog::Catalog` impl
pml68
2025-04-15
4
-44
/
+126
*
feat(material_theme): impl `scrollable::Catalog`
pml68
2025-04-15
4
-36
/
+145
*
feat(material_theme): implement Catalog for iced_dialog (`dialog` feature)
pml68
2025-04-15
6
-49
/
+61
*
fix: custom theme Default changing between calls, missing `apply_options`s
pml68
2025-04-15
2
-7
/
+14
*
feat(material_theme): add feature flag based iced_anim support
pml68
2025-04-15
2
-0
/
+43
*
refactor: move custom theme into its separate crate
pml68
2025-04-15
17
-385
/
+889
[next]