Alexandre Bury
|
e51be07e5d
|
Update to Rust 2018
Run `cargo fix --edition` and update Cargo.toml
|
2019-02-28 15:54:12 -08:00 |
|
Alexandre Bury
|
2088d5de2a
|
Cargo fmt
|
2018-05-17 17:37:39 -07:00 |
|
Alexandre Bury
|
755854963f
|
Fix clippy warnings
|
2018-05-17 17:35:57 -07:00 |
|
Tymoteusz Jankowski
|
5bfe9548e8
|
Replace inner_getters!(T); with inner_getters!(self.view: T);
|
2018-01-27 10:37:08 +01:00 |
|
Tymoteusz Jankowski
|
9510d92736
|
Use inner_getters for rest of ViewWrappers (except on_event_view)
|
2018-01-26 12:08:28 +01:00 |
|
Alexandre Bury
|
bbee77f1b7
|
Add ViewWrapper::into_inner
And add some derive(Debug)
|
2017-12-11 17:31:55 -08:00 |
|
Alexandre Bury
|
b63762d441
|
View::find_any now takes a closure instead of returning reference
Also updated Finder::find and find_id.
|
2017-02-07 15:49:06 -08:00 |
|
Alexandre Bury
|
f504ad8f0e
|
Add fullscreen layers to StackView
Fixes #87
|
2017-01-23 18:54:52 -08:00 |
|