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
/
src
/
circular.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-02-04
Take `Event` by reference in `Widget::update`
Héctor Ramón Jiménez
1
-2
/
+2
2024-12-02
Fix new `clippy` lints
Héctor Ramón Jiménez
1
-1
/
+1
2024-11-05
Rename `Widget::on_event` to `update`
Héctor Ramón Jiménez
1
-1
/
+1
2024-11-05
Replace `event::Status` in `Widget::on_event` with `Shell::capture_event`
Héctor Ramón Jiménez
1
-4
/
+1
2024-11-05
Split `Shell::request_redraw` into two different methods
Héctor Ramón Jiménez
1
-2
/
+2
2024-09-29
fix: circular progress no longer skips
Tommy Volk
1
-2
/
+2
2024-06-10
Introduce `window::Id` to `Event` subscriptions
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-22
Make `iced_tiny_skia` optional with a `tiny-skia` feature
Héctor Ramón Jiménez
1
-1
/
+3
2024-03-22
Restore `canvas::Frame` API
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-21
Implement composable, type-safe renderer fallback
Héctor Ramón Jiménez
1
-4
/
+2
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
1
-7
/
+10
2024-01-10
Introduce useful helpers in `layout` module
Héctor Ramón Jiménez
1
-4
/
+1
2024-01-10
Replace `width` and `height` with `Widget::size`
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
1
-1
/
+1
2023-12-20
Stop polling in event loop on `RedrawRequest::NextFrame`
Héctor Ramón Jiménez
1
-5
/
+1
2023-08-30
Make `widget::Tree` mutable in `Widget::layout`
Héctor Ramón Jiménez
1
-1
/
+1
2023-08-30
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
1
-0
/
+1
2023-07-21
refactored window storage;
Bingus
1
-1
/
+1
2023-07-15
Add viewport to Widget::on_event
Cory Forsstrom
1
-0
/
+1
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
1
-4
/
+6
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
1
-1
/
+5
2023-06-08
comment: cleanup imports
Nick Senger
1
-33
/
+30
2023-06-07
fix: rotation in terms of duration
Nick Senger
1
-29
/
+54
2023-06-07
feat: use lyon for easing
Nick Senger
1
-14
/
+33
2023-06-07
feat: add progress indicators example
Nick Senger
1
-0
/
+425