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
2025-02-21
Update all `examples` to Rust 2024
Héctor Ramón Jiménez
2
-2
/
+2
2025-02-04
Take `Event` by reference in `Widget::update`
Héctor Ramón Jiménez
2
-4
/
+4
2025-01-06
Fix consistency of import ordering
Héctor Ramón Jiménez
1
-2
/
+2
2025-01-06
chore: remove once_cell dependency
Tommy Volk
2
-8
/
+8
2024-12-02
Fix new `clippy` lints
Héctor Ramón Jiménez
2
-2
/
+2
2024-11-05
Rename `Widget::on_event` to `update`
Héctor Ramón Jiménez
2
-2
/
+2
2024-11-05
Replace `event::Status` in `Widget::on_event` with `Shell::capture_event`
Héctor Ramón Jiménez
2
-8
/
+2
2024-11-05
Split `Shell::request_redraw` into two different methods
Héctor Ramón Jiménez
2
-4
/
+4
2024-09-29
fix: circular progress no longer skips
Tommy Volk
1
-2
/
+2
2024-07-12
Re-export variants of `Length` and `alignment` types
Héctor Ramón Jiménez
1
-3
/
+3
2024-07-12
Introduce helper methods for alignment for all widgets
Héctor Ramón Jiménez
1
-2
/
+2
2024-06-19
Introduce `daemon` API and unify shell runtimes
Héctor Ramón Jiménez
1
-1
/
+1
2024-06-14
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
1
-4
/
+1
2024-06-10
Introduce `window::Id` to `Event` subscriptions
Héctor Ramón Jiménez
2
-2
/
+2
2024-05-03
Introduce `center` widget helper
Héctor Ramón Jiménez
1
-7
/
+3
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-03-18
refactor: replace `text(format!(` with `text` macro
Richard Custodio
1
-1
/
+1
2024-03-17
Move `Program` to `application` module
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-17
Remove `Sandbox` trait :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-16
Remove `sandbox` by making `application` more generic :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-16
Make `sandbox` helper take a `title` as well
Héctor Ramón Jiménez
1
-4
/
+7
2024-03-16
Introduce `Program` API
Héctor Ramón Jiménez
1
-31
/
+15
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