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
/
mouse_area.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Run `cargo fmt`
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
-4
/
+4
*
derive partialeq and eq for mouse::click::Kind
edwloef
2025-01-22
1
-1
/
+1
*
Fix new `clippy` lints
Héctor Ramón Jiménez
2024-12-02
1
-2
/
+2
*
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
-94
/
+62
*
Add support for double click event to MouseArea (#2602)
7sDream
2024-09-24
1
-4
/
+48
*
Fix `mouse_area` not notifying of mouse move events
Héctor Ramón Jiménez
2024-09-19
1
-1
/
+1
*
Simplify signatures of `on_move` and `on_scroll` for `mouse_area`
Héctor Ramón Jiménez
2024-09-10
1
-10
/
+7
*
Use `cursor` changes to notify mouse events in `mouse_area`
Héctor Ramón Jiménez
2024-09-10
1
-5
/
+10
*
Add `on_scroll` handler to `mouse_area` widget
Siliwolf
2024-09-10
1
-3
/
+22
*
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
*
Introduce `opaque` widget helper
Héctor Ramón Jiménez
2024-04-25
1
-1
/
+1
*
Shorten properties in `MouseArea`
Héctor Ramón Jiménez
2024-02-07
1
-20
/
+18
*
Shorten some `MouseArea` methods
Héctor Ramón Jiménez
2024-02-07
1
-7
/
+4
*
Override `MouseArea` interaction only when contents are idle
Héctor Ramón Jiménez
2024-02-07
1
-11
/
+12
*
Add `Interaction` overriding to `MouseArea`
vawvaw
2024-02-07
1
-0
/
+20
*
Use `Fn` instead of `FnMut` in `MouseArea`
Héctor Ramón Jiménez
2024-02-03
1
-39
/
+31
*
Fix lints
Remmirad
2024-02-03
1
-4
/
+4
*
Add mouse move events to `MouseArea`
Remmirad
2024-02-03
1
-2
/
+73
*
Remove `position` from `overlay::Element`
Héctor Ramón Jiménez
2024-02-01
1
-1
/
+3
*
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
2024-01-21
1
-15
/
+23
*
Replace `width` and `height` with `Widget::size`
Héctor Ramón Jiménez
2024-01-10
1
-7
/
+3
*
Fix `Widget::layout` implementation of `MouseArea`
Héctor Ramón Jiménez
2023-09-10
1
-1
/
+3
*
Make `widget::Tree` mutable in `Widget::layout`
Héctor Ramón Jiménez
2023-08-30
1
-1
/
+1
*
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
2023-08-30
1
-1
/
+2
*
Add viewport to Widget::on_event
Cory Forsstrom
2023-07-15
1
-0
/
+2
*
Take `Rectangle` by value in `Cursor` API
Héctor Ramón Jiménez
2023-06-08
1
-1
/
+1
*
Implement basic cursor availability
Héctor Ramón Jiménez
2023-06-08
1
-10
/
+10
*
Merge branch 'master' into advanced-text
Héctor Ramón Jiménez
2023-04-17
1
-0
/
+311