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
/
widget
/
src
/
canvas.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-06-11
Introduce `subscription::Event`
Héctor Ramón Jiménez
1
-1
/
+1
2024-04-30
Introduce `canvas::Cache` grouping
Héctor Ramón Jiménez
1
-0
/
+1
2024-04-05
Fix layer transformations
Héctor Ramón Jiménez
1
-3
/
+3
2024-03-22
Restore `canvas::Frame` API
Héctor Ramón Jiménez
1
-4
/
+10
2024-03-21
Restore `canvas::Program` API
Héctor Ramón Jiménez
1
-4
/
+13
2024-03-21
Implement composable, type-safe renderer fallback
Héctor Ramón Jiménez
1
-8
/
+11
2024-02-02
Introduce `with_transformation` to `Renderer` trait
Héctor Ramón Jiménez
1
-4
/
+3
2024-02-02
Implement `transform` method for `Geometry`
Héctor Ramón Jiménez
1
-0
/
+1
2024-01-21
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
1
-16
/
+18
2024-01-10
Introduce useful helpers in `layout` module
Héctor Ramón Jiménez
1
-3
/
+1
2024-01-10
Replace `width` and `height` with `Widget::size`
Héctor Ramón Jiménez
1
-8
/
+8
2024-01-04
Make `Shrink` have priority over `Fill` in layout
Héctor Ramón Jiménez
1
-2
/
+1
2023-08-30
Make `widget::Tree` mutable in `Widget::layout`
Héctor Ramón Jiménez
1
-1
/
+1
2023-08-30
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
1
-0
/
+1
2023-07-15
Add viewport to Widget::on_event
Cory Forsstrom
1
-0
/
+1
2023-06-08
Implement basic cursor availability
Héctor Ramón Jiménez
1
-12
/
+7
2023-05-19
Remove redundant re-export in `widget::canvas`
Héctor Ramón Jiménez
1
-1
/
+0
2023-05-11
Added support for gradients as background variants + other optimizations.
Bingus
1
-0
/
+1
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-24
/
+24
2023-03-03
Move `Canvas` and `QRCode` to `iced` crate
Héctor Ramón Jiménez
1
-52
/
+31
2023-03-01
Implement `Canvas` support for `iced_tiny_skia`
Héctor Ramón Jiménez
1
-55
/
+46
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
[next]