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