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
/
iced_drop
/
Cargo.toml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2025-03-23
ci: add dependabot config file [skip ci]
pml68
2
-2
/
+12
2025-03-23
ci: change cache keys
pml68
2
-2
/
+2
2025-03-23
fix(ci): CI profile related stuff
pml68
2
-2
/
+2
2025-03-23
fix(iced_drop): support reactive rendering
pml68
3
-15
/
+50
2025-03-23
ci: add caching, use mold for linking
pml68
5
-11
/
+41
2025-03-23
docs: update TODO.md
pml68
1
-0
/
+1
2025-03-23
feat: finish `ApplyOptions` impls
pml68
1
-1
/
+259