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
/
solar_system
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-03-22
Restore `canvas::Frame` API
Héctor Ramón Jiménez
1
-1
/
+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
/
+4
2024-03-17
Move `Program` to `application` module
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
-5
/
+8
2024-03-16
Introduce `Program` API
Héctor Ramón Jiménez
1
-38
/
+17
2024-03-06
Simplify theming for `Application`
Héctor Ramón Jiménez
1
-10
/
+5
2024-02-10
Fix `style` in `solar_system` example
Héctor Ramón Jiménez
1
-1
/
+1
2023-11-30
Use actual floats for logical coordinates
Héctor Ramón Jiménez
1
-9
/
+5
2023-09-20
Fix `clippy::default_trait_access`
Héctor Ramón Jiménez
1
-2
/
+2
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
2
-3
/
+5
2023-06-08
Implement basic cursor availability
Héctor Ramón Jiménez
1
-2
/
+3
2023-05-19
Remove `Builder` abstractions for gradients
Héctor Ramón Jiménez
1
-4
/
+4
2023-05-11
Added support for gradients as background variants + other optimizations.
Bingus
2
-11
/
+11
2023-03-13
Code cleanup, clearer comments + removed some unnecessary dupe;
Bingus
1
-1
/
+1
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
-13
/
+15
2023-02-15
Redraw request events for multiwindow.
Bingus
1
-1
/
+1
2023-01-12
Implement `window::frames` subscription
Héctor Ramón Jiménez
1
-2
/
+1
2022-11-09
Introduce `Custom` variants for every style in the built-in `Theme`
Héctor Ramón Jiménez
1
-4
/
+8
2022-11-03
Move `mesh::Style` to `triangle` and reuse it in `fill` and `stroke`
Héctor Ramón Jiménez
1
-1
/
+1
2022-11-03
Refactor imports in `solar_system` example
Héctor Ramón Jiménez
1
-11
/
+12
2022-11-03
Run `cargo fmt`
Héctor Ramón Jiménez
1
-7
/
+7
2022-10-07
Fixed import issue with canvas in the gradient mod for situations where canva...
shan
1
-8
/
+2
2022-10-07
Adjusted reexports for clarity.
shan
1
-2
/
+1
2022-10-07
Added support for relative positioning of gradient fills. Addressed some PR f...
shan
1
-2
/
+5
2022-10-06
Fixed some imports/documentation.
shan
1
-2
/
+2
2022-10-06
Added support for gradients to respect current frame transform.
shan
1
-19
/
+21
2022-10-06
Fixed lint issues & cleaned up some documentation.
shan
1
-4
/
+3
2022-10-04
Reworked wgpu buffers, updated glow side to have proper transform location st...
shan
1
-2
/
+2
2022-09-29
Adds linear gradient support to 2D meshes in the canvas widget.
shan
1
-6
/
+7
2022-09-29
Adds linear gradient support to 2D meshes in the canvas widget.
shan
1
-6
/
+7
2022-07-27
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
1
-5
/
+9
2022-07-09
Fix `clippy` lints for all crates and features
Héctor Ramón Jiménez
1
-2
/
+1
2022-07-08
Add `Style` variant support to `application::StyleSheet`
Héctor Ramón Jiménez
1
-1
/
+10
2022-06-16
Fix alpha blending for wgpu msaa
Cory Forsstrom
1
-4
/
+4
2022-06-07
Implement theme styling for `Canvas`
Héctor Ramón Jiménez
1
-0
/
+1
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
1
-4
/
+8
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-02-03
Ask for a slice of segments instead of ownership in `LineDash`
Héctor Ramón Jiménez
1
-1
/
+1
2022-01-27
Increase gap in example
Cory Forsstrom
1
-1
/
+1
2022-01-27
Add line dash API
Cory Forsstrom
1
-0
/
+4
2021-12-07
Remove unused field in `solar_system` example
Héctor Ramón Jiménez
1
-2
/
+0
2021-09-02
Make `Command` implementations platform-specific
Héctor Ramón Jiménez
1
-7
/
+3
2021-03-11
Add `clipboard` argument to `Application::update`
Héctor Ramón Jiménez
1
-3
/
+7
2021-03-03
Update: rand
Sebastian
2
-6
/
+4
[next]