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
Alexandre Bury
0fbc5a888e
Add inner size to printer
...
Renamed Printer::size -> output_size
2018-04-27 16:23:07 -07:00
Alexandre Bury
5586403080
printer: add doc
2018-04-24 17:19:07 -07:00
Alexandre Bury
8c2ff6bd4f
Handle content_offset in print methods
2018-04-17 17:22:56 -07:00
Alexandre Bury
b80af07268
Remove Printer::is_new
2018-04-17 16:35:56 -07:00
Alexandre Bury
a8326aef28
Fix key_codes example
2018-04-16 22:54:54 -07:00
Alexandre Bury
f0b3287d73
Merge branch 'master' into scroll
2018-04-16 22:42:42 -07:00
Alexandre Bury
1f6de5a591
Initial scrollview implementation
2018-04-16 22:39:46 -07:00
Alexandre Bury
56ce95f9b6
Add some more XY methods
2018-04-16 22:39:27 -07:00
Alexandre Bury
39babacbf5
Add AnyCb type alias
2018-04-16 22:39:16 -07:00
Alexandre Bury
3731b7375d
Ncurses: better color approximation
...
On terminals with only 8 colors (like with `TERM=screen`)
2018-04-11 22:20:00 -07:00
Alexandre Bury
8c00b171c0
Ncurses: better color approximation
...
On terminals with only 8 colors (like with `TERM=screen`)
2018-04-11 22:16:08 -07:00
Alexandre Bury
ff9f669d73
Fix tests & examples
2018-04-10 12:51:40 -07:00