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
/
renderer
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-09-09
Deny `broken_intradoc_links` and verify documentation in CI
Héctor Ramón Jiménez
1
-0
/
+13
2023-09-09
Fix majority of unresolved documentation links
Matthias Vogelgesang
2
-6
/
+2
2023-09-07
Make `scale` methods in `Frame` generic over `f32` and `Vector`
Héctor Ramón Jiménez
1
-2
/
+2
2023-09-05
added a Frame::scale_nonuniform method
ripytide
1
-1
/
+7
2023-08-30
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
3
-50
/
+48
2023-06-29
Decouple `Mesh` primitives from main `Primitive` type
Héctor Ramón Jiménez
1
-4
/
+12
2023-06-29
Introduce custom backend-specific primitives
Héctor Ramón Jiménez
4
-48
/
+356
2023-06-28
Reuse entries in `text::Cache` in `iced_wgpu`
Héctor Ramón Jiménez
1
-1
/
+1
2023-06-20
Use subpixel glyph positioning and layout linearity
Héctor Ramón Jiménez
1
-6
/
+0
2023-06-06
Added offscreen rendering support for wgpu & tiny-skia exposed with the windo...
Bingus
1
-0
/
+30
2023-05-11
Write missing documentation in `iced_wgpu`
Héctor Ramón Jiménez
1
-3
/
+3
2023-05-10
Bundle `tiny-skia` backend together with `iced_renderer`
Héctor Ramón Jiménez
4
-70
/
+46
2023-05-04
Support configurable `LineHeight` in text widgets
Héctor Ramón Jiménez
1
-1
/
+4
2023-05-02
Introduce `text::Shaping` enum and replace magic boolean
Héctor Ramón Jiménez
1
-4
/
+4
2023-05-02
Make basic text shaping the default shaping strategy
Héctor Ramón Jiménez
1
-2
/
+9
2023-04-26
Update `tiny-skia` and `resvg`
Héctor Ramón Jiménez
1
-2
/
+1
2023-04-26
Fix `Candidate::build` in `compositor` of `iced_renderer`
Héctor Ramón Jiménez
1
-36
/
+39
2023-04-08
Fix copy-pasted panic description in `iced_renderer`
Héctor Ramón Jiménez
1
-1
/
+1
2023-04-08
Support `ICED_BACKEND` environment variable
Héctor Ramón Jiménez
1
-43
/
+84
2023-03-30
Introduce support for `Font` attributes
Héctor Ramón Jiménez
2
-2
/
+2
2023-03-06
Introduce backend feature flags in `iced_renderer`
Héctor Ramón Jiménez
4
-94
/
+138
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
7
-27
/
+23
2023-03-03
Move `Canvas` and `QRCode` to `iced` crate
Héctor Ramón Jiménez
5
-331
/
+12
2023-03-03
Rename `canvas::frame` to `canvas` in `iced_wgpu`
Héctor Ramón Jiménez
1
-3
/
+3
2023-03-01
Implement `Canvas` support for `iced_tiny_skia`
Héctor Ramón Jiménez
6
-5
/
+588
2023-02-28
Use `iced_renderer` instead of `iced_graphics` in root crate
Héctor Ramón Jiménez
2
-0
/
+6
2023-02-27
Fix `clippy` lints
Héctor Ramón Jiménez
1
-0
/
+1
2023-02-25
Implement basic presentation with `softbuffer` for `iced_tiny_skia`
Héctor Ramón Jiménez
1
-4
/
+6
2023-02-25
Scaffold `iced_tiny_skia` and connect it to `iced_renderer`
Héctor Ramón Jiménez
2
-10
/
+64
2023-02-25
Trim measurements in `renderer::Backend`
Héctor Ramón Jiménez
1
-1
/
+7
2023-02-24
Introduce `iced_renderer` subcrate featuring runtime renderer fallback
Héctor Ramón Jiménez
5
-0
/
+240