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
/
widget
/
src
/
stack.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Take `Event` by reference in `Widget::update`
Héctor Ramón Jiménez
2025-02-04
1
-8
/
+2
*
Introduce `Levitating` variant for `mouse::Cursor`
Héctor Ramón Jiménez
2025-02-03
1
-12
/
+9
*
Propagate mouse cursor movements in `stack`
Héctor Ramón Jiménez
2025-02-01
1
-1
/
+6
*
Fix new `clippy` lints
Héctor Ramón Jiménez
2024-12-02
1
-1
/
+1
*
Rename `Widget::on_event` to `update`
Héctor Ramón Jiménez
2024-11-05
1
-2
/
+2
*
Replace `event::Status` in `Widget::on_event` with `Shell::capture_event`
Héctor Ramón Jiménez
2024-11-05
1
-26
/
+27
*
Fix `mouse::Cursor` fighting in `stack` widget
Héctor Ramón Jiménez
2024-10-04
1
-4
/
+2
*
Short-circuit scrolling passthrough in `Stack`
Héctor Ramón Jiménez
2024-08-14
1
-1
/
+1
*
Fix scroll event passthrough in `Stack` widget
Héctor Ramón Jiménez
2024-08-14
1
-5
/
+21
*
Find `layers_below` only if `Stack` is hovered
Héctor Ramón Jiménez
2024-08-14
1
-3
/
+3
*
Fix cursor passthrough in `Stack` during `draw`
Héctor Ramón Jiménez
2024-08-14
1
-17
/
+52
*
Introduce `black_box` and `chain` in `widget::operation`
Héctor Ramón Jiménez
2024-08-08
1
-1
/
+1
*
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
2024-06-14
1
-1
/
+1
*
Set proper size boundaries for `limits` in `Stack::layout`
Héctor Ramón Jiménez
2024-04-27
1
-1
/
+2
*
Respect `width` and `height` properties when `Stack` is empty
Héctor Ramón Jiménez
2024-04-27
1
-1
/
+5
*
Introduce `opaque` widget helper
Héctor Ramón Jiménez
2024-04-25
1
-1
/
+1
*
Use `Limits::resolve` in `Stack` widget
Héctor Ramón Jiménez
2024-04-25
1
-2
/
+3
*
Fix documentation of `stack` module
Héctor Ramón Jiménez
2024-04-25
1
-1
/
+1
*
Implement `Stack` widget
Héctor Ramón Jiménez
2024-04-25
1
-0
/
+327