Alexandre Bury
|
64d176ffa5
|
Add proper select popup placement
Added a popup select to the `list_view` example
|
2016-07-20 00:30:00 -07:00 |
|
Alexandre Bury
|
a1d0231e2c
|
Make Menubar a proper View
|
2016-07-19 20:44:50 -07:00 |
|
Alexandre Bury
|
4120203844
|
More fixes for insufficient space.
|
2016-07-17 01:20:41 -07:00 |
|
Alexandre Bury
|
2b54d6df28
|
Make View::draw take a &self (instead of a &mut self)
TrackedView, the only user of the mutability, now uses internal
mutability with a Cell.
|
2016-07-15 23:44:38 -07:00 |
|
Alexandre Bury
|
1b34934df7
|
Fix printer::Printer imports
|
2016-07-13 23:25:54 -07:00 |
|
Alexandre Bury
|
309c471a63
|
Add #![deny(missing_docs)]
And fill the appropriate missing ones
|
2016-07-11 20:26:33 -07:00 |
|
Alexandre Bury
|
4b095a0652
|
Apply rustfmt
|
2016-07-09 19:05:51 -07:00 |
|
Alexandre Bury
|
2860467f29
|
Cache layout in TextView
Calling either get_min_size or layout will cache the results, so the
next call with the same constraints will not re-compute everything.
|
2016-07-09 18:23:58 -07:00 |
|
Alexandre Bury
|
d89c83f0ed
|
MenuPopup now supports PageUp/Down and Home/End
|
2016-07-02 20:53:13 -07:00 |
|
Alexandre Bury
|
8220fe529e
|
Better menubar example
Added scrolling support, and left/right navigation
|
2016-07-02 19:37:38 -07:00 |
|
Alexandre Bury
|
1d54764cdb
|
Working menubar example
Also update callback: use Rc instead of Box
|
2016-07-02 15:02:42 -07:00 |
|
Alexandre Bury
|
1863e48b07
|
Add MenuPopup view
|
2016-07-02 01:01:09 -07:00 |
|