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
/
tiny_skia
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clip quad damage with layer bounds in `iced_tiny_skia`
Héctor Ramón Jiménez
2024-04-10
1
-1
/
+11
*
Sort damage by distance from origin in `iced_graphics::damage`
Héctor Ramón Jiménez
2024-04-10
1
-10
/
+8
*
Track image damage in `iced_tiny_skia`
Héctor Ramón Jiménez
2024-04-10
1
-0
/
+8
*
Account for `transformation` in `Text::visible_bounds`
Héctor Ramón Jiménez
2024-04-10
1
-3
/
+1
*
Reintroduce damage tracking for `iced_tiny_skia`
Héctor Ramón Jiménez
2024-04-10
6
-92
/
+191
*
Port `iced_tiny_skia` to new layering architecture
Héctor Ramón Jiménez
2024-04-09
9
-1187
/
+1584
*
Merge branch 'master' into wgpu/better-architecture
Héctor Ramón Jiménez
2024-04-07
8
-4
/
+23
|
\
|
*
Use built-in `[lints]` table in `Cargo.toml`
Héctor Ramón Jiménez
2024-04-07
8
-4
/
+23
*
|
Decouple caching from layering and simplify everything
Héctor Ramón Jiménez
2024-04-05
1
-2
/
+2
|
/
*
Merge pull request #2357 from iced-rs/wgpu/use-staging-belt
Héctor Ramón
2024-03-30
1
-1
/
+0
|
\
|
*
Replace `xxhash-rust` with `rustc-hash`
Héctor Ramón Jiménez
2024-03-30
1
-1
/
+0
*
|
Make tiny-skia equivalent
Daniel Yoon
2024-03-26
1
-1
/
+2
|
/
*
Reintroduce backend selection through `ICED_BACKEND` env var
Héctor Ramón Jiménez
2024-03-24
1
-5
/
+16
*
Rename `compositor::Renderer` to `Default`
Héctor Ramón Jiménez
2024-03-22
1
-2
/
+2
*
Allow custom renderers in `Program` and `Application`
Héctor Ramón Jiménez
2024-03-22
2
-4
/
+13
*
Fix standalone compilation of `iced_widget` crate
Héctor Ramón Jiménez
2024-03-22
1
-1
/
+0
*
Make `iced_tiny_skia` optional with a `tiny-skia` feature
Héctor Ramón Jiménez
2024-03-22
1
-0
/
+3
*
Restore `canvas::Frame` API
Héctor Ramón Jiménez
2024-03-22
1
-5
/
+3
*
Implement composable, type-safe renderer fallback
Héctor Ramón Jiménez
2024-03-21
3
-24
/
+55
*
Show name of current `Theme` in `clock` example
Héctor Ramón Jiménez
2024-03-16
1
-5
/
+7
*
Fix `block_on` in `iced_wgpu` hanging Wasm builds
Héctor Ramón Jiménez
2024-03-07
1
-2
/
+3
*
Fix `iced_tiny_skia` clipping line strokes
Héctor Ramón Jiménez
2024-02-22
1
-2
/
+2
*
Fix text transparency in `iced_tiny_skia`
Daniel Yoon
2024-02-15
1
-1
/
+10
*
Fix clipping of text in `iced_tiny_skia`
Héctor Ramón Jiménez
2024-02-11
1
-38
/
+50
*
tiny_skia: Add a capacity limit to `GlyphCache`
Mohammad AlSaleh
2024-02-07
1
-1
/
+7
*
Introduce `with_transformation` to `Renderer` trait
Héctor Ramón Jiménez
2024-02-02
3
-16
/
+39
*
Allow only uniform scaling in `Transformation`
Héctor Ramón Jiménez
2024-02-02
1
-4
/
+4
*
Replace `Primitive::Translate` with `Transform`
Héctor Ramón Jiménez
2024-02-02
2
-49
/
+48
*
Assert dimensions of quads are normal in `iced_tiny_skia`
Josh Megnauth
2024-01-31
1
-0
/
+9
*
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
2024-01-21
2
-13
/
+7
*
Introduce `Border` struct analogous to `Shadow`
Héctor Ramón Jiménez
2024-01-20
1
-91
/
+76
*
Skip transparent shadows in `iced_tiny_skia`
Héctor Ramón Jiménez
2024-01-20
1
-94
/
+101
*
Use `Default` implementation of `renderer::Quad`
Héctor Ramón Jiménez
2024-01-20
1
-12
/
+13
*
Make `shadow` optional in `renderer::Quad`
Héctor Ramón Jiménez
2024-01-20
1
-13
/
+11
*
feat: quad shadows
Nick Senger
2024-01-20
1
-0
/
+106
*
Use `Self::Surface` in `Compositor` implementors
Héctor Ramón Jiménez
2024-01-18
1
-3
/
+3
*
Resize surface in `configure_surface` in `iced_tiny_skia`
Héctor Ramón Jiménez
2024-01-18
1
-10
/
+14
*
Nest `age` declaration inside `last_primitives`
Héctor Ramón Jiménez
2024-01-18
1
-2
/
+2
*
Avoid stacking new primitives when undamaged
Héctor Ramón Jiménez
2024-01-18
1
-19
/
+21
*
Support out-of-order `Buffer` ages in `iced_tiny_skia`
Héctor Ramón Jiménez
2024-01-18
1
-17
/
+15
*
Make `compatible_window` mandatory in `Compositor`
Héctor Ramón Jiménez
2024-01-18
1
-16
/
+10
*
Remove `Compositor` window generic
Héctor Ramón Jiménez
2024-01-18
2
-28
/
+29
*
WIP raw-window-handle 0.6
Ian Douglas Scott
2024-01-16
1
-27
/
+29
*
Update to `softbuffer` 0.3, tracking up to `age` sets of primitives
Ian Douglas Scott
2024-01-17
1
-44
/
+77
*
Fix `paint` not being transformed in `iced_tiny_skia`
Héctor Ramón Jiménez
2024-01-17
1
-6
/
+15
*
Fix paths with negative coordinates in `iced_tiny_skia`
Héctor Ramón Jiménez
2024-01-17
3
-18
/
+21
*
Implement vectorial text support for `iced_tiny_skia`
Héctor Ramón Jiménez
2024-01-17
1
-44
/
+55
*
Apply scaling during `Frame::fill_text` in `iced_tiny_skia`
Héctor Ramón Jiménez
2024-01-17
1
-8
/
+24
*
Update `glyphon` to `0.4`
Héctor Ramón Jiménez
2024-01-15
1
-13
/
+1
*
Merge pull request #2158 from iced-rs/feature/raw-text-primitive
Héctor Ramón
2024-01-12
2
-1
/
+58
|
\
[next]