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
/
primitive.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix (more) broken intradoc links
Héctor Ramón Jiménez
2023-09-10
1
-3
/
+3
*
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
2023-08-30
1
-2
/
+12
*
Decouple `Mesh` primitives from main `Primitive` type
Héctor Ramón Jiménez
2023-06-29
1
-68
/
+1
*
Introduce custom backend-specific primitives
Héctor Ramón Jiménez
2023-06-29
1
-99
/
+8
*
Introduce `web-colors` feature flag to enable sRGB linear blending
Héctor Ramón Jiménez
2023-05-31
1
-1
/
+2
*
Changed gradient::Packed to be `repr(C)` for direct gpu upload.
Bingus
2023-05-26
1
-1
/
+2
*
Added support for gradients as background variants + other optimizations.
Bingus
2023-05-11
1
-13
/
+19
*
Write missing documentation in `iced_graphics`
Héctor Ramón Jiménez
2023-05-11
1
-0
/
+15
*
Support configurable `LineHeight` in text widgets
Héctor Ramón Jiménez
2023-05-04
1
-1
/
+3
*
Introduce `text::Shaping` enum and replace magic boolean
Héctor Ramón Jiménez
2023-05-02
1
-13
/
+7
*
Make basic text shaping the default shaping strategy
Héctor Ramón Jiménez
2023-05-02
1
-0
/
+9
*
Expand damage regions of `Clip` primitives a bit
Héctor Ramón Jiménez
2023-04-27
1
-1
/
+1
*
Move damage tracking logic to `compositor` in `iced_tiny_skia`
Héctor Ramón Jiménez
2023-04-27
1
-90
/
+0
*
Expand bounds of `Text` primitives a bit further
Héctor Ramón Jiménez
2023-04-08
1
-1
/
+1
*
Group damage regions by area increase
Héctor Ramón Jiménez
2023-04-05
1
-2
/
+2
*
Keep playing with incremental rendering (still very slow)
Héctor Ramón Jiménez
2023-04-04
1
-2
/
+10
*
Draft (very) basic incremental rendering for `iced_tiny_skia`
Héctor Ramón Jiménez
2023-04-04
1
-4
/
+147
*
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
2023-03-04
1
-5
/
+4
*
Rename `canvas::frame` to `canvas` in `iced_wgpu`
Héctor Ramón Jiménez
2023-03-03
1
-2
/
+2
*
Mark `Primitive` as `non-exhaustive` in `iced_graphics`
Héctor Ramón Jiménez
2023-03-03
1
-0
/
+3
*
Implement `Canvas` support for `iced_tiny_skia`
Héctor Ramón Jiménez
2023-03-01
1
-34
/
+94
*
Remove `appearance` from `Handle`
Héctor Ramón Jiménez
2022-12-06
1
-0
/
+3
*
Merge branch 'master' into non-uniform-border-radius-for-quads
Héctor Ramón Jiménez
2022-12-02
1
-6
/
+19
|
\
|
*
Group all solid triangles independently of color
Héctor Ramón Jiménez
2022-11-16
1
-6
/
+19
*
|
non uniform border radius for quads
Robert Krahn
2022-11-03
1
-1
/
+1
|
/
*
Move `mesh::Style` to `triangle` and reuse it in `fill` and `stroke`
Héctor Ramón Jiménez
2022-11-03
1
-2
/
+2
*
Run `cargo fmt`
Héctor Ramón Jiménez
2022-11-03
1
-1
/
+1
*
Added support for relative positioning of gradient fills. Addressed some PR f...
shan
2022-10-07
1
-2
/
+1
*
Readjusted namespaces, removed Geometry example as it's no longer relevant.
shan
2022-10-05
1
-2
/
+3
*
Adds linear gradient support to 2D meshes in the canvas widget.
shan
2022-09-29
1
-1
/
+4
*
Introduce first-class `svg` module in `iced_native`
Héctor Ramón Jiménez
2021-10-31
1
-1
/
+1
*
Introduce first-class `image` module in `iced_native`
Héctor Ramón Jiménez
2021-10-31
1
-1
/
+1
*
Remove `widget` module re-exports in `iced_native`
Héctor Ramón Jiménez
2021-10-31
1
-3
/
+3
*
Implement `Widget::mouse_interaction` for `PaneGrid`
Héctor Ramón Jiménez
2021-10-25
1
-2
/
+0
*
Refactor alignment types into an `alignment` module
Héctor Ramón Jiménez
2021-09-20
1
-4
/
+5
*
Use `f32` for `border_width` and `border_radius`
Héctor Ramón Jiménez
2020-11-23
1
-2
/
+2
*
Move `Layer` to `iced_graphics`
Héctor Ramón Jiménez
2020-05-19
1
-3
/
+3
*
Draft new `iced_graphics` crate :tada:
Héctor Ramón Jiménez
2020-05-19
1
-0
/
+107