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
/
renderer
/
src
/
geometry
/
cache.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-03-22
Restore `canvas::Frame` API
Héctor Ramón Jiménez
1
-137
/
+0
2024-03-21
Gate `Custom` variants in `iced_renderer` behind `custom` feature
Héctor Ramón Jiménez
1
-2
/
+5
2024-03-21
Draft support for dynamic custom renderer injection
Héctor Ramón Jiménez
1
-0
/
+9
2024-01-21
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
1
-2
/
+2
2023-09-20
Fix `clippy::default_trait_access`
Héctor Ramón Jiménez
1
-1
/
+1
2023-06-29
Introduce custom backend-specific primitives
Héctor Ramón Jiménez
1
-7
/
+45
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-1
/
+3
2023-03-03
Move `Canvas` and `QRCode` to `iced` crate
Héctor Ramón Jiménez
1
-1
/
+1
2023-03-01
Implement `Canvas` support for `iced_tiny_skia`
Héctor Ramón Jiménez
1
-35
/
+20
2023-02-06
Accept FnOnce instead of Fn in canvas cache draw
sushigiri
1
-1
/
+5
2022-09-13
Make `Cache::clear` immutable
Héctor Ramón Jiménez
1
-1
/
+1
2022-07-27
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
1
-4
/
+2
2020-11-26
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
1
-10
/
+0
2020-05-19
Draft new `iced_graphics` crate :tada:
Héctor Ramón Jiménez
1
-0
/
+0
2020-04-30
Write documentation for the new `canvas` API
Héctor Ramón Jiménez
1
-12
/
+24
2020-04-28
Remove `Drawable` and rename `State` to `Program`
Héctor Ramón Jiménez
1
-30
/
+7
2020-04-28
Allow `canvas::State` to produce messages
Héctor Ramón Jiménez
1
-2
/
+5
2020-04-28
Introduce `Translate` primitive in `iced_wgpu`
Héctor Ramón Jiménez
1
-3
/
+9
2020-04-28
Ask for a `Size` in `Frame::new`
Héctor Ramón Jiménez
1
-1
/
+1
2020-04-19
Remove `Layer` trait and simplify `Canvas`
Héctor Ramón Jiménez
1
-43
/
+33
2020-04-19
Add interactivity to `solar_system` example
Héctor Ramón Jiménez
1
-38
/
+12
2020-04-19
Use `Borrow<T>` when binding in `layer::Cache<T>`
Héctor Ramón Jiménez
1
-6
/
+10
2020-04-19
Draft `Program` interactivity for `Canvas`
Héctor Ramón Jiménez
1
-1
/
+15
2020-04-08
impl default for canvas cache
Rob Ede
1
-7
/
+24
2020-04-02
Fix minor documentation issues
Héctor Ramón Jiménez
1
-1
/
+1
2020-03-10
Fix `Debug` implementation of `layer::cache::State`
Héctor Ramón Jiménez
1
-3
/
+2
2020-03-07
Implement `Primitive::Cached`
Héctor Ramón Jiménez
1
-5
/
+8
2020-03-06
implement text support in canvas widget
Artur Sapek
1
-15
/
+10
2020-03-04
Improve `Debug` implementation of `cache::State`
Héctor Ramón Jiménez
1
-1
/
+14
2020-02-18
Write documentation for new `canvas` module
Héctor Ramón Jiménez
1
-13
/
+32
2020-02-13
Move `layer::Cached` to its own module
Héctor Ramón Jiménez
1
-11
/
+5
2020-02-12
Finish `clock` example
Héctor Ramón Jiménez
1
-8
/
+55
2020-02-12
Draft `Canvas` types and `clock` example
Héctor Ramón Jiménez
1
-0
/
+41