Alexandre Bury
|
f879305d7f
|
Adds SelectView::is_empty
Fix clippy warning
|
2016-09-21 11:57:38 -07:00 |
|
Alexandre Bury
|
3701c85ffd
|
Add clear methods to SelectView and ListView
|
2016-09-05 15:33:52 -07:00 |
|
Alexandre Bury
|
9142c545f7
|
Fix crash when removing the first item in a SelectView
|
2016-09-01 11:28:30 -07:00 |
|
Alexandre Bury
|
6dd81faa57
|
Fix offset in SelectView::remove_item
|
2016-08-31 17:14:37 -07:00 |
|
Alexandre Bury
|
484f81861a
|
Replace SelectView::focus with selected_id
Returns None if the list is empty.
Also add `SelectView::len`
|
2016-08-31 17:05:58 -07:00 |
|
Alexandre Bury
|
0e08d7d058
|
Add remove_item to SelectView
And made `focus` public.
|
2016-08-31 17:00:48 -07:00 |
|
Alexandre Bury
|
bd78418083
|
Add scrollbar_padding to ScrollBase
And use it in TextArea
|
2016-08-02 00:49:59 -07:00 |
|
Alexandre Bury
|
d12622b56a
|
Fix examples and tests
|
2016-07-30 13:30:56 -07:00 |
|
Alexandre Bury
|
42a377d92b
|
SelectView: add methods to add items from iterators
|
2016-07-30 01:52:34 -07:00 |
|
Alexandre Bury
|
1165e70e15
|
Add on_select to SelectView
And renamed existing `on_select` to `on_submit`
|
2016-07-30 01:27:34 -07:00 |
|
Alexandre Bury
|
2e05a0825a
|
Add on_edit callback to EditView
Also fix <Del>/<Backspace> handling with precomposed characters
|
2016-07-30 01:18:12 -07:00 |
|
Alexandre Bury
|
f87d0e7c5b
|
Move views to new views module
|
2016-07-28 16:36:01 -07:00 |
|