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
/
wgpu
/
src
/
layer.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-03-03
Mark `Primitive` as `non-exhaustive` in `iced_graphics`
Héctor Ramón Jiménez
1
-2
/
+1
2023-03-01
Implement `Canvas` support for `iced_tiny_skia`
Héctor Ramón Jiménez
1
-38
/
+42
2023-02-24
Overhaul `Font` type to allow font family selection
Héctor Ramón Jiménez
1
-1
/
+1
2023-02-24
Draft `glyphon` implementation of text pipeline for `iced_wgpu`
Héctor Ramón Jiménez
1
-4
/
+5
2022-12-06
Remove `appearance` from `Handle`
Héctor Ramón Jiménez
1
-1
/
+6
2022-11-16
Group all solid triangles independently of color
Héctor Ramón Jiménez
1
-4
/
+21
2022-11-03
Refactor exports in `graphics::layer`
Héctor Ramón Jiménez
1
-5
/
+7
2022-11-03
Run `cargo fmt`
Héctor Ramón Jiménez
1
-13
/
+11
2022-10-07
More import adjusting.
shan
1
-13
/
+1
2022-10-06
Fixed lint issues & cleaned up some documentation.
shan
1
-1
/
+1
2022-10-05
Readjusted namespaces, removed Geometry example as it's no longer relevant.
shan
1
-100
/
+11
2022-10-04
Reworked wgpu buffers, updated glow side to have proper transform location st...
shan
1
-19
/
+13
2022-09-29
Adds linear gradient support to 2D meshes in the canvas widget.
shan
1
-9
/
+38
2022-09-29
Adds linear gradient support to 2D meshes in the canvas widget.
shan
1
-9
/
+38
2022-07-09
Address Clippy lints
Poly
1
-2
/
+2
2022-03-09
Remove redundant `widget` modules in subcrates
Héctor Ramón Jiménez
1
-2
/
+3
2021-10-25
Implement `Widget::mouse_interaction` for `PaneGrid`
Héctor Ramón Jiménez
1
-7
/
+2
2021-10-14
Implement `Widget::draw` for `Text`
Héctor Ramón Jiménez
1
-7
/
+9
2021-09-20
Refactor alignment types into an `alignment` module
Héctor Ramón Jiménez
1
-6
/
+6
2021-02-23
Generate new layers only for clip primitives in `Layer::generate`
Héctor Ramón Jiménez
1
-12
/
+28
2020-11-26
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
1
-48
/
+0
2020-11-23
Use `f32` for `border_width` and `border_radius`
Héctor Ramón Jiménez
1
-2
/
+2
2020-07-08
Rename `Layer` to `overlay::Content`
Héctor Ramón Jiménez
1
-2
/
+0
2020-07-08
Draft `ComboBox` and `Menu` layer
Héctor Ramón Jiménez
1
-0
/
+2
2020-05-28
Write documentation for `iced_graphics`
Héctor Ramón Jiménez
1
-2
/
+113
2020-05-21
Implement `iced_glutin` :tada:
Héctor Ramón Jiménez
1
-0
/
+1
2020-05-20
Refactor `Viewport` and `Compositor`
Héctor Ramón Jiménez
1
-32
/
+13
2020-05-19
Move `Layer` to `iced_graphics`
Héctor Ramón Jiménez
1
-0
/
+266
[prev]