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
/
clock
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-03-22
Restore `canvas::Frame` API
Héctor Ramón Jiménez
1
-3
/
+1
2024-03-21
Restore `canvas::Program` API
Héctor Ramón Jiménez
1
-4
/
+6
2024-03-21
Implement composable, type-safe renderer fallback
Héctor Ramón Jiménez
1
-4
/
+4
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
Improve styling of `clock` example
Héctor Ramón Jiménez
1
-5
/
+5
2024-03-16
Scale theme name in `clock` example
Héctor Ramón Jiménez
1
-3
/
+3
2024-03-16
Remove `sandbox` by making `application` more generic :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-16
Show name of current `Theme` in `clock` example
Héctor Ramón Jiménez
1
-4
/
+29
2024-03-16
Make `sandbox` helper take a `title` as well
Héctor Ramón Jiménez
1
-2
/
+1
2024-03-16
Introduce `Program` API
Héctor Ramón Jiménez
1
-32
/
+21
2024-03-08
Use `Theme::TokyoNight` for `clock` example
Héctor Ramón Jiménez
1
-5
/
+11
2024-01-21
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-20
Fix `clippy::default_trait_access`
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-20
Fix `clippy::semicolon_if_nothing_returned`
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-04
Use workspace dependencies and package inheritance
Héctor Ramón Jiménez
1
-2
/
+4
2023-06-08
Implement basic cursor availability
Héctor Ramón Jiménez
1
-4
/
+3
2023-03-01
Implement `Canvas` support for `iced_tiny_skia`
Héctor Ramón Jiménez
1
-4
/
+5
2022-11-03
Run `cargo fmt`
Héctor Ramón Jiménez
1
-1
/
+1
2022-10-06
Fixed lint issues & cleaned up some documentation.
shan
1
-3
/
+3
2022-10-04
Reworked wgpu buffers, updated glow side to have proper transform location st...
shan
1
-3
/
+3
2022-09-29
Adds linear gradient support to 2D meshes in the canvas widget.
shan
1
-22
/
+32
2022-09-29
Adds linear gradient support to 2D meshes in the canvas widget.
shan
1
-22
/
+32
2022-07-27
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
1
-8
/
+12
2022-06-07
Implement theme styling for `Canvas`
Héctor Ramón Jiménez
1
-1
/
+6
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
-2
/
+2
2022-01-27
Fix examples, no longer Copy
Cory Forsstrom
1
-2
/
+2
2022-01-15
Make `clock` example responsive
Héctor Ramón Jiménez
1
-5
/
+1
2022-01-12
Replace `chrono` with `time` in `clock` example
Héctor Ramón Jiménez
2
-11
/
+14
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
2020-09-08
Make `Application` and `Sandbox` return a `Result`
Héctor Ramón Jiménez
1
-1
/
+1
2020-04-30
Implement `time::every` in `iced_futures`
Héctor Ramón Jiménez
2
-44
/
+6
2020-04-29
Introduce `Cursor` type in `canvas`
Héctor Ramón Jiménez
1
-4
/
+4
2020-04-28
Remove `Drawable` and rename `State` to `Program`
Héctor Ramón Jiménez
2
-59
/
+42
2020-04-19
Remove `Layer` trait and simplify `Canvas`
Héctor Ramón Jiménez
1
-2
/
+2
2020-04-19
Draft `Program` interactivity for `Canvas`
Héctor Ramón Jiménez
1
-3
/
+2
2020-04-14
Simplify drawing logic in `clock` example
Héctor Ramón Jiménez
1
-42
/
+32
2020-04-14
Implement `canvas::Path::circle` helper method
Héctor Ramón Jiménez
1
-1
/
+3
2020-04-14
Implement `From<Color>` for `canvas::Fill`
Héctor Ramón Jiménez
1
-4
/
+1
2020-04-08
impl default for canvas cache
Rob Ede
1
-1
/
+1
2020-04-02
Add `0` suffix to float literals for consistency
Héctor Ramón Jiménez
1
-2
/
+2
2020-04-01
Scale the clock hands to the same size as the face
Marli Frost
1
-2
/
+2
2020-03-31
Implement `padding` support for `Container`
Héctor Ramón Jiménez
1
-0
/
+1
2020-03-30
Allow passing external state to `Application::new`
Héctor Ramón Jiménez
1
-1
/
+2
2020-03-14
Remove `pane_grid` example for now
Héctor Ramón Jiménez
4
-191
/
+191
[next]