summaryrefslogtreecommitdiffstats
path: root/examples/loading_spinners (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve `Radians` ergonomicsLibravatar Héctor Ramón Jiménez2024-01-311-5/+5
|
* Use `Radians` in arc and ellipse typesLibravatar kxie2024-01-311-8/+9
|
* Convert `Renderer::Theme` to generic `Widget` typeLibravatar Héctor Ramón Jiménez2024-01-212-33/+31
|
* Use `Default` implementation of `renderer::Quad`Libravatar Héctor Ramón Jiménez2024-01-201-13/+4
|
* feat: quad shadowsLibravatar Nick Senger2024-01-201-0/+3
|
* Merge branch 'master' into update-winitLibravatar Héctor Ramón Jiménez2024-01-163-26/+17
|\
| * Introduce useful helpers in `layout` moduleLibravatar Héctor Ramón Jiménez2024-01-102-8/+2
| |
| * Replace `width` and `height` with `Widget::size`Libravatar Héctor Ramón Jiménez2024-01-102-12/+10
| |
| * Introduce `Widget::size_hint` and fix further layout inconsistenciesLibravatar Héctor Ramón Jiménez2024-01-101-6/+5
| |
| * Make `Shrink` have priority over `Fill` in layoutLibravatar Héctor Ramón Jiménez2024-01-042-2/+2
| |
* | Stop polling in event loop on `RedrawRequest::NextFrame`Libravatar Héctor Ramón Jiménez2023-12-202-10/+2
|/
* Merge branch 'master' into feat/multi-window-supportLibravatar Héctor Ramón Jiménez2023-11-294-9/+9
|\
| * 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
| |
* | refactored window storage;Libravatar Bingus2023-07-212-2/+2
|/ | | | | new helper window events (Destroyed, Created); clippy + fmt;
* 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