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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-05-27
Link to the `latest` branch in examples' `README`
Héctor Ramón Jiménez
1
-4
/
+2
2024-05-22
Fix compilation of `integration` example in `release` mode
Héctor Ramón Jiménez
1
-0
/
+2
2024-05-18
Remove redundant default `chrono` feature in `clock` example
Héctor Ramón Jiménez
1
-1
/
+1
2024-05-18
Simplify `clock` example a bit
Héctor Ramón Jiménez
1
-12
/
+12
2024-05-13
Ask for explicit `Length` in `center_*` methods
Héctor Ramón Jiménez
11
-22
/
+27
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-05-03
Improve layout of `ferris` example :crab:
Héctor Ramón Jiménez
1
-16
/
+16
2024-05-03
Introduce dynamic `opacity` support for `Image` and `Svg`
Héctor Ramón Jiménez
1
-17
/
+28
2024-05-03
Auto-focus `text_input` in `websocket` example
Héctor Ramón Jiménez
1
-2
/
+7
2024-05-03
Introduce `center` widget helper
Héctor Ramón Jiménez
33
-314
/
+145
2024-05-03
Add `spin` mode to `ferris` example :crab:
Héctor Ramón Jiménez
2
-15
/
+55
2024-05-03
Fix `clock` example doesn't get the correct local time under unix system
Skygrango
2
-16
/
+13
2024-05-03
Fix `Image::bounds` when rotation present in `iced_graphics`
Héctor Ramón Jiménez
1
-1
/
+1
2024-05-02
Create `ferris` example to showcase `ContentFit` and `Rotation`
Héctor Ramón Jiménez
2
-0
/
+171
2024-05-01
Make `image::Id` actually opaque
Héctor Ramón Jiménez
2
-2
/
+2
2024-04-30
Enable logging in `clock` example
Héctor Ramón Jiménez
2
-0
/
+3
2024-04-30
Invalidate text uploads after atlas trimming
Héctor Ramón Jiménez
2
-0
/
+3
2024-04-30
Fix `clippy` lint in `the_matrix` example
Héctor Ramón Jiménez
1
-6
/
+1
2024-04-30
Use shared `Cache` group in `the_matrix` example
Héctor Ramón Jiménez
1
-15
/
+17
2024-04-27
Create `the_matrix` example
Héctor Ramón Jiménez
2
-0
/
+128
2024-04-27
Use `hover` widget in `bezier_tool` example
Héctor Ramón Jiménez
1
-11
/
+15
2024-04-25
Simplify `modal` example :tada:
Héctor Ramón Jiménez
1
-328
/
+35
2024-04-25
Introduce `opaque` widget helper
Héctor Ramón Jiménez
1
-1
/
+1
2024-04-25
Showcase new `Stack` widget in `bezier_tool` example
Héctor Ramón Jiménez
1
-18
/
+35
2024-04-08
Remove extra Download struct from dowload_progress example
alex-ds13
1
-6
/
+0
2024-04-08
Make arguments of `Renderer::new` explicit in `iced_wgpu`
Héctor Ramón Jiménez
1
-3
/
+4
2024-04-08
Reintroduce support for custom primitives in `iced_wgpu`
Héctor Ramón Jiménez
1
-15
/
+18
2024-04-05
Decouple caching from layering and simplify everything
Héctor Ramón Jiménez
1
-1
/
+1
2024-04-03
Redesign `iced_wgpu` layering architecture
Héctor Ramón Jiménez
2
-21
/
+20
2024-04-02
Avoid extra text allocations in `websocket` example
Héctor Ramón Jiménez
2
-9
/
+18
2024-04-01
Reintroduce old `text` helper as `value` helper
Héctor Ramón Jiménez
1
-9
/
+3
2024-04-01
Specialize `widget::text` helper with custom `IntoContent` trait
Héctor Ramón Jiménez
3
-5
/
+9
2024-03-24
Use `Catalog` approach for all widgets
Héctor Ramón Jiménez
6
-53
/
+23
2024-03-24
Fine-tune `Catalog` approach for `button`, `checkbox`, and `svg`
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-23
Try catalog theming approach with `Button`
Héctor Ramón Jiménez
1
-2
/
+2
2024-03-22
Make `iced_tiny_skia` optional with a `tiny-skia` feature
Héctor Ramón Jiménez
1
-1
/
+3
2024-03-22
Restore `canvas::Frame` API
Héctor Ramón Jiménez
11
-28
/
+13
2024-03-21
Restore `canvas::Program` API
Héctor Ramón Jiménez
10
-44
/
+52
2024-03-21
Implement composable, type-safe renderer fallback
Héctor Ramón Jiménez
12
-65
/
+67
2024-03-19
Fix redundant import in `color_palette` example
Héctor Ramón Jiménez
1
-3
/
+1
2024-03-18
fix: run `cargo fmt`
Richard Custodio
5
-25
/
+11
2024-03-18
refactor: replace `text(format!(` with `text` macro
Richard Custodio
18
-41
/
+41
2024-03-17
Move `Application` trait to `advanced` module
Héctor Ramón Jiménez
1
-4
/
+6
2024-03-17
Introduce `Program::run_with` to control the initial state
Héctor Ramón Jiménez
1
-13
/
+7
2024-03-17
Simplify lifetime in `toast` example
Héctor Ramón Jiménez
1
-2
/
+2
2024-03-17
Use `Program` API in `modal` example
Héctor Ramón Jiménez
1
-30
/
+22
2024-03-17
Use `Program` API in `modal` example
Héctor Ramón Jiménez
1
-20
/
+6
2024-03-17
Use `Program` API in `websocket` example
Héctor Ramón Jiménez
1
-20
/
+8
2024-03-17
Use `Program` API in `visible_bounds` example
Héctor Ramón Jiménez
1
-29
/
+8
[next]