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-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
2022-12-06
Remove `appearance` from `Handle`
Héctor Ramón Jiménez
5
-16
/
+37
2022-12-06
feat: SVG styling with icon fill color
Michael Aaron Murphy
1
-10
/
+28
2022-11-28
Implement `From` traits for `Style` in `canvas`
Héctor Ramón Jiménez
1
-0
/
+12
2022-11-16
Group all solid triangles independently of color
Héctor Ramón Jiménez
9
-100
/
+294
2022-11-10
Added conditional configurations for WASM target for gradients & storage buff...
bungoboingo
2
-1
/
+6
2022-11-10
Bump versions :tada:
Héctor Ramón Jiménez
1
-3
/
+3
2022-11-10
Fix broken documentation links
Héctor Ramón Jiménez
6
-6
/
+14
2022-11-08
Rename `QuadBorderRadius` to `BorderRadius`
Héctor Ramón Jiménez
1
-1
/
+1
2022-11-04
Don't convert svg to BGRA before passing to shader
Ian Douglas Scott
1
-9
/
+2
2022-11-05
Update `image` dependency to `0.24`
Héctor Ramón Jiménez
1
-1
/
+1
2022-11-05
Replace `texture_store` and `store` with `storage`
Héctor Ramón Jiménez
2
-9
/
+9
2022-11-05
Use RGBA texture for `image` and `svg` pipelines
Héctor Ramón Jiménez
1
-1
/
+1
2022-11-05
Refactor some `image` traits a bit
Héctor Ramón Jiménez
6
-52
/
+65
2022-11-05
Move image/svg handling into `iced_graphics`
Ian Douglas Scott
5
-0
/
+492
2022-11-03
non uniform border radius for quads
Robert Krahn
3
-3
/
+3
2022-11-03
Remove unnecessary `pub(crate)` in `widget::canvas::frame`
Héctor Ramón Jiménez
1
-5
/
+2
2022-11-03
Refactor imports of `widget::canvas::frame` in `iced_graphics`
Héctor Ramón Jiménez
1
-7
/
+7
2022-11-03
Move re-export in `widget::canvas` in `iced_graphics`
Héctor Ramón Jiménez
1
-1
/
+1
[next]