Alexandre Bury
|
8b3f5a8de7
|
Add CursiveLogger and DebugView
|
2019-02-22 12:38:16 -08:00 |
|
Alexandre Bury
|
3e1eefd2db
|
Add CircularFocus view
Can be used to have focus wrap around when pressing Tab or Arrow keys.
|
2019-01-24 11:47:22 -08:00 |
|
Alexandre Bury
|
7a58970163
|
Add PaddedView
|
2018-11-18 20:05:31 -08:00 |
|
Alexandre Bury
|
edeb7a8c13
|
Add EnableableView
|
2018-11-09 14:19:37 -08:00 |
|
Alexandre Bury
|
5e1956b737
|
Merge branch 'master' into scroll
|
2018-06-15 23:21:10 -07:00 |
|
Alexandre Bury
|
d52299a6e1
|
Add HideableView
|
2018-06-13 21:35:37 -07:00 |
|
Alexandre Bury
|
8acc08f340
|
Rustfmt
|
2018-06-10 23:29:19 -07:00 |
|
Alexandre Bury
|
2088d5de2a
|
Cargo fmt
|
2018-05-17 17:37:39 -07:00 |
|
Alexandre Bury
|
f0b3287d73
|
Merge branch 'master' into scroll
|
2018-04-16 22:42:42 -07:00 |
|
Alexandre Bury
|
063589b0cd
|
Move Counter to utils module
|
2018-04-10 11:45:36 -07:00 |
|
Alexandre Bury
|
4042a45b8d
|
Add basis for ScrollView
|
2018-04-04 17:48:51 -07:00 |
|
Alexandre Bury
|
1ad9a53cf7
|
Small refactoring
|
2018-03-14 15:11:27 -07:00 |
|
Alexandre Bury
|
7db1ee7335
|
Reverse View and AnyView
We now have `View: AnyView`
|
2018-03-14 14:59:41 -07:00 |
|
Alexandre Bury
|
e4bf9accc3
|
Add BoxableView and AnyBox
And remove `impl ViewWrapper for T: Deref<View>`
This means `Box<View>` doesn't implement `View` anymore.
|
2018-03-14 12:32:07 -07:00 |
|
Tymoteusz Jankowski
|
6faa1ff5a7
|
Add get_current_focus to Dialog & make public enum Focus
|
2018-02-18 23:23:04 +01:00 |
|
Alexandre Bury
|
e4cd68a4eb
|
Rustfmt
|
2017-12-30 23:03:42 +01:00 |
|
Alexandre Bury
|
799ec812e4
|
Add TextContent and TextContentRef
To manage the model separately from the view.
|
2017-12-30 23:00:48 +01:00 |
|
Alexandre Bury
|
8da659367d
|
Add StackView::move_layer
|
2017-12-18 18:18:23 +01:00 |
|
Alexandre Bury
|
a4ca7bbf1e
|
Rustfmt
|
2017-10-12 16:43:59 -07:00 |
|
Alexandre Bury
|
93b5421f53
|
Rename KeyEventView to OnEventView
|
2017-06-12 16:39:20 -07:00 |
|
Alexandre Bury
|
d031d3784a
|
Add methods to access ListView's children
|
2017-05-21 09:50:16 -07:00 |
|
Alexandre Bury
|
c3c69e7892
|
Merge IdView and RefCellView
And remove `with_id_mut`
|
2017-03-25 21:56:31 -07:00 |
|
Alexandre Bury
|
b0193b0ebc
|
Add RefCellView
Wraps a view and provide interior mutability
|
2017-02-08 12:13:14 -08:00 |
|
Alexandre Bury
|
26e6f4ff97
|
Add Canvas view
|
2017-01-23 22:01:25 -08:00 |
|
Alexandre Bury
|
f504ad8f0e
|
Add fullscreen layers to StackView
Fixes #87
|
2017-01-23 18:54:52 -08:00 |
|
Alexandre Bury
|
3b3f403f7a
|
Apply rustfmt
|
2016-10-02 15:22:29 -07:00 |
|
Alexandre Bury
|
bf3888e275
|
Add RadioButton & RadioGroup
|
2016-10-02 14:57:09 -07:00 |
|
Alexandre Bury
|
2e06dd70cb
|
Apply rustfmt
|
2016-09-22 22:11:13 -07:00 |
|
Alexandre Bury
|
ce6992a8c5
|
Add SliderView
|
2016-08-13 01:03:40 -07:00 |
|
Alexandre Bury
|
e79cc61e08
|
Remove FullView
|
2016-08-04 20:03:48 -07:00 |
|
Alexandre Bury
|
75c365451f
|
Add initial TextArea
|
2016-08-02 00:32:16 -07:00 |
|
Alexandre Bury
|
24e4e41a85
|
Move DummyView to views module
|
2016-07-29 23:36:40 -07:00 |
|
Alexandre Bury
|
fb10e58188
|
Move LinesIterator to utils module
|
2016-07-28 23:05:33 -07:00 |
|
Alexandre Bury
|
f87d0e7c5b
|
Move views to new views module
|
2016-07-28 16:36:01 -07:00 |
|