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
/
toast
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update all `examples` to Rust 2024
Héctor Ramón Jiménez
2025-02-21
1
-1
/
+1
*
Take `Event` by reference in `Widget::update`
Héctor Ramón Jiménez
2025-02-04
1
-3
/
+3
*
Add `Duration` helpers to `time` module
Héctor Ramón Jiménez
2025-01-24
1
-4
/
+3
*
Fix new `clippy` lints
Héctor Ramón Jiménez
2024-12-02
1
-3
/
+3
*
Rename `Overlay::on_event` to `update`
Héctor Ramón Jiménez
2024-11-06
1
-1
/
+1
*
Rename `Widget::on_event` to `update`
Héctor Ramón Jiménez
2024-11-05
1
-3
/
+3
*
Replace `event::Status` in `Widget::on_event` with `Shell::capture_event`
Héctor Ramón Jiménez
2024-11-05
1
-28
/
+25
*
Split `Shell::request_redraw` into two different methods
Héctor Ramón Jiménez
2024-11-05
1
-13
/
+1
*
Introduce `black_box` and `chain` in `widget::operation`
Héctor Ramón Jiménez
2024-08-08
1
-2
/
+2
*
Re-export variants of `Length` and `alignment` types
Héctor Ramón Jiménez
2024-07-12
1
-10
/
+10
*
Introduce helper methods for alignment for all widgets
Héctor Ramón Jiménez
2024-07-12
1
-3
/
+3
*
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
-11
/
+11
*
Introduce `window::Id` to `Event` subscriptions
Héctor Ramón Jiménez
2024-06-10
1
-3
/
+1
*
Merge branch 'master' into feat/text-macro
Héctor Ramón Jiménez
2024-05-23
1
-25
/
+9
|
\
|
*
Introduce `center` widget helper
Héctor Ramón Jiménez
2024-05-03
1
-7
/
+3
|
*
Use `Catalog` approach for all widgets
Héctor Ramón Jiménez
2024-03-24
1
-18
/
+6
*
|
refactor: replace `text(format!(` with `text` macro
Richard Custodio
2024-03-18
1
-1
/
+1
|
/
*
Simplify lifetime in `toast` example
Héctor Ramón Jiménez
2024-03-17
1
-2
/
+2
*
Use `Program` API in `modal` example
Héctor Ramón Jiménez
2024-03-17
1
-30
/
+22
*
Rename `container::box_` to `rounded_box`
Héctor Ramón Jiménez
2024-03-08
1
-1
/
+1
*
Simplify theming for `Container` widget
Héctor Ramón Jiménez
2024-03-05
1
-25
/
+51
*
Add `push_maybe` to `Column` and `Row`
Héctor Ramón Jiménez
2024-02-15
1
-5
/
+4
*
Make `horizontal_space` and `vertical_space` fill by default
Héctor Ramón Jiménez
2024-02-15
1
-1
/
+1
*
Fix new `beta` toolchain warnings
Héctor Ramón Jiménez
2024-02-05
1
-1
/
+1
*
Remove `position` from `overlay::Element`
Héctor Ramón Jiménez
2024-02-01
1
-13
/
+12
*
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
2024-01-21
1
-5
/
+4
*
Refactor `KeyCode` into `Key` and `Location`
Héctor Ramón Jiménez
2024-01-16
1
-2
/
+3
*
Merge branch 'master' into update-winit
Héctor Ramón Jiménez
2024-01-16
1
-16
/
+7
|
\
|
*
Replace `width` and `height` with `Widget::size`
Héctor Ramón Jiménez
2024-01-10
1
-6
/
+2
|
*
Make `Shrink` have priority over `Fill` in layout
Héctor Ramón Jiménez
2024-01-04
1
-10
/
+5
*
|
Update `winit` to `0.29.4`
Héctor Ramón Jiménez
2023-12-15
1
-0
/
+1
|
/
*
Merge branch 'master' into feat/multi-window-support
Héctor Ramón Jiménez
2023-11-29
2
-10
/
+25
|
\
|
*
Fix `modal` and `toast` examples
Héctor Ramón Jiménez
2023-11-21
1
-0
/
+1
|
*
Add missing `'static` lifetimes to constant slices
Héctor Ramón Jiménez
2023-11-12
1
-1
/
+1
|
*
Fix `clippy::semicolon_if_nothing_returned`
Héctor Ramón Jiménez
2023-09-20
1
-1
/
+1
|
*
Merge branch 'master' into explicit-text-caching
Héctor Ramón Jiménez
2023-09-10
2
-4
/
+7
|
|
\
|
|
*
Merge pull request #2069 from iced-rs/use-workspace-dependencies
Héctor Ramón
2023-09-07
1
-1
/
+2
|
|
|
\
|
|
|
*
Use workspace dependencies and package inheritance
Héctor Ramón Jiménez
2023-09-04
1
-1
/
+2
|
|
*
|
Introduce `keyboard::on_key_press` and `on_key_release`
Héctor Ramón Jiménez
2023-09-07
1
-3
/
+5
|
|
|
/
|
*
|
Make `widget::Tree` mutable in `Widget::layout`
Héctor Ramón Jiménez
2023-08-30
1
-5
/
+7
|
*
|
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
2023-08-30
1
-1
/
+5
|
|
/
|
*
Introduce `visible_bounds` operation for `Container`
Héctor Ramón Jiménez
2023-07-27
1
-2
/
+2
|
*
Add viewport to Widget::on_event
Cory Forsstrom
2023-07-15
1
-0
/
+5
*
|
refactored window storage;
Bingus
2023-07-21
1
-1
/
+3
|
/
*
Introduce internal `overlay::Nested` for `UserInterface`
Cory Forsstrom
2023-06-14
1
-1
/
+6
*
Implement basic cursor availability
Héctor Ramón Jiménez
2023-06-08
1
-26
/
+16
*
Remove `Builder` abstractions for gradients
Héctor Ramón Jiménez
2023-05-19
1
-1
/
+1
*
Merge branch 'master' into advanced-text
Héctor Ramón Jiménez
2023-04-17
1
-2
/
+4
|
\
|
*
Rename `on_change` to `on_input` for `TextInput`
Héctor Ramón Jiménez
2023-04-12
1
-2
/
+2
[next]