Alexandre Bury
|
6824cc4299
|
Rename id to name : phase 2
|
2020-01-06 15:39:30 -08:00 |
|
Alexandre Bury
|
23d65aa9dc
|
Update examples and tutorials to Rust 2018
|
2019-05-20 15:53:22 -07:00 |
|
Alexandre Bury
|
06b02e4665
|
Remove "extern crate" and rustfmt
|
2019-02-28 16:04:14 -08:00 |
|
Alexandre Bury
|
92f919978c
|
Rustfmt
|
2018-08-22 13:33:29 -07:00 |
|
Alexandre Bury
|
8acc08f340
|
Rustfmt
|
2018-06-10 23:29:19 -07:00 |
|
Alexandre Bury
|
126530b9a9
|
Cursive::new now takes the backend as argument
|
2018-04-01 16:39:03 -07:00 |
|
Alexandre Bury
|
868e59a4fa
|
Add comments to examples
|
2018-01-15 18:55:27 -08:00 |
|
Alexandre Bury
|
39405ba1ec
|
Refactor spans and markup
We now use mostly indexed spans into a source string.
Indexed Spans can still be resolved to a string slice when needed.
|
2018-01-15 13:53:27 -08: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
|
f90621811c
|
More rustfmt
|
2017-10-14 21:18:50 -07: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
|
146ebd8931
|
Rename find_id -> call_on_id, find_id_mut -> find_id
|
2017-03-25 18:22:14 -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
|
8fa704bcfa
|
Rename Dialog::new -> Dialog::around
And `Dialog::empty` -> `Dialog::new`
|
2016-10-02 15:15:30 -07:00 |
|
Alexandre Bury
|
d684a5bc1e
|
Remove prelude module
Add `traits` module instead
|
2016-09-28 22:45:27 -07:00 |
|
Alexandre Bury
|
d12622b56a
|
Fix examples and tests
|
2016-07-30 13:30:56 -07:00 |
|
Alexandre Bury
|
f28ac264f1
|
Add prelude import module
Update examples to use it.
|
2016-07-20 21:25:14 -07:00 |
|
Alexandre Bury
|
87cd1ce23f
|
Add position parameter to stack view layers
Can be centered, absolute or relative to the previous layer.
Can be set independently for each axis.
|
2016-07-01 19:19:43 -07:00 |
|
Alexandre Bury
|
58bd274df0
|
Update Readme & run rustfmt
|
2016-06-25 16:39:05 -07:00 |
|
Alexandre Bury
|
fa4b52ee81
|
Simplified examples
|
2015-07-30 14:51:12 +02:00 |
|
Alexandre Bury
|
f9c9e56518
|
Transform ncurses i32 key into Event enum
Prepares support for unicode char input spanning multiple ncurses
characters.
|
2015-05-27 18:04:33 -07:00 |
|
Alexandre Bury
|
eb6af9b981
|
Update mutation example
Don't show the popup at start, let the user read the text.
|
2015-05-23 20:28:03 -07:00 |
|
Alexandre Bury
|
081b7545b9
|
Remove viewpath in callbacks
|
2015-05-23 17:07:22 -07:00 |
|
Alexandre Bury
|
5a4c34361c
|
Update mutation example
|
2015-05-23 16:46:38 -07:00 |
|
Alexandre Bury
|
7e823435cd
|
Stop using ncurses::WINDOW
Overlap is a mess. Let's do it ourselve.
|
2015-05-23 15:58:06 -07:00 |
|
Alexandre Bury
|
d9b56574d2
|
Add selector by ID
|
2015-05-23 10:33:29 -07:00 |
|