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
path:
root
/
examples
/
integration
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-03-09
Update `wgpu` to `24` and use `cryoglyph` fork
Héctor Ramón Jiménez
1
-3
/
+2
2025-02-21
Update all `examples` to Rust 2024
Héctor Ramón Jiménez
2
-4
/
+4
2025-01-24
Add helper functions for alignment to `widget` module
Héctor Ramón Jiménez
1
-6
/
+5
2024-11-05
Update `wgpu` to `23.0`
Héctor Ramón Jiménez
1
-2
/
+2
2024-09-20
Update `wgpu` to `22.0`
Héctor Ramón Jiménez
2
-0
/
+3
2024-09-20
Update `wgpu` to `0.20.1`
Héctor Ramón Jiménez
1
-0
/
+2
2024-08-12
Fix `integration` example
Héctor Ramón Jiménez
1
-1
/
+1
2024-07-12
Re-export variants of `Length` and `alignment` types
Héctor Ramón Jiménez
1
-3
/
+2
2024-07-12
Introduce helper methods for alignment for all widgets
Héctor Ramón Jiménez
1
-2
/
+1
2024-06-14
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
1
-3
/
+3
2024-06-10
Introduce `window::Id` to `Event` subscriptions
Héctor Ramón Jiménez
1
-2
/
+0
2024-05-22
Fix compilation of `integration` example in `release` mode
Héctor Ramón Jiménez
1
-0
/
+2
2024-05-07
Update `winit` to `0.30`
Héctor Ramón Jiménez
3
-309
/
+308
2024-05-06
Fix windows fighting over shared `image::Cache`
Héctor Ramón Jiménez
1
-1
/
+1
2024-04-08
Make arguments of `Renderer::new` explicit in `iced_wgpu`
Héctor Ramón Jiménez
1
-3
/
+4
2024-04-03
Redesign `iced_wgpu` layering architecture
Héctor Ramón Jiménez
1
-20
/
+15
2024-03-18
fix: run `cargo fmt`
Richard Custodio
1
-3
/
+1
2024-03-18
refactor: replace `text(format!(` with `text` macro
Richard Custodio
1
-1
/
+1
2024-03-09
fix some comments
rustrover
2
-2
/
+2
2024-03-07
Move `Theme` type to `iced_core`
Héctor Ramón Jiménez
2
-4
/
+2
2024-03-04
Simplify theming for `Text` widget
Héctor Ramón Jiménez
1
-57
/
+46
2024-02-19
Use two layers for `image::atlas` only on `Gl` backend
Héctor Ramón Jiménez
1
-14
/
+18
2024-01-21
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
1
-2
/
+3
2024-01-18
Remove `Compositor` window generic
Héctor Ramón Jiménez
1
-3
/
+9
2024-01-16
Refactor `KeyCode` into `Key` and `Location`
Héctor Ramón Jiménez
1
-1
/
+1
2024-01-04
Make `Shrink` have priority over `Fill` in layout
Héctor Ramón Jiménez
1
-23
/
+16
2023-12-15
Update `winit` to `0.29.4`
Héctor Ramón Jiménez
1
-61
/
+63
2023-11-14
Added support for custom shader widget for iced_wgpu backend.
Bingus
1
-0
/
+1
2023-10-27
Update `wgpu` to `0.18` and `cosmic-text` to `0.10`
Héctor Ramón Jiménez
1
-1
/
+3
2023-09-20
Revert "Chore: Apply clippy map transformations"
Héctor Ramón Jiménez
1
-4
/
+2
2023-09-20
Fix `clippy::manual_let_else`
Héctor Ramón Jiménez
2
-2
/
+1
2023-09-20
Fix `clippy::default_trait_access`
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-19
Chore: Apply clippy map transformations
Yuri Astrakhan
1
-2
/
+4
2023-09-09
Change init_with_level to init in examples
Thomas
2
-2
/
+1
2023-09-09
Dont use tracing-subscriber dependency on web
Thomas
1
-0
/
+1
2023-09-09
Add webgl feature for web examples
Thomas
1
-0
/
+3
2023-09-07
Host GIFs and video examples in `iced.rs`
Héctor Ramón Jiménez
1
-3
/
+1
2023-09-07
Update example dependencies
Héctor Ramón Jiménez
1
-7
/
+2
2023-09-04
Use workspace dependencies and package inheritance
Héctor Ramón Jiménez
2
-7
/
+8
2023-09-03
Update `wgpu` to `0.17`
Héctor Ramón Jiménez
1
-1
/
+0
2023-08-30
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
1
-7
/
+6
2023-07-21
refactored window storage;
Bingus
1
-1
/
+1
2023-06-08
Use `mouse::Cursor` in `integration` example
Héctor Ramón Jiménez
1
-15
/
+27
2023-06-08
Extend cursor availability to the shell level
Héctor Ramón Jiménez
1
-2
/
+3
2023-05-10
Bundle `tiny-skia` backend together with `iced_renderer`
Héctor Ramón Jiménez
1
-1
/
+1
2023-04-27
Fix build of `integration` example for Wasm target
Héctor Ramón Jiménez
1
-1
/
+2
2023-04-08
Update `wgpu` and `cosmic-text`
Héctor Ramón Jiménez
1
-12
/
+15
2023-03-07
Enable renderer backends in `integration` example
Héctor Ramón Jiménez
1
-0
/
+1
2023-03-05
Move `webgl` feature selection for `wgpu` into `iced_wgpu`
Héctor Ramón Jiménez
1
-1
/
+1
2023-03-05
Rename `iced_native` to `iced_runtime`
Héctor Ramón Jiménez
2
-3
/
+3
[next]