Alexandre Bury
|
d2f2f642c1
|
Protect LinesIterator from zero width
Fixes #147
|
2017-08-01 09:44:40 -07:00 |
|
Alexandre Bury
|
cdb3df7fc8
|
Merge branch 'master' into refview
|
2017-03-25 15:01:57 -07:00 |
|
Constantin Berhard
|
36d5aa016a
|
use Iterator::sum() for summing instead of fold
|
2017-03-06 22:46:16 +01:00 |
|
Alexandre Bury
|
5f5fb4e502
|
Add comments
|
2017-03-06 10:38:18 -08:00 |
|
Alexandre Bury
|
30cac851e7
|
Fix utils::prefix
And add a few tests
|
2017-03-06 10:34:58 -08:00 |
|
Constantin Berhard
|
dc7754d38f
|
fix #113
|
2017-03-06 15:32:03 +01: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 |
|
Robin Stumm
|
99fa86bec9
|
return length and width from utils::prefix() (renamed from utils::prefix_length()) as per df835d1
|
2017-02-01 20:47:33 +01:00 |
|
Alexandre Bury
|
df835d1a10
|
utils::prefix_length: move current_width out of the scan loop
To prepare returning both length and width.
|
2017-01-31 16:31:34 -08:00 |
|
Alexandre Bury
|
06ce7b570f
|
Fix clippy warnings
|
2017-01-19 11:12:12 -08:00 |
|
Alexandre Bury
|
3b3f403f7a
|
Apply rustfmt
|
2016-10-02 15:22:29 -07:00 |
|
Alexandre Bury
|
2e06dd70cb
|
Apply rustfmt
|
2016-09-22 22:11:13 -07:00 |
|
Alexandre Bury
|
e4bc129f4b
|
Smarter TextArea row computation
Only re-compute damaged areas.
|
2016-08-02 21:22:23 -07:00 |
|
Alexandre Bury
|
75c365451f
|
Add initial TextArea
|
2016-08-02 00:32:16 -07:00 |
|
Alexandre Bury
|
191cfcecfd
|
Fix typo
|
2016-07-30 15:58:52 -07:00 |
|
Alexandre Bury
|
be7f2184e9
|
Unify prefix_length and suffix_length signatures
|
2016-07-30 15:56:39 -07:00 |
|
Alexandre Bury
|
ca6e16311f
|
Add secret mode to EditView
Only prints `*`. Prints `**` with wide chars.
|
2016-07-30 12:26:41 -07:00 |
|
Alexandre Bury
|
db9df3dfc9
|
Add deconstruct method to ProgressReader
|
2016-07-29 23:51:41 -07:00 |
|
Alexandre Bury
|
6e247efc1c
|
Add ProgressReader to the utils module
Should allow to monitor a file download in a progress bar
|
2016-07-29 23:48:19 -07:00 |
|