index
:
iced-builder
master
UI builder for iced, built with iced.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.github
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2025-06-16
ci: test build on MSRV, build with `release` profile
pml68
1
-2
/
+2
2025-06-16
feat: automatically save config updates
pml68
6
-42
/
+101
2025-06-15
style: `ḋialogs` -> `dialog`
pml68
2
-4
/
+4
2025-06-15
feat: write defaults to newly created config file if it's missing
pml68
6
-69
/
+103
2025-06-13
feat: create config file on startup if it doesn't exist
pml68
2
-1
/
+5
2025-06-13
chore: extract `iced_drop` into separate repo (`pml68/iced_drop`)
pml68
10
-857
/
+2
2025-06-10
chore: update deps
pml68
6
-85
/
+72
2025-06-08
feat: dialog improvements
pml68
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`)
2025-06-07
fix: animated theme change on startup when config theme != "Dark"
pml68
2
-17
/
+13
2025-05-25
chore: update dependencies
pml68
5
-126
/
+127
2025-05-15
feat(material_theme): add `new_const` method to `Theme`
pml68
1
-0
/
+11
2025-05-13
ci: allow `clippy::uninlined_format_args`
pml68
1
-0
/
+1
2025-05-13
refactor: get rid of needless `clone`
pml68
2
-6
/
+6
2025-05-13
chore: update `iced`
pml68
9
-290
/
+243
2025-04-29
style: `theme` -> `appearance`
pml68
1
-5
/
+6
2025-04-29
fix(material_theme): missing `abs` when checking the alpha values in `mix`
pml68
1
-1
/
+1
2025-04-29
fix(material_theme): broken serde impl on `Theme`
pml68
1
-81
/
+110
2025-04-29
chore: remove `theme_test`, dependency cleanup
pml68
5
-339
/
+48
2025-04-28
ci: remove `libgtk-3-dev` dependency
pml68
2
-2
/
+2
2025-04-28
fix: iced_fontello/fonts.json being ignored by git
pml68
2
-0
/
+23495
2025-04-28
feat: switch to fully custom, Material3-based theme
pml68
16
-516
/
+155
2025-04-28
feat: switch to modified `iced_fontello` for custom Theme support
pml68
7
-11
/
+534
2025-04-28
refactor(material_theme)!: make `Theme` an enum with `Custom` variant
pml68
20
-309
/
+282
2025-04-26
feat(material_theme): implement `image::Catalog` (under feature flag)
pml68
6
-42
/
+78
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
[next]