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
*
feat: move from sourcehut to my git instance
HEAD
master
Polesznyák Márk
2026-03-28
2
-104
/
+0
|
*
chore: necessary updates for iced-rs/iced@6690731
Polesznyák Márk
2026-03-27
7
-638
/
+845
|
*
ci: update zig and cargo-zigbuild versions
Polesznyák Márk
2026-02-12
1
-5
/
+8
|
*
chore: skip generated icon.rs for rustfmt
Polesznyák Márk
2026-02-03
1
-0
/
+1
|
*
feat: replace the unmaintained `dirs-next` crate with `dirs`
Polesznyák Márk
2026-01-29
3
-16
/
+22
|
*
feat: set parent window of rfd dialogs
Polesznyák Márk
2026-01-29
4
-116
/
+111
|
*
chore: bump MSRV to match iced's
Polesznyák Márk
2026-01-20
3
-412
/
+249
|
*
chore: update deps
Polesznyák Márk
2026-01-05
2
-10
/
+11
|
*
chore: bump MSRV
Polesznyák Márk
2026-01-04
2
-2
/
+2
|
*
chore: replace tokio with smol, disable unneeded iced feature flags
Polesznyák Márk
2026-01-04
4
-137
/
+118
|
*
refactor: remove release-opt profile
Polesznyák Márk
2025-12-31
2
-18
/
+10
|
*
ci: add a workflow for MacOS builds
Polesznyák Márk
2025-12-31
3
-190
/
+238
|
*
chore: update deps
Polesznyák Márk
2025-12-12
4
-85
/
+86
|
*
feat: make it impossible (tm) to open multiple dialogs at once
Polesznyák Márk
2025-11-30
1
-14
/
+44
|
*
chore: update deps
Polesznyák Márk
2025-11-28
3
-176
/
+110
|
*
chore: update iced_material
Polesznyák Márk
2025-11-22
5
-36
/
+36
|
*
chore: update deps
Polesznyák Márk
2025-11-22
2
-201
/
+194
|
*
chore: add mailmap
Polesznyák Márk
2025-11-21
1
-0
/
+3
|
*
chore: remove lazy feature flag from iced dependency
Polesznyák Márk
2025-11-16
2
-58
/
+3
|
*
feat: dynamically sized widget tree in designer view, grid fixes
Polesznyák Márk
2025-11-16
3
-21
/
+21
|
*
feat: add `Grid` as a usable widget
Polesznyák Márk
2025-11-15
5
-5
/
+186
|
*
chore: update deps
Polesznyák Márk
2025-11-14
10
-24361
/
+416
|
*
chore: update deps
Polesznyák Márk
2025-10-27
1
-480
/
+447
|
*
chore: update git dependencies
Polesznyák Márk
2025-10-04
2
-4
/
+4
|
*
chore: update mailing list address
Polesznyák Márk
2025-10-04
1
-13
/
+4
|
*
chore: update repository URL
Polesznyák Márk
2025-10-03
1
-1
/
+1
|
*
feat: update according to latest iced and iced_material changes
Polesznyák Márk
2025-10-02
9
-421
/
+247
|
*
fix(rendered_element): `Row` and `Column` options being applied to `Container`
Polesznyák Márk
2025-10-02
1
-38
/
+38
|
*
chore: get rid of `Widget::new()` constructor uses
Polesznyák Márk
2025-09-25
3
-61
/
+54
|
*
fix(ci): wrong dirname
Polesznyák Márk
2025-09-23
1
-1
/
+1
|
*
fix(ci): incorrect binary name
Polesznyák Márk
2025-09-22
1
-1
/
+1
|
*
ci: add checks for building (must be git push on `master`)
Polesznyák Márk
2025-09-22
1
-0
/
+17
|
*
feat: add build manifest
Polesznyák Márk
2025-09-22
1
-0
/
+46
|
*
chore: remove AUR related stuff
Polesznyák Márk
2025-09-22
2
-68
/
+0
|
*
chore: remove GitHub related stuff
Polesznyák Márk
2025-09-22
4
-105
/
+0
|
*
feat: switch to `prettyplease` for code formatting
Polesznyák Márk
2025-09-22
4
-248
/
+404
|
|
|
|
No more external rustfmt dependency
*
feat(wip): iced_material based code highlighting
Polesznyák Márk
2025-09-22
1
-10
/
+102
|
*
ci(test): remove `--ignore` flag
pml68
2025-09-02
1
-1
/
+1
|
*
chore: update deps
pml68
2025-09-02
1
-136
/
+139
|
*
chore: update deps
pml68
2025-08-21
2
-181
/
+179
|
*
feat(designer): make container types nicer and easier to see
pml68
2025-08-06
2
-111
/
+111
|
*
feat: update `iced_material`, use new reactive system theme
pml68
2025-08-01
4
-88
/
+281
|
*
feat: make "Copy Code" button appear on hover over the code
pml68
2025-07-24
4
-78
/
+57
|
*
feat: better button styling for "unsaved changes" dialog
pml68
2025-07-22
5
-145
/
+200
|
*
style: better Cargo.toml formatting [skip ci]
pml68
2025-07-22
2
-15
/
+31
|
*
fix: wrong text color being used in designer view
pml68
2025-07-17
1
-8
/
+14
|
*
chore: update deps
pml68
2025-07-17
5
-48
/
+47
|
*
feat: make close-only dialogs closable via `Esc` or clicking the backdrop
pml68
2025-07-10
6
-60
/
+117
|
*
chore: switch to `[patch.crates-io]` according to `iced_dialog` changes
pml68
2025-07-05
2
-34
/
+51
|
*
chore: remove clang & mold build config from `.cargo/config.toml`
pml68
2025-07-01
4
-9
/
+5
|
[next]