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.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
-125
/
+0
*
Fix some minor documentation inconsistencies
Héctor Ramón Jiménez
2023-01-24
1
-1
/
+4
*
Rename method to is_over
Cory Forsstrom
2023-01-17
1
-6
/
+2
*
New method to determine if overlay contains cursor
Cory Forsstrom
2023-01-17
1
-0
/
+9
*
Use group overlay for containers w/ children
Cory Forsstrom
2023-01-17
1
-3
/
+5
*
Add group overlay element
Cory Forsstrom
2023-01-17
1
-0
/
+2
*
Add `Renderer` argument to `operate`
Héctor Ramón Jiménez
2022-12-22
1
-0
/
+1
*
Get widget operations working w/ overlay
Cory Forsstrom
2022-11-29
1
-1
/
+1
*
Allow &mut self in overlay
tarkah
2022-11-29
1
-3
/
+3
*
Fix broken documentation links
Héctor Ramón Jiménez
2022-11-10
1
-24
/
+2
*
Draft widget operations
Héctor Ramón Jiménez
2022-07-28
1
-0
/
+9
*
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
2022-07-27
1
-0
/
+46
*
Draft first-class `Theme` support
Héctor Ramón Jiménez
2022-05-14
1
-0
/
+1
*
Fix broken intra-doc links in documentation
Héctor Ramón Jiménez
2022-04-30
1
-1
/
+1
*
Remove `hash_layout` method from `Widget` trait
Héctor Ramón Jiménez
2022-02-23
1
-14
/
+1
*
Introduce `Renderer` argument to `mouse_interaction` and `on_event`
Héctor Ramón Jiménez
2022-01-11
1
-0
/
+1
*
Introduce `Shell` type in `iced_native`
Héctor Ramón Jiménez
2021-11-29
1
-2
/
+2
*
Move `viewport` argument to last position in `mouse_interaction` methods
Héctor Ramón Jiménez
2021-11-02
1
-1
/
+1
*
Introduce `mouse_interaction` method to `Widget` trait
Héctor Ramón Jiménez
2021-10-18
1
-1
/
+14
*
Move `Defaults` from `iced_graphics` to `iced_native`
Héctor Ramón Jiménez
2021-10-18
1
-1
/
+2
*
Remove trait-specific draw logic in `iced_native`
Héctor Ramón Jiménez
2021-10-14
1
-1
/
+1
*
Make `Clipboard` argument in `Widget` trait mutable
Héctor Ramón Jiménez
2021-03-10
1
-2
/
+2
*
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
2020-11-26
1
-13
/
+2
*
Make `Overlay::on_event` return `event::Status`
Héctor Ramón Jiménez
2020-11-12
1
-2
/
+5
*
Write documentation for the new `overlay` API
Héctor Ramón Jiménez
2020-07-10
1
-0
/
+43
*
Rename `overlay::Content` trait to `Overlay`
Héctor Ramón Jiménez
2020-07-10
1
-126
/
+17
*
Split `Menu::new` into multiple builder methods
Héctor Ramón Jiménez
2020-07-08
1
-1
/
+1
*
Rename `Layer` to `overlay::Content`
Héctor Ramón Jiménez
2020-07-08
1
-19
/
+26
*
Implement `Overlay::translate`
Héctor Ramón Jiménez
2020-07-08
1
-1
/
+8
*
Draft `ComboBox` and `Menu` layer
Héctor Ramón Jiménez
2020-07-08
1
-6
/
+94
*
Introduce `Layer` trait
Héctor Ramón Jiménez
2020-07-08
1
-11
/
+26
*
Introduce `Widget::overlay` :tada:
Héctor Ramón Jiménez
2020-07-08
1
-0
/
+33