Alexandre Bury
|
8da659367d
|
Add StackView::move_layer
|
2017-12-18 18:18:23 +01:00 |
|
Alexandre Bury
|
bd9b6a695b
|
Return view on pop_layer
Callbacks now often allow (and ignore) a return type.
|
2017-12-16 14:41:15 +01:00 |
|
Alexandre Bury
|
1b7170e308
|
StackView: store Layer<Box<V>> rather than Box<Layer<V>>
Rather than storing a Layer<V> as a Box<View>,
stores a Layer<Box<View>>, so we can unwrap it when
popping layers.
|
2017-12-16 14:41:15 +01:00 |
|
Alexandre Bury
|
75d5868162
|
Fix shadowview event relativization
|
2017-10-12 16:44:03 -07:00 |
|
Alexandre Bury
|
f02dda5a0a
|
Docs
|
2017-10-11 11:51:46 -07:00 |
|
Alexandre Bury
|
4e07d8891f
|
Add mouse event relativization to StackView and ShadowView
So that key_codes example works fine.
|
2017-10-11 11:35:18 -07:00 |
|
Alexandre Bury
|
4b59808f84
|
Safer substractions
Use more saturating_sub.
Fixes #148.
|
2017-08-14 15:13:49 -07:00 |
|
Alexandre Bury
|
2643ecbb15
|
Add chainable methods for StackView
|
2017-04-03 10:41:34 -07:00 |
|
Alexandre Bury
|
c300e0628d
|
Rename find -> call_on
And update tutorials
|
2017-03-26 20:50:50 -07:00 |
|
Alexandre Bury
|
cdb3df7fc8
|
Merge branch 'master' into refview
|
2017-03-25 15:01:57 -07:00 |
|
Alexandre Bury
|
017bb21710
|
Add View::focus_view
|
2017-03-25 14:50:52 -07: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
|
d7eaa5a086
|
Rename View::get_min_size -> required_size
|
2017-01-23 22:53:03 -08:00 |
|
Alexandre Bury
|
f504ad8f0e
|
Add fullscreen layers to StackView
Fixes #87
|
2017-01-23 18:54:52 -08:00 |
|
Alexandre Bury
|
0977daa12d
|
Unify method names on Menubar and MenuTree
|
2017-01-23 16:51:48 -08:00 |
|
Alexandre Bury
|
4aaee06d9e
|
Fix screen clear on layer removal
Fixes #78.
|
2016-10-11 17:29:13 -07:00 |
|
Alexandre Bury
|
44dbd5826e
|
Make Backend::clear take &self
|
2016-10-09 15:47:06 -07:00 |
|
Alexandre Bury
|
9cf89c37de
|
Clear screen if a layer is shrinked
|
2016-10-02 15:33:55 -07:00 |
|
Alexandre Bury
|
3b3f403f7a
|
Apply rustfmt
|
2016-10-02 15:22:29 -07:00 |
|
Alexandre Bury
|
93980a7d0c
|
Rename View::find -> View::find_any
And add the `Finder` trait on Views to provide a true `find`.
|
2016-09-21 11:33:44 -07:00 |
|
Alexandre Bury
|
f87d0e7c5b
|
Move views to new views module
|
2016-07-28 16:36:01 -07:00 |
|