index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Split big `Buffer` writes into multiple chunks
Héctor Ramón Jiménez
2024-03-29
2
-9
/
+38
|
*
|
Add documentation to `Backend::recall` in `iced_wgpu`
Héctor Ramón Jiménez
2024-03-29
1
-0
/
+3
|
*
|
Use a `StagingBelt` in `iced_wgpu` for regular buffer uploads
Héctor Ramón Jiménez
2024-03-29
10
-41
/
+113
*
|
|
Merge pull request #2354 from Koranir/custom-shadow-fix
Héctor Ramón
2024-03-27
2
-4
/
+11
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Make tiny-skia equivalent
Daniel Yoon
2024-03-26
1
-1
/
+2
|
*
|
Update solid.wgsl
Daniel Yoon
2024-03-26
1
-3
/
+9
*
|
|
Derive `Debug` for `qr_code::Data` in `iced_widget`
Héctor Ramón Jiménez
2024-03-26
1
-1
/
+1
*
|
|
Propagate `advanced` feature to `iced_core`
Héctor Ramón Jiménez
2024-03-26
2
-1
/
+2
|
/
/
*
|
Merge pull request #2350 from iced-rs/theming-revolutions
Héctor Ramón
2024-03-25
33
-1048
/
+1335
|
\
\
|
*
|
Make defaults of composite widgets configurable
Héctor Ramón Jiménez
2024-03-25
3
-15
/
+35
|
*
|
Use `Catalog` approach for all widgets
Héctor Ramón Jiménez
2024-03-24
30
-915
/
+1130
|
*
|
Fine-tune `Catalog` approach for `button`, `checkbox`, and `svg`
Héctor Ramón Jiménez
2024-03-24
9
-149
/
+167
|
*
|
Try catalog theming approach with `Button`
Héctor Ramón Jiménez
2024-03-23
5
-54
/
+88
*
|
|
Merge pull request #2351 from iced-rs/custom-renderer-injection
Héctor Ramón
2024-03-25
56
-1447
/
+1886
|
\
\
\
|
*
|
|
Remove redundant `text::Renderer` bound in `program`
Héctor Ramón Jiménez
2024-03-24
1
-1
/
+1
|
*
|
|
Reintroduce backend selection through `ICED_BACKEND` env var
Héctor Ramón Jiménez
2024-03-24
8
-85
/
+198
|
*
|
|
Rename `compositor::Renderer` to `Default`
Héctor Ramón Jiménez
2024-03-22
9
-21
/
+26
|
*
|
|
Fix unnecessary `into` calls in `iced_renderer::fallback`
Héctor Ramón Jiménez
2024-03-22
1
-4
/
+2
|
*
|
|
Allow custom renderers in `Program` and `Application`
Héctor Ramón Jiménez
2024-03-22
19
-122
/
+162
|
*
|
|
Fix standalone compilation of `iced_widget` crate
Héctor Ramón Jiménez
2024-03-22
6
-1
/
+81
|
*
|
|
Make `iced_tiny_skia` optional with a `tiny-skia` feature
Héctor Ramón Jiménez
2024-03-22
20
-92
/
+158
|
*
|
|
Fix outdated warning in docs of `Frame::fill_text`
Héctor Ramón Jiménez
2024-03-22
1
-8
/
+1
|
*
|
|
Fix broken links in documentation
Héctor Ramón Jiménez
2024-03-22
9
-54
/
+73
|
*
|
|
Restore `canvas::Frame` API
Héctor Ramón Jiménez
2024-03-22
22
-679
/
+378
|
*
|
|
Restore `canvas::Program` API
Héctor Ramón Jiménez
2024-03-21
12
-53
/
+71
|
*
|
|
Remove `custom` module from `iced_renderer`
Héctor Ramón Jiménez
2024-03-21
1
-162
/
+0
|
*
|
|
Implement composable, type-safe renderer fallback
Héctor Ramón Jiménez
2024-03-21
35
-1101
/
+1365
|
*
|
|
Use `&mut dyn Surface` instead of `&mut Box<dyn Surface>`
Héctor Ramón Jiménez
2024-03-21
2
-2
/
+2
|
*
|
|
Gate `Custom` variants in `iced_renderer` behind `custom` feature
Héctor Ramón Jiménez
2024-03-21
5
-9
/
+34
|
*
|
|
Draft support for dynamic custom renderer injection
Héctor Ramón Jiménez
2024-03-21
12
-35
/
+316
|
|
/
/
*
|
|
Merge pull request #2345 from iced-rs/fix/responsive-layout-invalidation
Héctor Ramón
2024-03-21
2
-11
/
+36
|
\
\
\
|
*
|
|
Fix layout invalidation for `Responsive` widget
Héctor Ramón Jiménez
2024-03-21
2
-11
/
+36
|
/
/
/
*
|
|
Merge pull request #2341 from Koranir/premultiply
Héctor Ramón
2024-03-20
1
-0
/
+4
|
\
\
\
|
*
|
|
Revert "Remove `PreMultiplied` alpha mode selection in `wgpu::window::composi...
Daniel Yoon
2024-03-20
1
-0
/
+4
|
|
/
/
*
|
|
Merge pull request #2344 from iced-rs/fix/empty-wgpu-draw-calls
Héctor Ramón
2024-03-20
1
-2
/
+10
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix empty `wgpu` draw calls in `image` pipeline
Héctor Ramón Jiménez
2024-03-20
1
-2
/
+10
*
|
|
Merge pull request #2343 from iced-rs/auto-detect-theme
Héctor Ramón
2024-03-20
3
-3
/
+34
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Introduce `auto-detect-theme` feature
Héctor Ramón Jiménez
2024-03-20
3
-3
/
+34
|
/
/
*
|
Merge pull request #2342 from iced-rs/default-wasm-canvas-target
Héctor Ramón
2024-03-19
2
-2
/
+12
|
\
\
|
*
|
Update `winit` fork
Héctor Ramón Jiménez
2024-03-19
1
-1
/
+1
|
*
|
Try to find an `#iced` element by default on Wasm
Héctor Ramón Jiménez
2024-03-19
1
-1
/
+11
|
/
/
*
|
Fix redundant import in `window::redraw_request`
Héctor Ramón Jiménez
2024-03-19
1
-1
/
+1
*
|
Fix redundant import in `color_palette` example
Héctor Ramón Jiménez
2024-03-19
1
-3
/
+1
|
*
fix: make `text` macro example pass doctest
Richard Custodio
2024-03-18
1
-9
/
+26
|
*
fix: remove empty macro usage
Richard Custodio
2024-03-18
1
-5
/
+4
|
*
fix: run `cargo fmt`
Richard Custodio
2024-03-18
5
-25
/
+11
|
*
docs: improve `text` macro documentation
Richard Custodio
2024-03-18
1
-0
/
+17
|
*
refactor: replace `text(format!(` with `text` macro
Richard Custodio
2024-03-18
18
-41
/
+41
|
*
feat: add `text` macro to `widget::helpers`
Richard Custodio
2024-03-18
1
-0
/
+13
|
/
*
Simplify message names in overview docs
Héctor Ramón Jiménez
2024-03-18
1
-12
/
+12
[prev]
[next]