Alexandre Bury
6824cc4299
Rename id
to name
: phase 2
2020-01-06 15:39:30 -08:00
Alexandre Bury
884796fb02
Add PaddedView::get_inner(_mut) and fix clippy warnings
2019-10-25 19:46:49 -07:00
Alexandre Bury
149beee7b4
Add examples to SelectView
2019-10-04 13:12:00 -07:00
Alexandre Bury
e6b44d62df
Update SelectView::item to take Into<StyledString>
2019-10-04 12:25:04 -07:00
panicbit
ae7a0090ff
Allow SelectView::with_all to accept StyledString ( #385 )
2019-10-04 12:22:04 -07:00
Alexandre Bury
b7d71e8381
Rustfmt
...
Moves to "Tall" fn_args_layout
2019-07-30 16:08:40 -07:00
Alexandre Bury
23d65aa9dc
Update examples and tutorials to Rust 2018
2019-05-20 15:53:22 -07:00
Alexandre Bury
51c6450688
Rustfmt
2019-04-11 17:08:55 -07:00
Chris Vest
88037717e6
Add a sort method to SelectView, to easily sort all contained items lexicographically by their label. ( #329 )
...
* Add a sort method to SelectView, to easily sort all contained items lexicographically by their label.
* Add more sort methods to SelectView, bringing the API up to parity with Vec (except SelectView does not expose _unstable_ sorting).
* Rename SelectView::sort to sort_by_label to make it clear that it does not sort by the ordering of the items.
* The Ord implementation for select_view::Item is not necessary.
* Implement a SelectView::sort method for when the item values are orderable.
2019-03-30 10:22:08 -07:00
Alexandre Bury
242a3c68a7
Fix clippy warnings
2019-03-04 10:31:36 -08:00
Alexandre Bury
06b02e4665
Remove "extern crate" and rustfmt
2019-02-28 16:04:14 -08:00
Alexandre Bury
e096dc9740
Run cargo fix --edition-idioms
2019-02-28 15:55:10 -08:00
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
6b278495d5
Use StyledString in SelectView
2018-11-30 13:19:08 -08:00
Alexandre Bury
193f098ee0
Add Printer::enabled
2018-11-09 14:08:43 -08:00
Alexandre Bury
9b3b16f64d
Fix important_size for SelectView and ListView
2018-10-18 13:36:17 -07:00
Alexandre Bury
3d81ad92ec
SelectView: make autojump opt-in
2018-09-27 16:01:37 -07:00
Alexandre Bury
92f919978c
Rustfmt
2018-08-22 13:33:29 -07:00
Alexandre Bury
840fd627b7
Remove internal scrolling from SelectView
2018-07-24 19:38:24 -07:00
Alexandre Bury
1af1b9e5fd
Fix doc comment
2018-07-22 20:26:17 -07:00
Alexandre Bury
0046eba66d
SelectVIew::selection now returns Option<Rc<T>>
2018-07-22 20:25:13 -07:00
Alexandre Bury
2610b697a8
Rustfmt
2018-07-19 19:44:59 -07:00
Alexandre Bury
5e1956b737
Merge branch 'master' into scroll
2018-06-15 23:21:10 -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
755854963f
Fix clippy warnings
2018-05-17 17:35:57 -07:00
Alexandre Bury
f0b3287d73
Merge branch 'master' into scroll
2018-04-16 22:42:42 -07:00
Alexandre Bury
a355171844
Fix clippy warnings
2018-04-10 11:53:25 -07:00
Alexandre Bury
8641098781
Split Printer::sub_printer into sub-methods
2018-04-04 17:49:11 -07:00
Alexandre Bury
126530b9a9
Cursive::new now takes the backend as argument
2018-04-01 16:39:03 -07:00
Alexandre Bury
3588955f0b
Add SelectView::insert_item
2018-03-25 00:30:48 -07:00
Alexandre Bury
5673b59c10
Implement {SelectView, MenuPopup}::important_area
2018-03-22 14:31:28 -07:00
Alexandre Bury
1ad515e5f0
rustfmt
2018-03-22 11:04:58 -07:00
Alexandre Bury
2c73e35f85
Split import line
...
Not on stable yet it seems
2018-03-15 11:57:12 -07:00
Alexandre Bury
16a3bd7bbe
Return callbacks from EditView::set_content
...
Just like for SelectView::select_up
2018-03-15 11:50:22 -07:00
Alexandre Bury
987796f2fa
Return selection change callback in SelectView methods
2018-03-15 11:42:49 -07:00
Alexandre Bury
1deee26970
Better checks for mouse events on SelectView
2018-03-15 09:36:26 -07:00
Nils Berg
8bf82a9b58
make SelectView less greedy
2018-03-01 21:13:15 +01:00
Alexandre Bury
847fd7d800
Add SelectView::selected
2018-02-11 19:26:44 -08:00
Tymoteusz Jankowski
4545ed0bf3
fmt
2018-01-26 17:26:21 +01:00
Tymoteusz Jankowski
d3fadc7c3c
Add SelectView.get_item_mut
2018-01-26 17:24:44 +01:00
Tymoteusz Jankowski
4dc403df78
Add SelectView.get_item
2018-01-26 13:25:19 +01:00
Alexandre Bury
3674c118cb
Rustfmt
2018-01-22 11:55:56 -08:00
Alexandre Bury
98aff39904
Move View::as_any
to separate trait AnyView
2018-01-22 11:50:25 -08:00
Alexandre Bury
1551fbb543
Add View::as_any and View::as_any_mut
2018-01-22 09:20:45 -08:00
Alexandre Bury
5ac0fce363
Refactor ColorStyle
...
Add the notion of PaletteColor to use a color from the palette.
Breaking change: most color styles are now methods rather than enum
variants.
2018-01-17 10:22:06 -08:00
Alexandre Bury
e4cd68a4eb
Rustfmt
2017-12-30 23:03:42 +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
Adrian Neumann
c92b1acb6e
Ignore keys properly in SelectView::on_event
...
on_event consumes all keypresses by trying to jump to the item that matches the char. Even if no such item is found, the key event is lost to the rest of the application. By returning EventResult::Ignored when the key press has no effect, the key event that have no effect on the SelectView can still be used by somebody else.
2017-10-26 20:23:00 +02:00
Alexandre Bury
420454cc0f
Better mouse scroll drag
...
Now saturates when to the top or left.
2017-10-14 21:50:08 -07:00