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
/
backend.rs
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2024-01-04
Remove backend module in renderer crate that has been unused since ↵
Imbris
1
-100
/
+0
https://github.com/iced-rs/iced/pull/1932
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
... for offsetting and scaling text
2023-05-10
Bundle `tiny-skia` backend together with `iced_renderer`
Héctor Ramón Jiménez
1
-4
/
+2
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-03-30
Introduce support for `Font` attributes
Héctor Ramón Jiménez
1
-1
/
+1
2023-03-06
Introduce backend feature flags in `iced_renderer`
Héctor Ramón Jiménez
1
-49
/
+27
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-6
/
+5
2023-03-03
Move `Canvas` and `QRCode` to `iced` crate
Héctor Ramón Jiménez
1
-3
/
+1
Rename `canvas` modules to `geometry` in graphics subcrates
2023-03-01
Implement `Canvas` support for `iced_tiny_skia`
Héctor Ramón Jiménez
1
-1
/
+3
2023-02-27
Fix `clippy` lints
Héctor Ramón Jiménez
1
-0
/
+1
2023-02-25
Scaffold `iced_tiny_skia` and connect it to `iced_renderer`
Héctor Ramón Jiménez
1
-0
/
+20
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
1
-0
/
+94