Commit Graph

1004 Commits

Author SHA1 Message Date
Alexandre Bury
f5535f2db7 Update theme example to use Cursive::load_toml 2018-07-22 20:20:31 -07:00
Alexandre Bury
4ccc07c6d3 Update pancurses backend handling of multiple events 2018-07-22 20:13:49 -07:00
Alexandre Bury
6a728bf234 Move resize thread handling to separate module 2018-07-19 21:11:50 -07:00
Alexandre Bury
f4530d688b Fix compilation for non-Unix platforms 2018-07-19 20:50:46 -07:00
Alexandre Bury
5dfc27bd9f Fix compilation error on BLT backend 2018-07-19 20:13:37 -07:00
Alexandre Bury
af4e55ed18 Fix dummy & blt backends 2018-07-19 19:45:26 -07:00
Alexandre Bury
2610b697a8 Rustfmt 2018-07-19 19:44:59 -07:00
Alexandre Bury
acd3bbfcca Share resize thread logic between all unix backends 2018-07-18 20:01:26 -07:00
Alexandre Bury
e0cc2ea703 Share resize thread logic between ncurses backends 2018-07-18 19:49:10 -07:00
Alexandre Bury
fd75249633 Move resize-specific behaviour to backend 2018-07-18 18:17:39 -07:00
Alexandre Bury
64d0a66b5e Update Changelog 2018-07-09 10:38:17 -07:00
Alexandre Bury
1f1e238d2e Fix pancurses for windows 2018-07-08 12:54:35 -07:00
Alexandre Bury
6135b0df79 Refactor input system
* Moves from chan to crossbeam-channel
* Moves from chan_signal to signal-hook
2018-07-08 12:49:12 -07:00
Alexandre Bury
4c70b79663 LinearLayout: fix focus after removing child 2018-06-27 13:32:39 -07:00
Alexandre Bury
a47537ec2c Add Scrollable trait 2018-06-26 17:43:16 -07:00
Alexandre Bury
88fb6e7c54 Fix StackView tests 2018-06-26 15:19:00 -07:00
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