index
:
iced-builder
master
UI builder for iced, built with iced.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
assets
/
linux
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-09-22
chore: remove GitHub related stuff
Polesznyák Márk
4
-105
/
+0
2025-09-22
feat: switch to `prettyplease` for code formatting
Polesznyák Márk
4
-248
/
+404
2025-09-22
feat(wip): iced_material based code highlighting
Polesznyák Márk
1
-10
/
+102
2025-09-02
ci(test): remove `--ignore` flag
pml68
1
-1
/
+1
2025-09-02
chore: update deps
pml68
1
-136
/
+139
2025-08-21
chore: update deps
pml68
2
-181
/
+179
2025-08-06
feat(designer): make container types nicer and easier to see
pml68
2
-111
/
+111
2025-08-01
feat: update `iced_material`, use new reactive system theme
pml68
4
-88
/
+281
2025-07-24
feat: make "Copy Code" button appear on hover over the code
pml68
4
-78
/
+57
2025-07-22
feat: better button styling for "unsaved changes" dialog
pml68
5
-145
/
+200
2025-07-22
style: better Cargo.toml formatting [skip ci]
pml68
2
-15
/
+31
2025-07-17
fix: wrong text color being used in designer view
pml68
1
-8
/
+14
2025-07-17
chore: update deps
pml68
5
-48
/
+47
2025-07-10
feat: make close-only dialogs closable via `Esc` or clicking the backdrop
pml68
6
-60
/
+117
2025-07-05
chore: switch to `[patch.crates-io]` according to `iced_dialog` changes
pml68
2
-34
/
+51
2025-07-01
chore: remove clang & mold build config from `.cargo/config.toml`
pml68
4
-9
/
+5
2025-07-01
fix: relative project path written to config, bump MSRV to 1.88.0
pml68
7
-70
/
+80
2025-06-30
chore(PKGBUILD): remove clang and mold from `makedepends` [skip ci]
pml68
1
-3
/
+2
2025-06-29
fix(PKGBUILD): cargo dependency not found, "reference to `$srcdir`" [skip ci]
pml68
1
-2
/
+3
2025-06-27
feat: make `rustfmt` optional as a dependency
pml68
3
-9
/
+23
2025-06-27
ci: rename `all` jobs -> `lint` & `test` [skip ci]
pml68
2
-2
/
+2
2025-06-27
style(Cargo.toml): redo dependency structuring
pml68
1
-21
/
+32
2025-06-27
fix: point `iced_material` to git repo instead of local project dir
pml68
2
-1
/
+2
2025-06-26
feat: extract `material_theme` into separate repo (`pml68/iced_material`)
pml68
41
-2145
/
+31
2025-06-25
feat: update for hot reloading support
pml68
6
-71
/
+84
2025-06-23
refactor: simplify `material_theme::Theme`'s `Default` impl
pml68
1
-5
/
+6
2025-06-23
chore: remove config file under `assets`
pml68
1
-1
/
+0
2025-06-20
chore: remove "GTK" category from linux desktop entry [skip ci]
pml68
1
-1
/
+1
2025-06-20
fix: if-let chains are still unstable
pml68
1
-2
/
+4
2025-06-20
ci: disable fail-fast in `build` workflow
pml68
1
-0
/
+1
2025-06-20
feat: project file to open can be passed as an argument + desktop entry
pml68
4
-23
/
+74
2025-06-20
feat(PKGBUILD): add `check` for tests [skip ci]
pml68
5
-16
/
+18
2025-06-16
ci: separate `Lint` and `Test` workflows
pml68
4
-10
/
+39
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
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
[next]