Alexandre Bury
|
a4ca7bbf1e
|
Rustfmt
|
2017-10-12 16:43:59 -07:00 |
|
hcpl
|
ca4410030a
|
Use log crate
This provides a uniform way to handle logging and can be combined with
logs from other libraries in end-user apps.
|
2017-08-23 17:49:09 +03:00 |
|
Alexandre Bury
|
a48ff9082f
|
Replace println_stderr! with eprintln!
|
2017-08-14 17:01:49 -07:00 |
|
Alexandre Bury
|
4b59808f84
|
Safer substractions
Use more saturating_sub.
Fixes #148.
|
2017-08-14 15:13:49 -07:00 |
|
Alexandre Bury
|
20e6938bbb
|
fix: consider scrollable in TextArea required size
|
2017-07-18 00:15:05 +02:00 |
|
quininer kel
|
f34e1d9a02
|
Fix VecExt::splice conflict with Vec::splice
|
2017-04-26 18:36:23 +08:00 |
|
Alexandre Bury
|
2fd30e3e10
|
TextArea: fix off-by-one required_size
|
2017-04-21 21:51:30 -07:00 |
|
Markus Unterwaditzer
|
3ec0eb3ff4
|
docs
|
2017-04-22 00:03:13 +02:00 |
|
Markus Unterwaditzer
|
065789c286
|
Grow horizontally as well
|
2017-04-21 23:58:19 +02:00 |
|
Markus Unterwaditzer
|
14cfe3604a
|
Automatically grow textarea
|
2017-04-21 23:03:10 +02: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
|
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
|
6827d2ed59
|
Update scrollbase on any row computation
|
2016-08-03 00:01:18 -07:00 |
|
Alexandre Bury
|
095367166b
|
TextArea: starts with no rows.
The first `layout()` will build what's required.
|
2016-08-02 23:33:07 -07:00 |
|
Alexandre Bury
|
d3d86a2f45
|
Fix clippy warning
|
2016-08-02 23:26:59 -07:00 |
|
Alexandre Bury
|
fab05b8b9f
|
Fix layout bugs in TextArea
|
2016-08-02 23:24:47 -07:00 |
|
Alexandre Bury
|
5d124e452e
|
TextArea: cache layout computations
|
2016-08-02 21:48:12 -07:00 |
|
Alexandre Bury
|
e4bc129f4b
|
Smarter TextArea row computation
Only re-compute damaged areas.
|
2016-08-02 21:22:23 -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
|
75c365451f
|
Add initial TextArea
|
2016-08-02 00:32:16 -07:00 |
|