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
/
sierpinski_triangle
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-02-04
Take `Event` by reference in `Widget::update`
Héctor Ramón Jiménez
1
-1
/
+1
2024-11-05
Implement `reactive-rendering` for `canvas`
Héctor Ramón Jiménez
1
-19
/
+14
2024-07-12
Re-export variants of `Length` and `alignment` types
Héctor Ramón Jiménez
1
-5
/
+3
2024-07-12
Introduce helper methods for alignment for all widgets
Héctor Ramón Jiménez
1
-1
/
+1
2024-06-19
Introduce `daemon` API and unify shell runtimes
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-22
Restore `canvas::Frame` API
Héctor Ramón Jiménez
1
-2
/
+0
2024-03-21
Restore `canvas::Program` API
Héctor Ramón Jiménez
1
-4
/
+4
2024-03-21
Implement composable, type-safe renderer fallback
Héctor Ramón Jiménez
1
-3
/
+5
2024-03-18
refactor: replace `text(format!(` with `text` macro
Richard Custodio
1
-1
/
+1
2024-03-17
Move `Program` to `application` module
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-17
Remove `Sandbox` trait :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-16
Remove `sandbox` by making `application` more generic :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-16
Make `sandbox` helper take a `title` as well
Héctor Ramón Jiménez
1
-4
/
+7
2024-03-16
Introduce `Program` API
Héctor Ramón Jiménez
1
-40
/
+10
2024-01-04
Make `Shrink` have priority over `Fill` in layout
Héctor Ramón Jiménez
1
-2
/
+0
2023-09-20
Fix `clippy::manual_let_else`
Héctor Ramón Jiménez
1
-4
/
+1
2023-09-07
Host GIFs and video examples in `iced.rs`
Héctor Ramón Jiménez
1
-3
/
+1
2023-09-04
Use workspace dependencies and package inheritance
Héctor Ramón Jiménez
1
-2
/
+4
2023-06-08
Take `Rectangle` by value in `Cursor` API
Héctor Ramón Jiménez
1
-6
/
+6
2023-06-08
Implement basic cursor availability
Héctor Ramón Jiménez
1
-2
/
+3
2023-03-03
Move `Canvas` and `QRCode` to `iced` crate
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
-4
/
+5
2022-09-23
Implement sierpinski-triangle example
xkenmon
3
-0
/
+219