summaryrefslogtreecommitdiffstats
path: root/examples/loading_spinners (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into explicit-text-cachingLibravatar Héctor Ramón Jiménez2023-09-102-9/+5
|\
| * Host GIFs and video examples in `iced.rs`Libravatar Héctor Ramón Jiménez2023-09-071-6/+0
| | | | | | | | RIP Gfycat
| * Use workspace dependencies and package inheritanceLibravatar Héctor Ramón Jiménez2023-09-041-3/+5
| | | | | | | | | | | | We are also taking this as a chance to synchronize the versions of all the crates! Because of this, we will skip the `0.11` version.
* | Make `widget::Tree` mutable in `Widget::layout`Libravatar Héctor Ramón Jiménez2023-08-302-2/+2
| |
* | Implement explicit text caching in the widget state treeLibravatar Héctor Ramón Jiménez2023-08-302-0/+2
|/
* Add viewport to Widget::on_eventLibravatar Cory Forsstrom2023-07-152-0/+2
|
* Introduce custom backend-specific primitivesLibravatar Héctor Ramón Jiménez2023-06-291-1/+3
|
* Fix `loading_spinners` exampleLibravatar Héctor Ramón Jiménez2023-06-282-8/+10
|
* refactor: remove unnecessary canvas complexityLibravatar Nick Senger2023-06-091-120/+67
|
* comment: fix typoLibravatar Nick Senger2023-06-081-4/+4
|
* fix: RedrawRequest::NextFrame -> RedrawRequest::At()Libravatar Nick Senger2023-06-082-2/+10
|
* comment: cleanup importsLibravatar Nick Senger2023-06-084-65/+58
|
* fix: rotation in terms of durationLibravatar Nick Senger2023-06-071-29/+54
|
* feat: use lyon for easingLibravatar Nick Senger2023-06-076-0/+1046