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
/
game_of_life
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-08-23
Update vulnerable `env_logger` dependency in examples
Héctor Ramón Jiménez
1
-1
/
+1
2023-06-08
Take `Rectangle` by value in `Cursor` API
Héctor Ramón Jiménez
1
-6
/
+5
2023-06-08
Implement basic cursor availability
Héctor Ramón Jiménez
1
-8
/
+7
2023-03-03
Move `Canvas` and `QRCode` to `iced` crate
Héctor Ramón Jiménez
1
-1
/
+1
2023-03-01
Fix `Clip` primitive translation in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-1
/
+1
2023-03-01
Implement `Canvas` support for `iced_tiny_skia`
Héctor Ramón Jiménez
1
-35
/
+38
2023-01-27
Fix: Clippy lint 'uninlined_format_args'
13r0ck
1
-1
/
+1
2023-01-19
Fix `#[default]` in `preset` for `game_of_life` example
Héctor Ramón
1
-1
/
+1
2023-01-19
Update preset.rs
Jedsek
1
-7
/
+2
2022-12-20
Fix `clippy` lints for Rust 1.66
Héctor Ramón Jiménez
1
-2
/
+4
2022-10-04
Fix `clippy` lints
Héctor Ramón Jiménez
1
-14
/
+11
2022-10-04
Working multitouch example
Artur Sapek
1
-0
/
+17
2022-07-27
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
1
-133
/
+137
2022-07-09
Fix `clippy` lints for all crates and features
Héctor Ramón Jiménez
2
-10
/
+10
2022-06-07
Implement theme styling for `Canvas`
Héctor Ramón Jiménez
1
-2
/
+7
2022-06-07
Implement theme styling for `PickList` and `Menu`
Héctor Ramón Jiménez
2
-59
/
+1
2022-05-26
Introduce specific types for each `palette::Extended` field
Héctor Ramón Jiménez
2
-24
/
+9
2022-05-26
Fix examples and doc-tests
Héctor Ramón Jiménez
2
-62
/
+7
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
2
-71
/
+6
2022-03-18
Reintroduce generic `Message` type for `canvas::Program`
Héctor Ramón Jiménez
1
-3
/
+1
2022-03-09
Use associated type for `Message` in a `canvas::Program`
Héctor Ramón Jiménez
1
-1
/
+3
2022-02-09
Update Rust edition to 2021 :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2022-01-19
Improve shader version selection
Richard
1
-3
/
+1
2022-01-19
Add `env_logger` to `game_of_life`
Richard
2
-0
/
+5
2021-10-31
Reintroduce `Box` for `style_sheet` in `Slider`
Héctor Ramón Jiménez
1
-1
/
+1
2021-10-31
Reintroduce `Box` for `style_sheet` in `Container`
Héctor Ramón Jiménez
1
-1
/
+1
2021-10-31
Reintroduce `Box` for `style_sheet` in `Button`
Héctor Ramón Jiménez
1
-3
/
+3
2021-10-20
Wire up styling to `Slider` in `iced_native`
Héctor Ramón Jiménez
1
-1
/
+1
2021-10-18
Wire up styling to `Button` in `iced_native`
Héctor Ramón Jiménez
1
-3
/
+3
2021-10-18
Wire up `container` styling to `iced_native`
Héctor Ramón Jiménez
1
-1
/
+1
2021-09-20
Refactor alignment types into an `alignment` module
Héctor Ramón Jiménez
1
-7
/
+7
2021-09-20
Introduce and use `CrossAlign` enum for `Column` and `Row`
Héctor Ramón Jiménez
1
-4
/
+4
2021-09-15
Revert system menus support
Héctor Ramón Jiménez
2
-21
/
+0
2021-09-02
Make `Command` implementations platform-specific
Héctor Ramón Jiménez
1
-7
/
+3
2021-07-22
Introduce `placeholder_color` to `pick_list::Style`
Héctor Ramón Jiménez
1
-0
/
+1
2021-07-21
Center window in `game_of_life` example
Héctor Ramón Jiménez
1
-0
/
+5
2021-07-19
Add a presets `Menu` to the `game_of_life` example
Héctor Ramón Jiménez
2
-0
/
+21
2021-03-11
Add `clipboard` argument to `Application::update`
Héctor Ramón Jiménez
1
-3
/
+7
2021-01-04
Update `tokio` to `1.0`
Yusuf Bera Ertan
1
-1
/
+1
2020-11-26
Update `game_of_life` capture
Héctor Ramón Jiménez
1
-2
/
+2
2020-11-23
Use `f32` for `border_width` and `border_radius`
Héctor Ramón Jiménez
1
-9
/
+9
2020-11-12
Implement event capturing for `Canvas`
Héctor Ramón Jiménez
1
-29
/
+45
2020-11-05
upgrade tokio to latest version(v0.3)
valbendan
1
-1
/
+1
2020-09-12
Move `version` from `Grid` to `GameOfLife` struct
Héctor Ramón Jiménez
1
-15
/
+20
2020-09-08
Make `Application` and `Sandbox` return a `Result`
Héctor Ramón Jiménez
1
-1
/
+1
2020-08-10
Add `Keyboard` variant to `canvas::Event`
Héctor Ramón Jiménez
1
-0
/
+1
2020-07-23
Improve `Menu` API to facilitate external control
Héctor Ramón Jiménez
1
-1
/
+1
2020-07-10
Style `PickList` in `game_of_life` example
Héctor Ramón Jiménez
3
-16
/
+75
2020-07-10
Add `Preset` selector to `game_of_life` example
Héctor Ramón Jiménez
2
-12
/
+209
2020-05-04
Update `README` of `game_of_life` example
Héctor Ramón Jiménez
1
-2
/
+5
[next]