index
:
iced-builder
master
UI builder for iced, built with iced.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
material_theme
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-04-26
feat(material_theme): implement `image::Catalog` (under feature flag)
pml68
2
-0
/
+23
2025-04-25
feat(material_theme): create an iced `Palette` for `iced::theme::Base` impl
pml68
4
-18
/
+32
2025-04-22
refactor(material_theme): make `Theme` `Copy`, add `Theme::ALL` constant
pml68
3
-38
/
+29
2025-04-22
feat(material_theme): implement `text_editor::Catalog`
pml68
2
-4
/
+100
2025-04-22
fix(material_theme): highlighted text not being visible in `TextInput`
pml68
1
-1
/
+4
2025-04-22
fix(material_theme): disabled checkbox border being fully opaque
pml68
1
-1
/
+4
2025-04-22
refactor: apply some clippy suggestions
pml68
6
-63
/
+59
2025-04-20
feat: use `pane_grid::Controls` for PaneGrid titlebar controls
pml68
5
-28
/
+57
2025-04-20
fix: ordering in `build.rs`
pml68
1
-11
/
+11
2025-04-20
feat(material_theme): implement `pane_grid::Catalog`
pml68
3
-107
/
+216
2025-04-19
feat: tweak default slider size
pml68
1
-3
/
+3
2025-04-19
feat(material_theme): implement `slider::Catalog`
pml68
3
-6
/
+92
2025-04-19
feat(material_theme): implement `rule::Catalog`
pml68
3
-2
/
+47
2025-04-18
feat(material_theme): implement `slider::Catalog`
pml68
3
-2
/
+74
2025-04-18
feat(debug): add custom "Code Generation" Comet debug metric
pml68
1
-2
/
+8
2025-04-18
refactor: load config in `IcedBuilder::init` instead of `main`
pml68
2
-32
/
+36
2025-04-18
fix: `iced` 0.14 codegen
pml68
3
-26
/
+32
2025-04-17
refactor: inline Dark and Light theme definitions, remove toml files
pml68
7
-158
/
+222
2025-04-17
feat(material_theme): implement `radio::Catalog`
pml68
2
-0
/
+66
2025-04-17
feat(material_theme): implement `progress_bar::Catalog`
pml68
2
-0
/
+27
2025-04-17
feat(material_theme): implement `combo_box::Catalog`
pml68
4
-10
/
+10
2025-04-17
feat(material_theme): implement `qr_code::Catalog` (under feature flag)
pml68
4
-0
/
+126
2025-04-17
feat(material_theme): implement `svg::Catalog` (under feature flag)
pml68
3
-0
/
+19
2025-04-17
feat(material_theme): implement `markdown::Catalog` (under feature flag)
pml68
3
-2
/
+16
2025-04-17
feat(material_theme): implement `checkbox::Catalog`
pml68
4
-2
/
+143
2025-04-16
refactor(PKGBUILD): use `printf` over `echo` in `pkgver`
pml68
1
-5
/
+5
2025-04-16
feat: center the window by default
pml68
1
-0
/
+1
2025-04-15
chore(deps): regenerate lockfile, update dependencies
pml68
1
-60
/
+60
2025-04-15
feat(material_theme): implement `text_input::Catalog`
pml68
4
-12
/
+102
2025-04-15
chore(deps): update `iced_dialog`
pml68
4
-23
/
+36
2025-04-15
feat(PKGBUILD): update pkgver fn, dependencies
pml68
3
-2
/
+8
2025-04-15
ci: set dependabot interval to monthly
pml68
1
-1
/
+1
2025-04-15
feat(material_theme): tweak `pick_list` and `menu` borders
pml68
2
-4
/
+15
2025-04-15
refactor: move `material_theme` and `iced_drop` into separate crates dir
pml68
23
-24
/
+17
2025-04-15
feat(material_theme): implement `pick_list::Catalog`
pml68
11
-147
/
+258
2025-04-15
feat(material_theme): add disabled scrollable `Style`s
pml68
1
-22
/
+76
2025-04-15
feat(material_theme): implement `theme::Base` for theme (`None` for now)
pml68
2
-4
/
+8
2025-04-15
feat: update `iced`, make designer view more usable
pml68
5
-142
/
+193
2025-04-15
feat(material_theme): impl `menu::Catalog`, change `dialog::Catalog` impl
pml68
4
-44
/
+126
2025-04-15
feat(material_theme): impl `scrollable::Catalog`
pml68
4
-36
/
+145
2025-04-15
feat(material_theme): implement Catalog for iced_dialog (`dialog` feature)
pml68
6
-49
/
+61
2025-04-15
fix: custom theme Default changing between calls, missing `apply_options`s
pml68
2
-7
/
+14
2025-04-15
feat(material_theme): add feature flag based iced_anim support
pml68
2
-0
/
+43
2025-04-15
refactor: move custom theme into its separate crate
pml68
17
-385
/
+889
2025-04-15
fix: merge conflict blobs [skip ci]
pml68
1
-10
/
+7
2025-04-15
feat: add shadow color, impl `button::Catalog` and `text::Catalog`
pml68
6
-22
/
+290
2025-04-15
feat: add custom theme struct with dark and light variants
pml68
7
-167
/
+318
2025-04-14
chore(deps): bump windows_exe_info from 0.4.2 to 0.5.1
dependabot[bot]
2
-3
/
+10
2025-04-01
feat: update PKGBUILD pkgver fn, dependencies
pml68
2
-6
/
+7
2025-03-31
feat: remove GTK3 dependency
pml68
7
-232
/
+203
[next]