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
*
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
|
*
fix: relative project path written to config, bump MSRV to 1.88.0
pml68
2025-07-01
7
-70
/
+80
|
*
chore(PKGBUILD): remove clang and mold from `makedepends` [skip ci]
pml68
2025-06-30
1
-3
/
+2
|
*
fix(PKGBUILD): cargo dependency not found, "reference to `$srcdir`" [skip ci]
pml68
2025-06-29
1
-2
/
+3
|
*
feat: make `rustfmt` optional as a dependency
pml68
2025-06-27
3
-9
/
+23
|
*
ci: rename `all` jobs -> `lint` & `test` [skip ci]
pml68
2025-06-27
2
-2
/
+2
|
*
style(Cargo.toml): redo dependency structuring
pml68
2025-06-27
1
-21
/
+32
|
*
fix: point `iced_material` to git repo instead of local project dir
pml68
2025-06-27
2
-1
/
+2
|
*
feat: extract `material_theme` into separate repo (`pml68/iced_material`)
pml68
2025-06-26
41
-2145
/
+31
|
*
feat: update for hot reloading support
pml68
2025-06-25
6
-71
/
+84
|
*
refactor: simplify `material_theme::Theme`'s `Default` impl
pml68
2025-06-23
1
-5
/
+6
|
*
chore: remove config file under `assets`
pml68
2025-06-23
1
-1
/
+0
|
*
chore: remove "GTK" category from linux desktop entry [skip ci]
pml68
2025-06-20
1
-1
/
+1
|
*
fix: if-let chains are still unstable
pml68
2025-06-20
1
-2
/
+4
|
*
ci: disable fail-fast in `build` workflow
pml68
2025-06-20
1
-0
/
+1
|
*
feat: project file to open can be passed as an argument + desktop entry
pml68
2025-06-20
4
-23
/
+74
|
*
feat(PKGBUILD): add `check` for tests [skip ci]
pml68
2025-06-20
5
-16
/
+18
|
*
ci: separate `Lint` and `Test` workflows
pml68
2025-06-16
4
-10
/
+39
|
*
ci: test build on MSRV, build with `release` profile
pml68
2025-06-16
1
-2
/
+2
|
*
feat: automatically save config updates
pml68
2025-06-16
6
-42
/
+101
|
*
style: `ḋialogs` -> `dialog`
pml68
2025-06-15
2
-4
/
+4
|
*
feat: write defaults to newly created config file if it's missing
pml68
2025-06-15
6
-69
/
+103
|
*
feat: create config file on startup if it doesn't exist
pml68
2025-06-13
2
-1
/
+5
|
*
chore: extract `iced_drop` into separate repo (`pml68/iced_drop`)
pml68
2025-06-13
10
-857
/
+2
|
*
chore: update deps
pml68
2025-06-10
6
-85
/
+72
|
*
feat: dialog improvements
pml68
2025-06-08
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`)
*
fix: animated theme change on startup when config theme != "Dark"
pml68
2025-06-07
2
-17
/
+13
|
*
chore: update dependencies
pml68
2025-05-25
5
-126
/
+127
|
*
feat(material_theme): add `new_const` method to `Theme`
pml68
2025-05-15
1
-0
/
+11
|
*
ci: allow `clippy::uninlined_format_args`
pml68
2025-05-13
1
-0
/
+1
|
*
refactor: get rid of needless `clone`
pml68
2025-05-13
2
-6
/
+6
|
[next]