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
2025-02-21
Remove unnecessary `Future` imports
Héctor Ramón Jiménez
1
-1
/
+0
2025-02-21
Update all `examples` to Rust 2024
Héctor Ramón Jiménez
2
-3
/
+4
2025-02-11
Replace `with` function with `Function` trait
Héctor Ramón Jiménez
1
-9
/
+5
2025-02-04
Take `Event` by reference in `Widget::update`
Héctor Ramón Jiménez
1
-2
/
+2
2025-01-24
Add `Duration` helpers to `time` module
Héctor Ramón Jiménez
1
-4
/
+3
2024-11-05
Implement `reactive-rendering` for `canvas`
Héctor Ramón Jiménez
1
-19
/
+33
2024-07-12
Re-export variants of `Length` and `alignment` types
Héctor Ramón Jiménez
1
-13
/
+7
2024-07-12
Introduce helper methods for alignment for all widgets
Héctor Ramón Jiménez
1
-3
/
+3
2024-06-19
Introduce `daemon` API and unify shell runtimes
Héctor Ramón Jiménez
1
-6
/
+10
2024-06-14
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
1
-4
/
+4
2024-03-22
Restore `canvas::Frame` API
Héctor Ramón Jiménez
1
-5
/
+3
2024-03-21
Restore `canvas::Program` API
Héctor Ramón Jiménez
1
-5
/
+7
2024-03-21
Implement composable, type-safe renderer fallback
Héctor Ramón Jiménez
1
-9
/
+9
2024-03-18
refactor: replace `text(format!(` with `text` macro
Richard Custodio
1
-1
/
+1
2024-03-17
Use `Program` API in `game_of_life` example
Héctor Ramón Jiménez
1
-35
/
+21
2024-03-08
Group preset list and clear button in `game_of_life` example
Héctor Ramón Jiménez
1
-11
/
+8
2024-03-07
Rename `positive` and `destructive` to `success` and `danger` in `button`
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-04
Simplify theming for `Button` widget
Héctor Ramón Jiménez
1
-3
/
+3
2024-02-05
Fix unused import in `game_of_life` example
Héctor Ramón Jiménez
1
-1
/
+1
2024-02-05
Fix unused `Instant` in `game_of_life` example
Héctor Ramón Jiménez
1
-3
/
+3
2024-02-01
Introduce support for disabling a `checkbox`
Alexander van Saase
1
-1
/
+2
2024-01-04
Make `Shrink` have priority over `Fill` in layout
Héctor Ramón Jiménez
1
-2
/
+2
2023-11-15
Update `itertools` dependency for `game_of_life` example
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-20
Fix `clippy::manual_let_else`
Héctor Ramón Jiménez
1
-6
/
+3
2023-09-20
Fix `clippy::match-wildcard-for-single-variants`
Héctor Ramón Jiménez
1
-2
/
+2
2023-09-19
Chore: Apply some minor clippy fixes
Yuri Astrakhan
1
-1
/
+1
2023-09-19
Chore: Inline format args for ease of reading
Yuri Astrakhan
1
-2
/
+1
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
1
-3
/
+1
2023-09-07
Update example dependencies
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-04
Use workspace dependencies and package inheritance
Héctor Ramón Jiménez
2
-5
/
+7
2023-08-30
Implement explicit text caching in the widget state tree
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
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
[next]