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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unnecessary `Future` imports
Héctor Ramón Jiménez
2025-02-21
1
-1
/
+0
*
Update all `examples` to Rust 2024
Héctor Ramón Jiménez
2025-02-21
2
-3
/
+4
*
Replace `with` function with `Function` trait
Héctor Ramón Jiménez
2025-02-11
1
-9
/
+5
*
Take `Event` by reference in `Widget::update`
Héctor Ramón Jiménez
2025-02-04
1
-2
/
+2
*
Add `Duration` helpers to `time` module
Héctor Ramón Jiménez
2025-01-24
1
-4
/
+3
*
Implement `reactive-rendering` for `canvas`
Héctor Ramón Jiménez
2024-11-05
1
-19
/
+33
*
Re-export variants of `Length` and `alignment` types
Héctor Ramón Jiménez
2024-07-12
1
-13
/
+7
*
Introduce helper methods for alignment for all widgets
Héctor Ramón Jiménez
2024-07-12
1
-3
/
+3
*
Introduce `daemon` API and unify shell runtimes
Héctor Ramón Jiménez
2024-06-19
1
-6
/
+10
*
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
2024-06-14
1
-4
/
+4
*
Merge branch 'master' into feat/text-macro
Héctor Ramón Jiménez
2024-05-23
1
-3
/
+3
|
\
|
*
Restore `canvas::Frame` API
Héctor Ramón Jiménez
2024-03-22
1
-5
/
+3
|
*
Restore `canvas::Program` API
Héctor Ramón Jiménez
2024-03-21
1
-5
/
+7
|
*
Implement composable, type-safe renderer fallback
Héctor Ramón Jiménez
2024-03-21
1
-9
/
+9
*
|
refactor: replace `text(format!(` with `text` macro
Richard Custodio
2024-03-18
1
-1
/
+1
|
/
*
Use `Program` API in `game_of_life` example
Héctor Ramón Jiménez
2024-03-17
1
-35
/
+21
*
Group preset list and clear button in `game_of_life` example
Héctor Ramón Jiménez
2024-03-08
1
-11
/
+8
*
Rename `positive` and `destructive` to `success` and `danger` in `button`
Héctor Ramón Jiménez
2024-03-07
1
-1
/
+1
*
Simplify theming for `Button` widget
Héctor Ramón Jiménez
2024-03-04
1
-3
/
+3
*
Fix unused import in `game_of_life` example
Héctor Ramón Jiménez
2024-02-05
1
-1
/
+1
*
Fix unused `Instant` in `game_of_life` example
Héctor Ramón Jiménez
2024-02-05
1
-3
/
+3
*
Introduce support for disabling a `checkbox`
Alexander van Saase
2024-02-01
1
-1
/
+2
*
Make `Shrink` have priority over `Fill` in layout
Héctor Ramón Jiménez
2024-01-04
1
-2
/
+2
*
Update `itertools` dependency for `game_of_life` example
Héctor Ramón Jiménez
2023-11-15
1
-1
/
+1
*
Fix `clippy::manual_let_else`
Héctor Ramón Jiménez
2023-09-20
1
-6
/
+3
*
Fix `clippy::match-wildcard-for-single-variants`
Héctor Ramón Jiménez
2023-09-20
1
-2
/
+2
*
Merge pull request #2092 from nyurik/clippy
Héctor Ramón
2023-09-19
1
-1
/
+1
|
\
|
*
Chore: Apply some minor clippy fixes
Yuri Astrakhan
2023-09-19
1
-1
/
+1
*
|
Chore: Inline format args for ease of reading
Yuri Astrakhan
2023-09-19
1
-2
/
+1
|
/
*
Merge branch 'master' into explicit-text-caching
Héctor Ramón Jiménez
2023-09-10
3
-13
/
+13
|
\
|
*
Merge pull request #2070 from ripytide/master
Héctor Ramón
2023-09-07
1
-4
/
+4
|
|
\
|
|
*
Make `scale` methods in `Frame` generic over `f32` and `Vector`
Héctor Ramón Jiménez
2023-09-07
1
-4
/
+4
|
*
|
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
-1
/
+1
|
*
|
Use workspace dependencies and package inheritance
Héctor Ramón Jiménez
2023-09-04
2
-5
/
+7
|
|
/
*
/
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
2023-08-30
1
-1
/
+1
|
/
*
Update vulnerable `env_logger` dependency in examples
Héctor Ramón Jiménez
2023-08-23
1
-1
/
+1
*
Take `Rectangle` by value in `Cursor` API
Héctor Ramón Jiménez
2023-06-08
1
-6
/
+5
*
Implement basic cursor availability
Héctor Ramón Jiménez
2023-06-08
1
-8
/
+7
*
Move `Canvas` and `QRCode` to `iced` crate
Héctor Ramón Jiménez
2023-03-03
1
-1
/
+1
*
Fix `Clip` primitive translation in `iced_tiny_skia`
Héctor Ramón Jiménez
2023-03-01
1
-1
/
+1
*
Implement `Canvas` support for `iced_tiny_skia`
Héctor Ramón Jiménez
2023-03-01
1
-35
/
+38
*
Fix: Clippy lint 'uninlined_format_args'
13r0ck
2023-01-27
1
-1
/
+1
*
Fix `#[default]` in `preset` for `game_of_life` example
Héctor Ramón
2023-01-19
1
-1
/
+1
*
Update preset.rs
Jedsek
2023-01-19
1
-7
/
+2
*
Fix `clippy` lints for Rust 1.66
Héctor Ramón Jiménez
2022-12-20
1
-2
/
+4
*
Fix `clippy` lints
Héctor Ramón Jiménez
2022-10-04
1
-14
/
+11
*
Working multitouch example
Artur Sapek
2022-10-04
1
-0
/
+17
*
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
2022-07-27
1
-133
/
+137
*
Fix `clippy` lints for all crates and features
Héctor Ramón Jiménez
2022-07-09
2
-10
/
+10
[next]