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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-02-15
Add `push_maybe` to `Column` and `Row`
Héctor Ramón Jiménez
1
-5
/
+4
2024-02-15
Make `horizontal_space` and `vertical_space` fill by default
Héctor Ramón Jiménez
1
-1
/
+1
2024-02-05
Fix new `beta` toolchain warnings
Héctor Ramón Jiménez
1
-1
/
+1
2024-02-01
Remove `position` from `overlay::Element`
Héctor Ramón Jiménez
1
-13
/
+12
2024-01-21
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
1
-5
/
+4
2024-01-16
Refactor `KeyCode` into `Key` and `Location`
Héctor Ramón Jiménez
1
-2
/
+3
2024-01-10
Replace `width` and `height` with `Widget::size`
Héctor Ramón Jiménez
1
-6
/
+2
2024-01-04
Make `Shrink` have priority over `Fill` in layout
Héctor Ramón Jiménez
1
-10
/
+5
2023-12-15
Update `winit` to `0.29.4`
Héctor Ramón Jiménez
1
-0
/
+1
2023-11-21
Fix `modal` and `toast` examples
Héctor Ramón Jiménez
1
-0
/
+1
2023-11-12
Add missing `'static` lifetimes to constant slices
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-20
Fix `clippy::semicolon_if_nothing_returned`
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-07
Introduce `keyboard::on_key_press` and `on_key_release`
Héctor Ramón Jiménez
1
-3
/
+5
2023-09-04
Use workspace dependencies and package inheritance
Héctor Ramón Jiménez
1
-1
/
+2
2023-08-30
Make `widget::Tree` mutable in `Widget::layout`
Héctor Ramón Jiménez
1
-5
/
+7
2023-08-30
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
1
-1
/
+5
2023-07-27
Introduce `visible_bounds` operation for `Container`
Héctor Ramón Jiménez
1
-2
/
+2
2023-07-21
refactored window storage;
Bingus
1
-1
/
+3
2023-07-15
Add viewport to Widget::on_event
Cory Forsstrom
1
-0
/
+5
2023-06-14
Introduce internal `overlay::Nested` for `UserInterface`
Cory Forsstrom
1
-1
/
+6
2023-06-08
Implement basic cursor availability
Héctor Ramón Jiménez
1
-26
/
+16
2023-05-19
Remove `Builder` abstractions for gradients
Héctor Ramón Jiménez
1
-1
/
+1
2023-04-12
Rename `on_change` to `on_input` for `TextInput`
Héctor Ramón Jiménez
1
-2
/
+2
2023-04-12
Introduce disabled state for `TextInput`
Dan Mishin
1
-2
/
+4
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
2
-11
/
+16
2023-01-17
Rename method to is_over
Cory Forsstrom
1
-5
/
+1
2023-01-17
Add toast example
Cory Forsstrom
2
-0
/
+684