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
/
lazy
/
src
/
responsive.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
2023-03-04
1
-425
/
+0
*
Use `f32` in `Length::Units` and rename it to `Fixed`
Héctor Ramón Jiménez
2023-02-17
1
-1
/
+1
*
fix: lazy widgets overlay is_over
Nick Senger
2023-02-10
1
-0
/
+7
*
Fix layout translation in `overlay::Group`
Héctor Ramón Jiménez
2023-01-30
1
-2
/
+2
*
Fix shadowed variable
Cory Forsstrom
2023-01-05
1
-2
/
+4
*
Implement `Widget::operate` for `Responsive`
Héctor Ramón Jiménez
2022-12-22
1
-1
/
+24
*
Allow &mut self in overlay
tarkah
2022-11-29
1
-9
/
+13
*
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
2022-07-27
1
-227
/
+206
*
Fix `clippy` lints for all crates and features
Héctor Ramón Jiménez
2022-07-09
1
-2
/
+2
*
Fix further `clippy` lints
Héctor Ramón Jiménez
2022-07-09
1
-1
/
+1
*
Draft first-class `Theme` support
Héctor Ramón Jiménez
2022-05-14
1
-1
/
+4
*
Remove `hash_layout` method from `Widget` trait
Héctor Ramón Jiménez
2022-02-23
1
-37
/
+8
*
fix: overlay layout for `Responsive`
Nick Senger
2022-02-22
1
-4
/
+9
*
Invalidate widget tree in `Responsive` after a `window::Event::Resized`
Héctor Ramón Jiménez
2022-01-20
1
-1
/
+5
*
Recompute layout of `Responsive` contents when size changes
Héctor Ramón Jiménez
2022-01-20
1
-1
/
+3
*
Write docs for `responsive` in `iced_lazy`
Héctor Ramón Jiménez
2022-01-12
1
-1
/
+13
*
Implement `Widget::overlay` for `Responsive` widget
Héctor Ramón Jiménez
2022-01-12
1
-0
/
+413