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
|
20e6938bbb
|
fix: consider scrollable in TextArea required size
|
2017-07-18 00:15:05 +02:00 |
|
Alexandre Bury
|
d7eaa5a086
|
Rename View::get_min_size -> required_size
|
2017-01-23 22:53:03 -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
|
e3ac2a0482
|
Added some size tests to BoxView
|
2016-09-20 11:50:34 -07:00 |
|
Alexandre Bury
|
08d1c1e5b0
|
Use an associated type in ViewWrapper
This removes the need for dynamic dispatching
|
2016-09-19 17:20:20 -07:00 |
|
Alexandre Bury
|
b38995b906
|
Refactor BoxView
Add `Boxable` trait.
|
2016-08-03 21:55:41 -07:00 |
|
Alexandre Bury
|
f87d0e7c5b
|
Move views to new views module
|
2016-07-28 16:36:01 -07:00 |
|