Commit Graph

1123 Commits

Author SHA1 Message Date
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
Alexandre Bury
3bc07661d0 Add scroll example 2018-05-21 17:56:20 -07:00
Alexandre Bury
5eddc1b89a Scolling fixes 2018-05-21 17:54:43 -07:00
Alexandre Bury
94504ae91b Scrollview: move offset to keep important area in view 2018-05-21 17:25:32 -07:00
Alexandre Bury
d314e6413a
Merge pull request #251 from njskalski/with_theme
added with_theme to Printer
2018-05-21 08:25:11 -07:00
Andrzej J Skalski
cabeef1d16 added with_theme to Printer 2018-05-21 15:53:38 +02:00
Alexandre Bury
c8d39910ab Backend: add AtomicBool to stop input thread 2018-05-20 10:55:13 -07:00
Alexandre Bury
0b6e5b6ad4 Add event polling to Blt backend
Basically simulates a constant set_fps(30)
2018-05-20 10:42:52 -07:00
Alexandre Bury
05e1212a50 Refactor Backend input model
Backends now have to send input to the given `chan::Sender<Event>`.
They send these events from a separate thread, allowing selection
between input and callbacks.

This currently breaks the BearLibTerminal backend, which requires all
calls to come from the UI thread.

This might not be super-safe for the ncurses backend also. We hope that
input and output are separate enough that they can run concurrently without
problem.
2018-05-20 09:59:35 -07:00
Alexandre Bury
2088d5de2a Cargo fmt 2018-05-17 17:37:39 -07:00
Alexandre Bury
755854963f Fix clippy warnings 2018-05-17 17:35:57 -07:00
Alexandre Bury
80f66262be Scrollview: use proper size for child's layout() call 2018-05-08 18:10:45 -07:00
Alexandre Bury
4a3bbbb998 lorem example: remove unnecessary full_screen() 2018-05-07 23:18:22 -07:00
Alexandre Bury
20cb033b8d Give wrapped rows full width 2018-05-05 09:04:32 -07:00
Alexandre Bury
d4ced015f6 EditView: keep cursor in view after key event 2018-05-03 08:36:17 -07:00
Alexandre Bury
32ee2de697 Scrollview: take scrollbar size into account 2018-05-01 17:55:13 -07:00