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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-05-31
Introduce `web-colors` feature flag to enable sRGB linear blending
Héctor Ramón Jiménez
5
-3
/
+56
2023-05-29
Make `Packed` fully opaque
Héctor Ramón Jiménez
1
-4
/
+27
2023-05-26
Changed gradient::Packed to be `repr(C)` for direct gpu upload.
Bingus
2
-6
/
+11
2023-05-25
Created "Packed" data structure for gradient data.
Bingus
1
-13
/
+20
2023-05-24
Made gradient pack public for iced_graphics::gradient mod for use with Gradie...
Bingus
1
-0
/
+33
2023-05-22
Update `glam` to `0.24`
Benoît du Garreau
1
-1
/
+1
2023-05-19
Fix imports of `geometry::style` in `iced_graphics`
Héctor Ramón Jiménez
1
-2
/
+2
2023-05-19
Remove `Builder` abstractions for gradients
Héctor Ramón Jiménez
4
-93
/
+71
2023-05-11
Added support for gradients as background variants + other optimizations.
Bingus
6
-16
/
+144
2023-05-11
Enable `doc_auto_cfg` when generating documentation
Héctor Ramón Jiménez
1
-1
/
+1
2023-05-11
Write missing documentation in `iced_wgpu`
Héctor Ramón Jiménez
1
-5
/
+1
2023-05-11
Write missing documentation in `iced_graphics`
Héctor Ramón Jiménez
7
-9
/
+31
2023-05-04
Support configurable `LineHeight` in text widgets
Héctor Ramón Jiménez
4
-3
/
+21
2023-05-02
Introduce `text::Shaping` enum and replace magic boolean
Héctor Ramón Jiménez
4
-33
/
+20
2023-05-02
Make basic text shaping the default shaping strategy
Héctor Ramón Jiménez
4
-1
/
+27
2023-04-27
Expand damage regions of `Clip` primitives a bit
Héctor Ramón Jiménez
2
-3
/
+5
2023-04-27
Move damage tracking logic to `compositor` in `iced_tiny_skia`
Héctor Ramón Jiménez
3
-90
/
+141
2023-04-26
Update `tiny-skia` and `resvg`
Héctor Ramón Jiménez
1
-1
/
+1
2023-04-13
Bump versions :tada:
Héctor Ramón Jiménez
1
-3
/
+3
2023-04-08
Expand bounds of `Text` primitives a bit further
Héctor Ramón Jiménez
1
-1
/
+1
2023-04-05
Group damage regions by area increase
Héctor Ramón Jiménez
1
-2
/
+2
2023-04-04
Keep playing with incremental rendering (still very slow)
Héctor Ramón Jiménez
1
-2
/
+10
2023-04-04
Draft (very) basic incremental rendering for `iced_tiny_skia`
Héctor Ramón Jiménez
2
-5
/
+148
2023-03-30
Introduce support for `Font` attributes
Héctor Ramón Jiménez
1
-1
/
+1
2023-03-14
Fix `clippy` lints for Rust 1.68
Héctor Ramón Jiménez
3
-26
/
+8
2023-03-07
Remove `image` abstractions in `iced_graphics`
Héctor Ramón Jiménez
5
-461
/
+96
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
22
-139
/
+47
2023-03-03
Move `Canvas` and `QRCode` to `iced` crate
Héctor Ramón Jiménez
12
-7
/
+601
2023-03-03
Rename `canvas::frame` to `canvas` in `iced_wgpu`
Héctor Ramón Jiménez
1
-2
/
+2
2023-03-03
Mark `Primitive` as `non-exhaustive` in `iced_graphics`
Héctor Ramón Jiménez
2
-1
/
+7
2023-03-01
Implement `Canvas` support for `iced_tiny_skia`
Héctor Ramón Jiménez
29
-2834
/
+125
2023-02-25
Implement basic presentation with `softbuffer` for `iced_tiny_skia`
Héctor Ramón Jiménez
1
-0
/
+2
2023-02-25
Update `resvg` in `iced_graphics`
Héctor Ramón Jiménez
2
-20
/
+9
2023-02-24
Introduce `iced_renderer` subcrate featuring runtime renderer fallback
Héctor Ramón Jiménez
3
-4
/
+7
2023-02-24
Implement `font::load` command in `iced_native`
Héctor Ramón Jiménez
2
-0
/
+10
2023-02-24
Overhaul `Font` type to allow font family selection
Héctor Ramón Jiménez
7
-95
/
+9
2023-02-24
Draft `glyphon` implementation of text pipeline for `iced_wgpu`
Héctor Ramón Jiménez
2
-6
/
+7
2023-02-24
Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependencies
Héctor Ramón Jiménez
4
-88
/
+0
2023-02-18
Bump versions :tada:
Héctor Ramón Jiménez
1
-3
/
+3
2023-02-17
Use `f32` for `Padding`
Héctor Ramón Jiménez
1
-2
/
+1
2023-02-17
Use `Pixels` for `Text::size`
Héctor Ramón Jiménez
2
-3
/
+3
2023-02-17
Use `f32` in `Length::Units` and rename it to `Fixed`
Héctor Ramón Jiménez
1
-7
/
+7
2023-02-06
Accept FnOnce instead of Fn in canvas cache draw
sushigiri
1
-1
/
+5
2023-01-27
Fix: Clippy lint 'needless_lifetimes'
13r0ck
1
-2
/
+2
2023-01-14
Bump versions :tada:
Héctor Ramón Jiménez
1
-3
/
+3
2023-01-04
Fix lint
Cory Forsstrom
1
-1
/
+1
2023-01-04
Make location copy
Cory Forsstrom
1
-1
/
+1
2022-12-29
Minor docs typo
rpitasky
1
-1
/
+1
2022-12-07
Bump versions :tada:
Héctor Ramón Jiménez
1
-2
/
+2
2022-12-06
Rename `Fill` to `ColorFilter` in `graphics::image::vector`
Héctor Ramón Jiménez
1
-4
/
+4
[next]