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
/
examples
/
loading_spinners
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-01-31
Improve `Radians` ergonomics
Héctor Ramón Jiménez
1
-5
/
+5
2024-01-31
Use `Radians` in arc and ellipse types
kxie
1
-8
/
+9
2024-01-21
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
2
-33
/
+31
2024-01-20
Use `Default` implementation of `renderer::Quad`
Héctor Ramón Jiménez
1
-13
/
+4
2024-01-20
feat: quad shadows
Nick Senger
1
-0
/
+3
2024-01-10
Introduce useful helpers in `layout` module
Héctor Ramón Jiménez
2
-8
/
+2
2024-01-10
Replace `width` and `height` with `Widget::size`
Héctor Ramón Jiménez
2
-12
/
+10
2024-01-10
Introduce `Widget::size_hint` and fix further layout inconsistencies
Héctor Ramón Jiménez
1
-6
/
+5
2024-01-04
Make `Shrink` have priority over `Fill` in layout
Héctor Ramón Jiménez
2
-2
/
+2
2023-12-20
Stop polling in event loop on `RedrawRequest::NextFrame`
Héctor Ramón Jiménez
2
-10
/
+2
2023-09-07
Host GIFs and video examples in `iced.rs`
Héctor Ramón Jiménez
1
-6
/
+0
2023-09-04
Use workspace dependencies and package inheritance
Héctor Ramón Jiménez
1
-3
/
+5
2023-08-30
Make `widget::Tree` mutable in `Widget::layout`
Héctor Ramón Jiménez
2
-2
/
+2
2023-08-30
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
2
-0
/
+2
2023-07-21
refactored window storage;
Bingus
2
-2
/
+2
2023-07-15
Add viewport to Widget::on_event
Cory Forsstrom
2
-0
/
+2
2023-06-29
Introduce custom backend-specific primitives
Héctor Ramón Jiménez
1
-1
/
+3
2023-06-28
Fix `loading_spinners` example
Héctor Ramón Jiménez
2
-8
/
+10
2023-06-09
refactor: remove unnecessary canvas complexity
Nick Senger
1
-120
/
+67
2023-06-08
comment: fix typo
Nick Senger
1
-4
/
+4
2023-06-08
fix: RedrawRequest::NextFrame -> RedrawRequest::At()
Nick Senger
2
-2
/
+10
2023-06-08
comment: cleanup imports
Nick Senger
4
-65
/
+58
2023-06-07
fix: rotation in terms of duration
Nick Senger
1
-29
/
+54
2023-06-07
feat: use lyon for easing
Nick Senger
6
-0
/
+1046