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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update all `examples` to Rust 2024
Héctor Ramón Jiménez
2025-02-21
2
-2
/
+2
*
Take `Event` by reference in `Widget::update`
Héctor Ramón Jiménez
2025-02-04
2
-4
/
+4
*
Fix consistency of import ordering
Héctor Ramón Jiménez
2025-01-06
1
-2
/
+2
*
chore: remove once_cell dependency
Tommy Volk
2025-01-06
2
-8
/
+8
*
Fix new `clippy` lints
Héctor Ramón Jiménez
2024-12-02
2
-2
/
+2
*
Rename `Widget::on_event` to `update`
Héctor Ramón Jiménez
2024-11-05
2
-2
/
+2
*
Replace `event::Status` in `Widget::on_event` with `Shell::capture_event`
Héctor Ramón Jiménez
2024-11-05
2
-8
/
+2
*
Split `Shell::request_redraw` into two different methods
Héctor Ramón Jiménez
2024-11-05
2
-4
/
+4
*
fix: circular progress no longer skips
Tommy Volk
2024-09-29
1
-2
/
+2
*
Re-export variants of `Length` and `alignment` types
Héctor Ramón Jiménez
2024-07-12
1
-3
/
+3
*
Introduce helper methods for alignment for all widgets
Héctor Ramón Jiménez
2024-07-12
1
-2
/
+2
*
Introduce `daemon` API and unify shell runtimes
Héctor Ramón Jiménez
2024-06-19
1
-1
/
+1
*
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
2024-06-14
1
-4
/
+1
*
Introduce `window::Id` to `Event` subscriptions
Héctor Ramón Jiménez
2024-06-10
2
-2
/
+2
*
Merge branch 'master' into feat/text-macro
Héctor Ramón Jiménez
2024-05-23
2
-8
/
+4
|
\
|
*
Introduce `center` widget helper
Héctor Ramón Jiménez
2024-05-03
1
-7
/
+3
|
*
Make `iced_tiny_skia` optional with a `tiny-skia` feature
Héctor Ramón Jiménez
2024-03-22
1
-1
/
+3
|
*
Restore `canvas::Frame` API
Héctor Ramón Jiménez
2024-03-22
1
-1
/
+1
|
*
Implement composable, type-safe renderer fallback
Héctor Ramón Jiménez
2024-03-21
1
-4
/
+2
*
|
refactor: replace `text(format!(` with `text` macro
Richard Custodio
2024-03-18
1
-1
/
+1
|
/
*
Move `Program` to `application` module
Héctor Ramón Jiménez
2024-03-17
1
-1
/
+1
*
Remove `Sandbox` trait :tada:
Héctor Ramón Jiménez
2024-03-17
1
-1
/
+1
*
Remove `sandbox` by making `application` more generic :tada:
Héctor Ramón Jiménez
2024-03-16
1
-1
/
+1
*
Make `sandbox` helper take a `title` as well
Héctor Ramón Jiménez
2024-03-16
1
-4
/
+7
*
Introduce `Program` API
Héctor Ramón Jiménez
2024-03-16
1
-31
/
+15
*
Improve `Radians` ergonomics
Héctor Ramón Jiménez
2024-01-31
1
-5
/
+5
*
Use `Radians` in arc and ellipse types
kxie
2024-01-31
1
-8
/
+9
*
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
2024-01-21
2
-33
/
+31
*
Use `Default` implementation of `renderer::Quad`
Héctor Ramón Jiménez
2024-01-20
1
-13
/
+4
*
feat: quad shadows
Nick Senger
2024-01-20
1
-0
/
+3
*
Merge branch 'master' into update-winit
Héctor Ramón Jiménez
2024-01-16
3
-26
/
+17
|
\
|
*
Introduce useful helpers in `layout` module
Héctor Ramón Jiménez
2024-01-10
2
-8
/
+2
|
*
Replace `width` and `height` with `Widget::size`
Héctor Ramón Jiménez
2024-01-10
2
-12
/
+10
|
*
Introduce `Widget::size_hint` and fix further layout inconsistencies
Héctor Ramón Jiménez
2024-01-10
1
-6
/
+5
|
*
Make `Shrink` have priority over `Fill` in layout
Héctor Ramón Jiménez
2024-01-04
2
-2
/
+2
*
|
Stop polling in event loop on `RedrawRequest::NextFrame`
Héctor Ramón Jiménez
2023-12-20
2
-10
/
+2
|
/
*
Merge branch 'master' into feat/multi-window-support
Héctor Ramón Jiménez
2023-11-29
4
-9
/
+9
|
\
|
*
Merge branch 'master' into explicit-text-caching
Héctor Ramón Jiménez
2023-09-10
2
-9
/
+5
|
|
\
|
|
*
Host GIFs and video examples in `iced.rs`
Héctor Ramón Jiménez
2023-09-07
1
-6
/
+0
|
|
*
Use workspace dependencies and package inheritance
Héctor Ramón Jiménez
2023-09-04
1
-3
/
+5
|
*
|
Make `widget::Tree` mutable in `Widget::layout`
Héctor Ramón Jiménez
2023-08-30
2
-2
/
+2
|
*
|
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
2023-08-30
2
-0
/
+2
|
|
/
|
*
Add viewport to Widget::on_event
Cory Forsstrom
2023-07-15
2
-0
/
+2
*
|
refactored window storage;
Bingus
2023-07-21
2
-2
/
+2
|
/
*
Introduce custom backend-specific primitives
Héctor Ramón Jiménez
2023-06-29
1
-1
/
+3
*
Fix `loading_spinners` example
Héctor Ramón Jiménez
2023-06-28
2
-8
/
+10
*
refactor: remove unnecessary canvas complexity
Nick Senger
2023-06-09
1
-120
/
+67
*
comment: fix typo
Nick Senger
2023-06-08
1
-4
/
+4
*
fix: RedrawRequest::NextFrame -> RedrawRequest::At()
Nick Senger
2023-06-08
2
-2
/
+10
*
comment: cleanup imports
Nick Senger
2023-06-08
4
-65
/
+58
[next]