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