Alexandre Bury
|
2dc75c2ec0
|
Make window resizeable in BLT backend
|
2016-10-12 09:35:03 -07:00 |
|
Alexandre Bury
|
65d86f3638
|
Add Event::Exit
Currently only sent by the bear lib terminal.
|
2016-10-11 17:48:37 -07:00 |
|
Alexandre Bury
|
4aaee06d9e
|
Fix screen clear on layer removal
Fixes #78.
|
2016-10-11 17:29:13 -07:00 |
|
Alexandre Bury
|
b43b6c4700
|
Merge pull request #77 from nabijaczleweli/master
Add BearLibTerminal backend
|
2016-10-11 16:59:29 -07:00 |
|
nabijaczleweli
|
c4baa0f570
|
Add BearLibTerminal backend
|
2016-10-12 01:48:22 +02:00 |
|
Alexandre Bury
|
821d9f1783
|
Parse utf8 chars in pancurses backend
Closes #76
|
2016-10-11 16:08:44 -07:00 |
|
Alexandre Bury
|
072c1d9b5c
|
Fix some input in pancurses backend
|
2016-10-11 12:31:31 -07:00 |
|
Alexandre Bury
|
3e766d3a28
|
Merge pull request #75 from nabijaczleweli/fix/73-enter-newline-pancurses
Fix Enter being Character('\n') in pancurses backend
|
2016-10-11 12:07:10 -07:00 |
|
nabijaczleweli
|
8a6a49fbc3
|
Fix Enter being Character('\n') in pancurses backend
Closes #73
|
2016-10-11 20:59:28 +02:00 |
|
Alexandre Bury
|
9dd82117f4
|
Merge pull request #74 from nabijaczleweli/fix/71-inverted-screen-size-pancurses
Fix inverted screen size in pancurses backend
|
2016-10-11 11:57:39 -07:00 |
|
nabijaczleweli
|
5eccc2f518
|
Fix inverted screen size in pancurses backend
Closes #71
|
2016-10-11 20:53:54 +02:00 |
|
Alexandre Bury
|
04f528e2de
|
Fix clippy warnings
|
2016-10-11 11:04:01 -07:00 |
|
Alexandre Bury
|
01f4689822
|
Merge pull request #70 from nabijaczleweli/master
Pancurses back-end
|
2016-10-11 10:52:18 -07:00 |
|
nabijaczleweli
|
c81579a20a
|
Disable failing doctests
|
2016-10-11 19:11:40 +02:00 |
|
nabijaczleweli
|
9fb8309d3a
|
Hello yes this is typo man
|
2016-10-10 23:12:42 +02:00 |
|
nabijaczleweli
|
c69db62844
|
Fix backend tests
|
2016-10-10 23:08:07 +02:00 |
|
nabijaczleweli
|
51af4350fc
|
Apply key mappings as they are so far
|
2016-10-10 23:06:55 +02:00 |
|
nabijaczleweli
|
80e3e4f536
|
Hide backend
|
2016-10-10 22:02:07 +02:00 |
|
nabijaczleweli
|
bd93f450df
|
Handle F[14;15]
|
2016-10-10 21:55:25 +02:00 |
|
nabijaczleweli
|
c84cafb4fd
|
Update pancurses to 0.4.0
|
2016-10-10 20:51:32 +02:00 |
|
nabijaczleweli
|
af0c97749d
|
Fix doctests using ::B
|
2016-10-10 20:23:00 +02:00 |
|
nabijaczleweli
|
28195935d6
|
I can't into rebase
|
2016-10-10 10:39:03 +02:00 |
|
nabijaczleweli
|
4c9c4b5568
|
Move back-end selection to backend::Concrete instead of ::B
|
2016-10-10 10:34:33 +02:00 |
|
nabijaczleweli
|
79bb6ff415
|
Test termion back-end on Travis
|
2016-10-10 10:34:33 +02:00 |
|
nabijaczleweli
|
2c009f694b
|
Add PauseBreak and F0 keys. Properly handle Tab
|
2016-10-10 10:34:33 +02:00 |
|
nabijaczleweli
|
79c4bf29c2
|
Don't explicitly list features
|
2016-10-10 10:34:33 +02:00 |
|
nabijaczleweli
|
01951aa213
|
Mostly add pancurses support. Test pancurses support on Travis
|
2016-10-10 10:34:33 +02:00 |
|
Alexandre Bury
|
9871e12734
|
Update for latest ncurses-rs
|
2016-10-09 17:48:31 -07:00 |
|
Alexandre Bury
|
651c7d619b
|
Remove debug artifacts
And bring back the shadows!
|
2016-10-09 17:43:24 -07:00 |
|
Alexandre Bury
|
078a966381
|
Reformat Cargo.toml
|
2016-10-09 16:20:52 -07:00 |
|
Alexandre Bury
|
686de0831c
|
Take &self in TermionBackend::clear()
|
2016-10-09 16:03:49 -07:00 |
|
Alexandre Bury
|
ad7606ca55
|
Switch backend with cargo features
Use `termion` feature and disable default features to use the termion
backend.
|
2016-10-09 16:02:26 -07:00 |
|
Alexandre Bury
|
df4397a174
|
Add stub termion backend
Not supported: input, colors, effects, async
|
2016-10-09 16:02:26 -07:00 |
|
Alexandre Bury
|
90c9d51a6c
|
Add comments to menubar example
|
2016-10-09 15:59:29 -07:00 |
|
Alexandre Bury
|
44dbd5826e
|
Make Backend::clear take &self
|
2016-10-09 15:47:06 -07:00 |
|
Alexandre Bury
|
a3b5ef3bca
|
Merge pull request #68 from nabijaczleweli/master
Add TOML syntax highlight to README
|
2016-10-07 10:23:35 -07:00 |
|
nabijaczleweli
|
f67927cfe6
|
Add TOML syntax highlight to README
|
2016-10-07 19:17:28 +02:00 |
|
Alexandre Bury
|
d8de167724
|
Bump version to 0.3.1
|
2016-10-04 17:59:08 -07:00 |
|
Alexandre Bury
|
bb62452149
|
EditView: Prevent overflow error with no available space
|
2016-10-04 17:51:18 -07:00 |
|
Alexandre Bury
|
8fded82434
|
Fix clippy warnings
|
2016-10-02 16:03:31 -07:00 |
|
Alexandre Bury
|
1ba2febe21
|
Use HTTPS for crates.io badge
|
2016-10-02 15:59:31 -07:00 |
|
Alexandre Bury
|
d1d0374ed6
|
Bump version to 0.3.0
|
2016-10-02 15:37:27 -07:00 |
|
Alexandre Bury
|
9cf89c37de
|
Clear screen if a layer is shrinked
|
2016-10-02 15:33:55 -07:00 |
|
Alexandre Bury
|
3b3f403f7a
|
Apply rustfmt
|
2016-10-02 15:22:29 -07:00 |
|
Alexandre Bury
|
8fa704bcfa
|
Rename Dialog::new -> Dialog::around
And `Dialog::empty` -> `Dialog::new`
|
2016-10-02 15:15:30 -07:00 |
|
Alexandre Bury
|
53aea8e91c
|
Derive Clone for RadioGroup
Also remove broken example.
|
2016-10-02 15:03:03 -07:00 |
|
Alexandre Bury
|
bf3888e275
|
Add RadioButton & RadioGroup
|
2016-10-02 14:57:09 -07:00 |
|
Alexandre Bury
|
4bf47f9a7f
|
Add missing links to tuto 2
|
2016-09-28 22:54:05 -07:00 |
|
Alexandre Bury
|
5d3fe19e8e
|
Fix tutorial 2 markdown
|
2016-09-28 22:52:23 -07:00 |
|
Alexandre Bury
|
d684a5bc1e
|
Remove prelude module
Add `traits` module instead
|
2016-09-28 22:45:27 -07:00 |
|