Alexandre Bury
|
8acc08f340
|
Rustfmt
|
2018-06-10 23:29:19 -07:00 |
|
Alexandre Bury
|
ff9f669d73
|
Fix tests & examples
|
2018-04-10 12:51:40 -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
|
111d593f55
|
Merge branch 'master'
|
2017-10-13 11:01:39 -07:00 |
|
Alexandre Bury
|
a4ca7bbf1e
|
Rustfmt
|
2017-10-12 16:43:59 -07:00 |
|
Peter Kloss
|
759f57f1f8
|
fix some clippy warnings
|
2017-10-11 18:09:49 +02:00 |
|
Alexandre Bury
|
e0b279d9df
|
Fix clippy warnings
|
2017-03-05 15:18:15 -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
|
215e88ae3e
|
Use Dialog instead of Panel in progress example
|
2016-08-05 10:48:23 -07:00 |
|
Alexandre Bury
|
e79cc61e08
|
Remove FullView
|
2016-08-04 20:03:48 -07:00 |
|
Alexandre Bury
|
f87d0e7c5b
|
Move views to new views module
|
2016-07-28 16:36:01 -07:00 |
|
Alexandre Bury
|
2597c9a566
|
Add a center() convenient method to TextView
Avoids having to import HAlign
|
2016-07-27 23:58:57 -07:00 |
|
Alexandre Bury
|
261d2aac48
|
Remove Ticker alias
The `Counter` NewType can fill this role.
|
2016-07-27 23:55:34 -07:00 |
|
Alexandre Bury
|
5ce1094931
|
Better progress bar example
Shows multiple progress bars updated together.
|
2016-07-27 23:52:21 -07:00 |
|
Alexandre Bury
|
8eb61e0239
|
Add start and with_task to ProgressBar
|
2016-07-26 12:25:06 -07:00 |
|
Alexandre Bury
|
0643c50bd5
|
Add async-callback channel to Cursive
And remove it from ProgressBar
|
2016-07-26 10:13:36 -07:00 |
|
Alexandre Bury
|
6e021867ab
|
ProgressBar now shows a percentage status
The label can be customized though `ProgressBar::with_label`.
|
2016-07-25 23:54:33 -07:00 |
|
Alexandre Bury
|
5dd20db676
|
Add Dialog::empty and Dialog::content
Allows to set the content after the title, for when it's more
readable.
|
2016-07-25 20:43:01 -07:00 |
|
Alexandre Bury
|
c1c9322319
|
Add panel view
|
2016-07-25 13:35:46 -07:00 |
|
Alexandre Bury
|
6c71ac14b0
|
More linear progress bar progression
Each cell should receive the same number of ticks
|
2016-07-25 12:18:05 -07:00 |
|
Alexandre Bury
|
e29511e757
|
Add ProgressBar
Also make Callback its own NewType to add comversion methods.
|
2016-07-24 23:01:09 -07:00 |
|