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
/
src
/
window
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-04-10
Reintroduce damage tracking for `iced_tiny_skia`
Héctor Ramón Jiménez
1
-14
/
+17
2024-04-09
Port `iced_tiny_skia` to new layering architecture
Héctor Ramón Jiménez
1
-46
/
+26
2024-04-07
Use built-in `[lints]` table in `Cargo.toml`
Héctor Ramón Jiménez
1
-0
/
+2
2024-03-24
Reintroduce backend selection through `ICED_BACKEND` env var
Héctor Ramón Jiménez
1
-5
/
+16
2024-03-22
Allow custom renderers in `Program` and `Application`
Héctor Ramón Jiménez
1
-4
/
+3
2024-03-07
Fix `block_on` in `iced_wgpu` hanging Wasm builds
Héctor Ramón Jiménez
1
-2
/
+3
2024-01-21
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
1
-12
/
+6
2024-01-18
Use `Self::Surface` in `Compositor` implementors
Héctor Ramón Jiménez
1
-3
/
+3
2024-01-18
Resize surface in `configure_surface` in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-10
/
+14
2024-01-18
Nest `age` declaration inside `last_primitives`
Héctor Ramón Jiménez
1
-2
/
+2
2024-01-18
Avoid stacking new primitives when undamaged
Héctor Ramón Jiménez
1
-19
/
+21
2024-01-18
Support out-of-order `Buffer` ages in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-17
/
+15
2024-01-18
Make `compatible_window` mandatory in `Compositor`
Héctor Ramón Jiménez
1
-16
/
+10
2024-01-18
Remove `Compositor` window generic
Héctor Ramón Jiménez
1
-27
/
+29
2024-01-16
WIP raw-window-handle 0.6
Ian Douglas Scott
1
-27
/
+29
2024-01-17
Update to `softbuffer` 0.3, tracking up to `age` sets of primitives
Ian Douglas Scott
1
-44
/
+77
2023-12-02
Separate `Compositor::new` from `Compositor::create_renderer`
Héctor Ramón Jiménez
1
-20
/
+8
2023-09-09
Deny `broken_intradoc_links` and verify documentation in CI
Héctor Ramón Jiménez
1
-0
/
+1
2023-08-30
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
1
-4
/
+11
2023-07-21
refactored window storage;
Bingus
1
-0
/
+6
2023-06-29
Introduce custom backend-specific primitives
Héctor Ramón Jiménez
1
-2
/
+2
2023-06-06
Added offscreen rendering support for wgpu & tiny-skia exposed with the windo...
Bingus
1
-3
/
+73
2023-04-27
Remove unnecessary `last_` prefix in `Surface` of `iced_tiny_skia`
Héctor Ramón Jiménez
1
-9
/
+9
2023-04-27
Invalidate `last_primitives` on resize in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-10
/
+12
2023-04-27
Fix double reference in `compositor` in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-1
/
+1
2023-04-27
Move damage tracking logic to `compositor` in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-15
/
+39
2023-04-26
Update `tiny-skia` and `resvg`
Héctor Ramón Jiménez
1
-7
/
+7
2023-04-26
Revert "Use `pixels` for presentation in `iced_tiny_skia` when possible"
Héctor Ramón Jiménez
1
-63
/
+13
2023-04-08
Use `pixels` for presentation in `iced_tiny_skia` when possible
Héctor Ramón Jiménez
1
-13
/
+63
2023-04-05
Revert "Use `softbuffer` fork with owned pixel buffer"
Héctor Ramón Jiménez
1
-26
/
+16
2023-04-05
Use `softbuffer` fork with owned pixel buffer
Héctor Ramón Jiménez
1
-16
/
+26
2023-04-05
Present new frame only when damaged in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-6
/
+8
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-4
/
+5
2023-03-02
Reuse `ClipMask` in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-2
/
+5
2023-03-01
Implement `Canvas` support for `iced_tiny_skia`
Héctor Ramón Jiménez
1
-2
/
+1
2023-02-26
Use `Surface::buffer` directly for drawing in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-19
/
+11
2023-02-25
Resize `Surface::buffer` instead of reallocating in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-1
/
+2
2023-02-25
Implement basic presentation with `softbuffer` for `iced_tiny_skia`
Héctor Ramón Jiménez
1
-14
/
+52
2023-02-25
Scaffold `iced_tiny_skia` and connect it to `iced_renderer`
Héctor Ramón Jiménez
1
-0
/
+96