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
/
core
/
src
/
element.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-02-11
Use `Function` trait in `Element::map` example
Héctor Ramón Jiménez
1
-2
/
+3
2025-02-04
Take `Event` by reference in `Widget::update`
Héctor Ramón Jiménez
1
-2
/
+2
2024-12-02
Fix new `clippy` lints
Héctor Ramón Jiménez
1
-2
/
+2
2024-11-05
Rename `Widget::on_event` to `update`
Héctor Ramón Jiménez
1
-4
/
+4
2024-11-05
Replace `event::Status` in `Widget::on_event` with `Shell::capture_event`
Héctor Ramón Jiménez
1
-9
/
+6
2024-08-08
Introduce `black_box` and `chain` in `widget::operation`
Héctor Ramón Jiménez
1
-2
/
+2
2024-06-14
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
1
-58
/
+3
2024-03-22
Make `iced_tiny_skia` optional with a `tiny-skia` feature
Héctor Ramón Jiménez
1
-2
/
+2
2024-03-09
Simplify documentation of `Element::map`
Héctor Ramón Jiménez
1
-46
/
+25
2024-02-01
Remove `position` from `overlay::Element`
Héctor Ramón Jiménez
1
-2
/
+6
2024-01-31
Call size_hint from Explain
Cory Forsstrom
1
-0
/
+4
2024-01-31
Call size_hint from Map
Cory Forsstrom
1
-0
/
+4
2024-01-21
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
1
-34
/
+44
2024-01-20
Introduce `Border` struct analogous to `Shadow`
Héctor Ramón Jiménez
1
-3
/
+7
2024-01-20
Use `Default` implementation of `renderer::Quad`
Héctor Ramón Jiménez
1
-2
/
+1
2024-01-20
Run `cargo fmt`
Héctor Ramón Jiménez
1
-1
/
+1
2024-01-20
feat: quad shadows
Nick Senger
1
-0
/
+1
2024-01-10
Replace `width` and `height` with `Widget::size`
Héctor Ramón Jiménez
1
-13
/
+5
2023-09-20
Fix `clippy::semicolon_if_nothing_returned`
Héctor Ramón Jiménez
1
-3
/
+3
2023-08-30
Make `widget::Tree` mutable in `Widget::layout`
Héctor Ramón Jiménez
1
-2
/
+2
2023-08-30
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
1
-2
/
+4
2023-07-27
Introduce `visible_bounds` operation for `Container`
Héctor Ramón Jiménez
1
-3
/
+8
2023-07-15
Add viewport to Widget::on_event
Cory Forsstrom
1
-3
/
+6
2023-06-08
Implement basic cursor availability
Héctor Ramón Jiménez
1
-51
/
+21
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-21
/
+46
2023-01-14
Introduce `custom` method to `widget::Operation` trait
Héctor Ramón Jiménez
1
-0
/
+5
2022-12-22
Add `Renderer` argument to `operate`
Héctor Ramón Jiménez
1
-3
/
+11
2022-11-29
Allow &mut self in overlay
tarkah
1
-2
/
+2
2022-11-11
Add text input operations
Cory Forsstrom
1
-0
/
+8
2022-11-09
Implement `Operation::scrollable` for `element::Map`
Héctor Ramón Jiménez
1
-0
/
+8
2022-11-03
non uniform border radius for quads
Robert Krahn
1
-1
/
+1
2022-09-21
Take `Cow` in `Text::new`
Ram.Type-0
1
-1
/
+1
2022-08-26
Reintroduce `Element::explain`
Héctor Ramón Jiménez
1
-9
/
+181
2022-08-04
Implement `scrollable::snap_to` operation
Héctor Ramón Jiménez
1
-1
/
+1
2022-07-28
Implement `Widget::operate` for `TextInput`
Héctor Ramón Jiménez
1
-0
/
+37
2022-07-27
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
1
-244
/
+68
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
1
-4
/
+20
2022-02-23
Remove `hash_layout` method from `Widget` trait
Héctor Ramón Jiménez
1
-14
/
+1
2022-01-11
Introduce `Renderer` argument to `mouse_interaction` and `on_event`
Héctor Ramón Jiménez
1
-10
/
+27
2021-11-29
Introduce `Shell` type in `iced_native`
Héctor Ramón Jiménez
1
-11
/
+10
2021-11-04
Rename `fill_rectangle` to `fill_quad` in `Renderer`
Héctor Ramón Jiménez
1
-9
/
+11
2021-11-02
Move `viewport` argument to last position in `mouse_interaction` methods
Héctor Ramón Jiménez
1
-6
/
+6
2021-10-31
Remove `widget` module re-exports in `iced_native`
Héctor Ramón Jiménez
1
-2
/
+3
2021-10-28
Implement `Widget::draw` for `element::Explain`
Héctor Ramón Jiménez
1
-5
/
+33
2021-10-18
Introduce `mouse_interaction` method to `Widget` trait
Héctor Ramón Jiménez
1
-0
/
+32
2021-10-18
Move `Defaults` from `iced_graphics` to `iced_native`
Héctor Ramón Jiménez
1
-5
/
+6
2021-10-14
Remove trait-specific draw logic in `iced_native`
Héctor Ramón Jiménez
1
-18
/
+10
2021-03-10
Make `Clipboard` argument in `Widget` trait mutable
Héctor Ramón Jiménez
1
-9
/
+9
2021-02-23
Change `Tooltip` to support `Text` only for now
Héctor Ramón Jiménez
1
-11
/
+3
2021-02-15
feat(native): add Tooltip widget
Yusuf Bera Ertan
1
-3
/
+11
[next]