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