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
2023-09-20
Revert "Chore: Apply clippy map transformations"
Héctor Ramón Jiménez
2
-5
/
+6
2023-09-20
Run `cargo fmt`
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-20
Fix `clippy::unused_async`
Héctor Ramón Jiménez
2
-11
/
+20
2023-09-20
Fix `clippy::manual_let_else`
Héctor Ramón Jiménez
6
-22
/
+9
2023-09-20
Fix `clippy::match-wildcard-for-single-variants`
Héctor Ramón Jiménez
2
-3
/
+3
2023-09-20
Fix `clippy::default_trait_access`
Héctor Ramón Jiménez
7
-11
/
+13
2023-09-20
Fix `clippy::trivially-copy-pass-by-ref`
Héctor Ramón Jiménez
2
-19
/
+12
2023-09-20
Fix `clippy::semicolon_if_nothing_returned`
Héctor Ramón Jiménez
5
-5
/
+5
2023-09-19
Chore: Apply some minor clippy fixes
Yuri Astrakhan
2
-2
/
+2
2023-09-19
Chore: Apply clippy map transformations
Yuri Astrakhan
2
-6
/
+5
2023-09-19
Chore: Inline format args for ease of reading
Yuri Astrakhan
5
-12
/
+10
2023-09-14
Fix styling of horizontal scrollbar in `scrollable` example
Héctor Ramón Jiménez
1
-2
/
+2
2023-09-10
Fix Wasm build of `todos` example
Héctor Ramón Jiménez
1
-0
/
+1
2023-09-09
Change init_with_level to init in examples
Thomas
4
-4
/
+2
2023-09-09
Dont use tracing-subscriber dependency on web
Thomas
1
-0
/
+1
2023-09-09
Add instructions to run web examples
Thomas
2
-1
/
+16
2023-09-09
Add logging for web in tour example
Thomas
2
-0
/
+12
2023-09-09
Add webgl feature for web examples
Thomas
4
-0
/
+14
2023-09-08
Use `Radians` as a number directly in `gradient` example
Héctor Ramón Jiménez
1
-13
/
+9
2023-09-07
Remove unnecessary centering in `gradient` example
Héctor Ramón Jiménez
1
-2
/
+0
2023-09-07
Use `horizontal_space` instead of empty `text` widget in `gradient` example
Héctor Ramón Jiménez
1
-2
/
+2
2023-09-07
Use `Default` for `container::Appearance` in `gradient` example
Héctor Ramón Jiménez
1
-6
/
+3
2023-09-07
Fix name of `gradient` example package
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-07
Use `Color::WHITE` in `gradient` example
Héctor Ramón Jiménez
1
-5
/
+2
2023-09-07
Rename `gradients` example to `gradient`
Héctor Ramón Jiménez
2
-0
/
+0
2023-09-07
Simplify `gradients` example
Héctor Ramón Jiménez
1
-62
/
+37
2023-09-07
Add gradient picker example
Matthias Vogelgesang
2
-0
/
+144
2023-09-07
Make `scale` methods in `Frame` generic over `f32` and `Vector`
Héctor Ramón Jiménez
1
-4
/
+4
2023-09-07
Host GIFs and video examples in `iced.rs`
Héctor Ramón Jiménez
21
-78
/
+28
2023-09-07
Update example dependencies
Héctor Ramón Jiménez
4
-11
/
+9
2023-09-07
Add hotkey support for `stopwatch` example
Héctor Ramón Jiménez
1
-1
/
+15
2023-09-07
Introduce `keyboard::on_key_press` and `on_key_release`
Héctor Ramón Jiménez
8
-62
/
+41
2023-09-04
Use workspace dependencies and package inheritance
Héctor Ramón Jiménez
47
-78
/
+124
2023-09-04
Fix Wasm build of `todos` example
Héctor Ramón Jiménez
1
-0
/
+1
2023-09-04
Introduce `keyed::Column` widget
Héctor Ramón Jiménez
2
-9
/
+19
2023-09-03
Use `Length::Fill` instead of fixed length in `styling` example
Héctor Ramón
1
-1
/
+1
2023-09-03
fix(examples-styling): fixed checkbox and toggler getting hidden behind scrol...
Akshay Raina
1
-0
/
+1
2023-09-03
Update `wgpu` to `0.17`
Héctor Ramón Jiménez
1
-1
/
+0
2023-08-30
Make `widget::Tree` mutable in `Widget::layout`
Héctor Ramón Jiménez
7
-15
/
+19
2023-08-30
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
12
-17
/
+31
2023-08-23
Update vulnerable `async-tungstenite` dependency in `websocket` example
Héctor Ramón Jiménez
1
-1
/
+1
2023-08-23
Update vulnerable `env_logger` dependency in examples
Héctor Ramón Jiménez
2
-2
/
+2
2023-08-23
Use `Dark` theme in `stopwatch` example
Héctor Ramón Jiménez
1
-0
/
+4
2023-07-27
Fetch bounds on window resize in `visible_bounds` example
Héctor Ramón Jiménez
1
-6
/
+13
2023-07-27
Highlight container bounds on hover in `visible_bounds` example
Héctor Ramón Jiménez
1
-14
/
+43
2023-07-27
Create `visible_bounds` example
Héctor Ramón Jiménez
2
-0
/
+161
2023-07-27
Introduce `visible_bounds` operation for `Container`
Héctor Ramón Jiménez
1
-2
/
+2
2023-07-26
Fix `on_option_hovered` support in `ComboBox`
Héctor Ramón Jiménez
1
-10
/
+10
2023-07-26
Add gif to example
Joao Freitas
2
-1
/
+1
2023-07-26
Add ComboBox widget
Joao Freitas
3
-0
/
+170
[next]