Alexandre Bury
927afafe88
Fix StackView::{get, get_mut}
2018-06-26 13:54:49 -07:00
Alexandre Bury
a31dd01e5e
Remove debug line
2018-06-26 13:27:51 -07:00
Alexandre Bury
70327a85e9
Add LinearLayout::remove_child
2018-06-26 13:27:14 -07:00
Alexandre Bury
acf075369c
Smoother progress bars
2018-06-26 13:17:57 -07:00
Alexandre Bury
a4111accce
Remove debug lines
2018-06-24 10:56:02 -07:00
Alexandre Bury
9043b177e9
Fix linear example
2018-06-23 19:00:08 -07:00
Alexandre Bury
fda4bae8d6
Better ncurses synchronization
...
Prevent any concurrent access to ncurses in event-driven steps.
2018-06-23 18:41:15 -07:00
Alexandre Bury
e3887847fd
Remove ScrollBase from TextView
...
Wrap the `TextView` in a `ScrollView` to achieve scrolling.
2018-06-22 14:57:55 -07:00
Alexandre Bury
9a21273167
Fix scrollview cache
2018-06-22 14:50:48 -07:00
Alexandre Bury
3a9ee0df41
Fix scrollview mouse grab
2018-06-22 13:13:58 -07:00
Alexandre Bury
6ce2dba8a1
Fix clippy warnings
2018-06-21 14:44:30 -07:00
Alexandre Bury
bd78bca91b
Don't drag scrollbars if they're not visible
2018-06-20 17:35:58 -07:00
Alexandre Bury
2935f0f569
Add scroll strategy to ScrollView
2018-06-20 11:56:22 -07:00
Alexandre Bury
9bd1eb320d
Add size cache to ScrollView
2018-06-20 11:48:09 -07:00
Alexandre Bury
5be79740ad
Add comments to some examples
2018-06-20 10:28:44 -07:00
Alexandre Bury
88a15a75f1
Dialog: add methods to deal with buttons
2018-06-18 23:22:16 -07:00
Alexandre Bury
6e1fc7fdb5
Update dependencies
2018-06-18 23:13:02 -07:00
Alexandre Bury
814d2c868b
Add appveyor badge
2018-06-18 23:04:55 -07:00
Alexandre Bury
b96ea52a92
Do not import chan_signal if not required
2018-06-18 18:47:11 -07:00
Alexandre Bury
9a6b10e7ac
Do not build with gcc on windows
2018-06-18 18:44:10 -07:00
Alexandre Bury
bba5937413
Fix appveyor test command
2018-06-18 18:34:28 -07:00
Alexandre Bury
87b346e15e
Cache rust install cargo in appveyor
2018-06-18 18:31:29 -07:00
Alexandre Bury
b84bc43eac
Add appveyor.yml
2018-06-18 18:28:54 -07:00
Alexandre Bury
3f16e8ed60
Do not use chan_signal on windows
2018-06-18 16:50:09 -07:00
Alexandre Bury
26e5f51192
Use term_size instead of ioctl
2018-06-18 16:08:55 -07:00
Alexandre Bury
f3d822c00c
Fixes for ScrollView
2018-06-17 18:17:16 -07:00
Alexandre Bury
804e41ec43
Fix resize event
2018-06-17 17:26:03 -07:00
Alexandre Bury
14fe6f3b36
Cargo fmt
2018-06-16 13:23:09 -07:00
Alexandre Bury
35eb1ec5a2
Fix pancurses
2018-06-16 12:57:20 -07:00
Alexandre Bury
b70bd95806
Merge branch 'callback_preemption'
2018-06-16 11:05:49 -07:00
Alexandre Bury
83bcf4fb72
Merge branch 'master' into callback_preemption
2018-06-16 11:03:39 -07:00
Alexandre Bury
3f5b37951b
Do not consume input before exit
2018-06-16 10:58:55 -07:00
Alexandre Bury
4f8613293c
Merge pull request #261 from sajattack/master
...
implement scroll_to_top and scroll_to_bottom
2018-06-16 10:52:45 -07:00
Paul
03e143f4c3
Implement scroll_to_top, scroll_to_bottom, scroll_to_left, and scroll_to_right
2018-06-16 10:51:17 -07:00
Alexandre Bury
0ed8eabc5e
Merge branch 'scroll'
2018-06-15 23:36:08 -07:00
Alexandre Bury
5e1956b737
Merge branch 'master' into scroll
2018-06-15 23:21:10 -07:00
Alexandre Bury
363913c68b
Fix panics from overflow subtraction
2018-06-15 23:13:57 -07:00
Alexandre Bury
5cf870baaf
Add scrollbar grab to ScrollView
2018-06-15 20:24:05 -07:00
Alexandre Bury
0c318b7194
Add scrollbars to ScrollView
2018-06-15 19:18:24 -07:00
Alexandre Bury
d52299a6e1
Add HideableView
2018-06-13 21:35:37 -07:00
Alexandre Bury
9569e991bf
Make Palette::add_namespace public
2018-06-10 23:35:31 -07:00
Alexandre Bury
8acc08f340
Rustfmt
2018-06-10 23:29:19 -07:00
Alexandre Bury
017e100b1b
Add custom values to Palette
...
This updates `Palette` to add a tree of custom values.
Branches from this tree can be copied back to the root with
Palette::merge. This can be used to group related values together.
2018-06-10 23:29:19 -07:00
Alexandre Bury
d31903cba9
Merge pull request #254 from dermetfan/bg-layer
...
transparent StackView layers
2018-06-06 21:37:28 -07:00
Robin Stumm
e81e67cebe
add transparent layer to StackView
...
test StackView::get()
2018-06-06 13:44:20 +02:00
Alexandre Bury
d8d57a4754
Merge pull request #255 from sportzer/master
...
Don't require num default features
2018-06-04 21:57:47 -07:00
Steven Portzer
8aa67aa321
Don't require num default features
2018-06-04 21:32:02 -07:00
Alexandre Bury
70cddae454
Add comments
2018-05-21 22:51:10 -07:00
Alexandre Bury
8edc0e20c9
Cargo fmt
2018-05-21 19:21:27 -07:00
Alexandre Bury
2db49da1fe
Fix linearlayout focus grab
2018-05-21 18:08:41 -07:00