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
/
native
/
src
/
overlay
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce `Renderer` argument to `mouse_interaction` and `on_event`
Héctor Ramón Jiménez
2022-01-11
2
-6
/
+22
*
Lower text::Renderer's Font bound from Copy to Clone
Olivier Pinon
2021-12-10
1
-1
/
+1
*
Introduce `Shell` type in `iced_native`
Héctor Ramón Jiménez
2021-11-29
2
-13
/
+12
*
Create `iced_lazy` and draft `Component` trait
Héctor Ramón Jiménez
2021-11-29
1
-0
/
+5
*
Write missing documentation in `iced_native`
Héctor Ramón Jiménez
2021-11-05
1
-0
/
+1
*
Rename `fill_rectangle` to `fill_quad` in `Renderer`
Héctor Ramón Jiménez
2021-11-04
1
-14
/
+18
*
Move `viewport` argument to last position in `mouse_interaction` methods
Héctor Ramón Jiménez
2021-11-02
2
-5
/
+15
*
Introduce first-class `text` module in `iced_native`
Héctor Ramón Jiménez
2021-10-31
1
-10
/
+10
*
Remove `widget` module re-exports in `iced_native`
Héctor Ramón Jiménez
2021-10-31
1
-3
/
+4
*
Implement `Overlay::mouse_interaction` for `overlay::Menu`
Héctor Ramón Jiménez
2021-10-28
1
-0
/
+25
*
Implement `Widget::draw` for `overlay::Menu`
Héctor Ramón Jiménez
2021-10-28
1
-21
/
+71
*
Wire up style to `PickList` and `overlay::Menu`
Héctor Ramón Jiménez
2021-10-28
1
-28
/
+15
*
Implement `Widget::draw` for `TextInput`
Héctor Ramón Jiménez
2021-10-20
1
-1
/
+1
*
Introduce `mouse_interaction` method to `Widget` trait
Héctor Ramón Jiménez
2021-10-18
1
-1
/
+12
*
Wire up `container` styling to `iced_native`
Héctor Ramón Jiménez
2021-10-18
1
-2
/
+1
*
Move `Defaults` from `iced_graphics` to `iced_native`
Héctor Ramón Jiménez
2021-10-18
2
-8
/
+8
*
Draw scrollbar in `Widget::draw` for `Scrollable`
Héctor Ramón Jiménez
2021-10-18
1
-3
/
+1
*
Remove trait-specific draw logic in `iced_native`
Héctor Ramón Jiménez
2021-10-14
2
-59
/
+24
*
Replace ignored doc-tests with additional documentation for `Padding`
Héctor Ramón
2021-06-01
1
-5
/
+0
*
Use `Padding::horizontal` and `Padding::vertical` helpers
Héctor Ramón
2021-06-01
1
-6
/
+3
*
Fix `overlay::Menu` implementation
Héctor Ramón
2021-06-01
1
-1
/
+1
*
Add support for asymmetrical padding
Ben LeFevre
2021-06-01
1
-12
/
+20
*
Make `Clipboard` argument in `Widget` trait mutable
Héctor Ramón Jiménez
2021-03-10
2
-11
/
+11
*
Touch support for `PaneGrid` and `PickList` (#650)
anunge
2021-02-12
1
-2
/
+24
*
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
2020-11-26
2
-46
/
+1
*
Make `Overlay::on_event` return `event::Status`
Héctor Ramón Jiménez
2020-11-12
2
-7
/
+11
*
Make `Widget::on_event` return an `event::Status`
Héctor Ramón Jiménez
2020-11-12
1
-5
/
+13
*
Draw only visible options in `overlay::Menu`
Héctor Ramón Jiménez
2020-10-28
1
-1
/
+3
*
Introduce `viewport` to `Widget::draw`
Héctor Ramón Jiménez
2020-10-28
1
-3
/
+8
*
Improve `Menu` API to facilitate external control
Héctor Ramón Jiménez
2020-07-23
1
-53
/
+20
*
Fix `hash_layout` implementation of `Menu` overlay
Héctor Ramón Jiménez
2020-07-23
1
-0
/
+1
*
Add `new` method to `menu::State`
Héctor Ramón Jiménez
2020-07-23
1
-0
/
+8
*
Remove unnecessary `Rc` in both `Element::map`
Héctor Ramón Jiménez
2020-07-16
1
-4
/
+3
*
Write documentation for the new `overlay` API
Héctor Ramón Jiménez
2020-07-10
2
-16
/
+100
*
Remove unnecessary lifetime in `Widget` trait
Héctor Ramón Jiménez
2020-07-10
1
-1
/
+1
*
Rename `overlay::Content` trait to `Overlay`
Héctor Ramón Jiménez
2020-07-10
3
-37
/
+148
*
Implement `font` method for `ComboBox`
Héctor Ramón Jiménez
2020-07-08
1
-30
/
+21
*
Split `Menu::new` into multiple builder methods
Héctor Ramón Jiménez
2020-07-08
1
-28
/
+96
*
Use `Borrow` to avoid clone in `ComboBox::overlay`
Héctor Ramón Jiménez
2020-07-08
1
-21
/
+14
*
Complete `hash_layout` for `menu::List`
Héctor Ramón Jiménez
2020-07-08
1
-3
/
+12
*
Draft `Widget::overlay` idempotency
Héctor Ramón Jiménez
2020-07-08
1
-13
/
+18
*
Add styling support for `ComboBox` and `Menu`
Héctor Ramón Jiménez
2020-07-08
1
-7
/
+24
*
Rename `Layer` to `overlay::Content`
Héctor Ramón Jiménez
2020-07-08
2
-0
/
+357