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
/
graphics
/
src
/
widget
/
canvas.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-03-01
Implement `Canvas` support for `iced_tiny_skia`
Héctor Ramón Jiménez
1
-268
/
+0
2023-02-17
Use `f32` in `Length::Units` and rename it to `Fixed`
Héctor Ramón Jiménez
1
-7
/
+7
2022-11-16
Group all solid triangles independently of color
Héctor Ramón Jiménez
1
-0
/
+2
2022-11-03
Move re-export in `widget::canvas` in `iced_graphics`
Héctor Ramón Jiménez
1
-1
/
+1
2022-11-03
Fix documentation example of `Canvas`
Héctor Ramón Jiménez
1
-5
/
+9
2022-11-03
Refactor imports in `widget::canvas` in `iced_graphics`
Héctor Ramón Jiménez
1
-4
/
+3
2022-11-03
Run `cargo fmt`
Héctor Ramón Jiménez
1
-4
/
+4
2022-10-07
Adjusted reexports for clarity.
shan
1
-1
/
+1
2022-10-07
Added support for relative positioning of gradient fills. Addressed some PR f...
shan
1
-1
/
+1
2022-10-06
Added support for gradients to respect current frame transform.
shan
1
-1
/
+1
2022-10-05
Reduced memory transfer of OpenGL gradient uniform upload. Rearranged gradien...
shan
1
-2
/
+1
2022-10-05
Readjusted namespaces, removed Geometry example as it's no longer relevant.
shan
1
-3
/
+5
2022-10-04
Reworked wgpu buffers, updated glow side to have proper transform location st...
shan
1
-2
/
+2
2022-10-04
expose touch events in canvas widget
Artur Sapek
1
-0
/
+3
2022-09-30
Fixed some importing issues since you can use a Shader::Gradient outside a Ca...
shan
1
-11
/
+5
2022-09-29
Adds linear gradient support to 2D meshes in the canvas widget.
shan
1
-2
/
+4
2022-09-29
Adds linear gradient support to 2D meshes in the canvas widget.
shan
1
-2
/
+4
2022-07-27
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
1
-28
/
+33
2022-06-07
Implement theme styling for `Canvas`
Héctor Ramón Jiménez
1
-12
/
+21
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
1
-8
/
+11
2022-05-02
Replace `hecrj` in links with `iced-rs`
Héctor Ramón Jiménez
1
-4
/
+4
2022-04-30
Point repository links to `0.4` branch in documentation
Héctor Ramón Jiménez
1
-4
/
+4
2022-03-18
Reintroduce generic `Message` type for `canvas::Program`
Héctor Ramón Jiménez
1
-19
/
+22
2022-03-09
Use associated type for `Message` in a `canvas::Program`
Héctor Ramón Jiménez
1
-14
/
+12
2022-02-28
Skip `Canvas::draw` if `bounds` have no logical pixels
Héctor Ramón Jiménez
1
-0
/
+5
2022-02-23
Remove `hash_layout` method from `Widget` trait
Héctor Ramón Jiménez
1
-11
/
+2
2022-01-27
Add line dash API
Cory Forsstrom
1
-1
/
+1
2022-01-11
Introduce `Renderer` argument to `mouse_interaction` and `on_event`
Héctor Ramón Jiménez
1
-0
/
+1
2021-11-29
Introduce `Shell` type in `iced_native`
Héctor Ramón Jiménez
1
-4
/
+4
2021-11-02
Move `viewport` argument to last position in `mouse_interaction` methods
Héctor Ramón Jiménez
1
-1
/
+1
2021-10-29
Implement `Widget::mouse_interaction` for `Canvas` in `iced_graphics`
Héctor Ramón Jiménez
1
-0
/
+13
2021-10-29
Implement `Widget::draw` for `Canvas` in `iced_graphics`
Héctor Ramón Jiménez
1
-24
/
+22
2021-10-18
Move `Defaults` from `iced_graphics` to `iced_native`
Héctor Ramón Jiménez
1
-2
/
+4
2021-10-14
Remove trait-specific draw logic in `iced_native`
Héctor Ramón Jiménez
1
-25
/
+24
2021-03-10
Make `Clipboard` argument in `Widget` trait mutable
Héctor Ramón Jiménez
1
-2
/
+2
2020-11-26
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
1
-11
/
+0
2020-11-12
Implement event capturing for `Canvas`
Héctor Ramón Jiménez
1
-4
/
+7
2020-11-12
Make `Widget::on_event` return an `event::Status`
Héctor Ramón Jiménez
1
-3
/
+7
2020-10-28
Introduce `viewport` to `Widget::draw`
Héctor Ramón Jiménez
1
-2
/
+3
2020-08-10
Add `Keyboard` variant to `canvas::Event`
Héctor Ramón Jiménez
1
-0
/
+3
2020-07-10
Remove unnecessary lifetime in `Widget` trait
Héctor Ramón Jiménez
1
-1
/
+1
2020-07-08
Introduce `Widget::overlay` :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2020-06-02
Introduce fill rule setting in `canvas`
Héctor Ramón Jiménez
1
-2
/
+2
2020-05-19
Draft new `iced_graphics` crate :tada:
Héctor Ramón Jiménez
1
-11
/
+14
2020-04-30
Rename `MouseCursor` to `mouse::Interaction`
Héctor Ramón Jiménez
1
-4
/
+4
2020-04-30
Write documentation for the new `canvas` API
Héctor Ramón Jiménez
1
-4
/
+7
2020-04-29
Introduce `Cursor` type in `canvas`
Héctor Ramón Jiménez
1
-21
/
+17
2020-04-29
Let a `canvas::Program` control the mouse cursor
Héctor Ramón Jiménez
1
-1
/
+1
2020-04-28
Remove `Drawable` and rename `State` to `Program`
Héctor Ramón Jiménez
1
-31
/
+27
2020-04-28
Allow `canvas::State` to produce messages
Héctor Ramón Jiménez
1
-8
/
+17
[next]