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
/
transformation.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-11-03
Fix lints by `clippy`
Héctor Ramón Jiménez
1
-3
/
+3
2022-10-06
Fixed lint issues & cleaned up some documentation.
shan
1
-1
/
+1
2022-09-29
Adds linear gradient support to 2D meshes in the canvas widget.
shan
1
-1
/
+7
2022-09-29
Adds linear gradient support to 2D meshes in the canvas widget.
shan
1
-1
/
+7
2020-08-17
Invert Y axis in `Transformation::orthographic`
Héctor Ramón Jiménez
1
-1
/
+5
2020-08-17
Upgrade glam to 0.9 & use glam's Mat4 ortho rh gl.
Cameron Hart
1
-7
/
+2
2020-05-19
Move `Transformation` to `iced_graphics`
Héctor Ramón Jiménez
1
-0
/
+0
2020-05-19
Draft first working version of `iced_glow` :tada:
Héctor Ramón Jiménez
1
-0
/
+0
2020-04-07
Update `wgpu` to `0.5` in `iced_wgpu` :tada:
Héctor Ramón Jiménez
1
-2
/
+2
2020-03-29
Remove unnecessary `clone` call in `Transformation`
Héctor Ramón Jiménez
1
-1
/
+1
2020-02-07
Update `winit` to `0.20`
Héctor Ramón Jiménez
1
-3
/
+3
2019-11-06
Fix panic in `Transformation::scale`
Héctor Ramón Jiménez
1
-1
/
+1
2019-11-05
Apply HiDPI to text, images, and clip primitives
Héctor Ramón Jiménez
1
-0
/
+5
2019-10-31
Replace `nalgebra` with `glam`
Héctor Ramón Jiménez
1
-15
/
+16
2019-10-29
Fix `Transformation` docs
Héctor Ramón Jiménez
1
-11
/
+0
2019-10-25
Draft `Scrollable` widget (no clipping yet!)
Héctor Ramón Jiménez
1
-19
/
+48
2019-10-07
Render colored quads
Héctor Ramón Jiménez
1
-0
/
+30