Commit Graph

39 Commits

Author SHA1 Message Date
Alexandre Bury
efc7b3144b Bump enumset and remove unused import 2021-02-08 13:41:17 -08:00
Alexandre Bury
aedfc9e0c1 Replace wasmer_enumset with enumset 1.0.3 2021-02-03 15:17:43 -08:00
Alexandre Bury
08c04229c5 (cargo-release) start next development iteration 0.16.4-alpha.0 2021-01-19 10:43:44 -08:00
Alexandre Bury
73453b2097 Add impl Borror<Cursive> for CursiveRunnable 2021-01-19 10:43:20 -08:00
Alexandre Bury
5becb0110a (cargo-release) version 0.16.2 2021-01-19 10:35:03 -08:00
Alexandre Bury
c0ddd5c302 Add method to turn a CursiveRunnable into a CursiveRunner 2021-01-19 10:32:54 -08:00
Alexandre Bury
58718824fa Cursive 0.16.1 2021-01-19 09:57:53 -08:00
Alexandre Bury
848ab341e9 (cargo-release) start next development iteration 0.2.2-alpha.0 2021-01-19 09:48:18 -08:00
Alexandre Bury
b4ed78d514 (cargo-release) start next development iteration 0.16.1-alpha.0 2021-01-18 11:34:50 -08:00
Alexandre Bury
cb8b1abe7f (cargo-release) start next development iteration 0.2.1-alpha.0 2021-01-18 11:34:50 -08:00
Alexandre Bury
cdaf70aea0 (cargo-release) version 0.16.0 2021-01-18 11:34:11 -08:00
Alexandre Bury
ba1448299b (cargo-release) version 0.2.0 2021-01-18 11:34:11 -08:00
Alexandre Bury
1c69461efa Use wasmer_enumset 2021-01-18 10:50:55 -08:00
Alexandre Bury
71a600cb9b Update dependencies 2021-01-08 11:56:22 -08:00
Alexandre Bury
c352e4c54a View::focus_view: replace () with zero-sized ViewNotFound 2020-12-20 10:58:57 -08:00
Alexandre Bury
8e5c905213 Add Effect::Blink 2020-12-18 15:54:49 -08:00
Alexandre Bury
47d8d23198 Fix clippy lints 2020-10-09 15:59:41 -07:00
Alexandre Bury
eec4dd8e68 Fix unimported CString 2020-08-25 23:27:48 -07:00
Alexandre Bury
e2f79776a4 Manuall call setlocale for pancurses backend
Once (if?) pancurses merges the corresponding PR[1], we can revert that.

[1]: https://github.com/ihalila/pancurses/pull/78
2020-08-25 23:09:53 -07:00
Alexandre Bury
64b68ed718 Use libc::setlocale for ncurses backend 2020-08-25 11:01:45 -07:00
Asad Mehmood
049919b609
BLT: Use bearlibterminal char function (#496)
It already handles shift, capslock and user keymap
Leave fallback for when it doesnt work (CTRL pressed?)
2020-08-25 10:57:19 -07:00
Asad Mehmood
69feb373e6
Fix backslash crash with blt backent (#492)
Pressing backslash would cause cursive to panic.
2020-08-21 13:28:33 -07:00
Alexandre Bury
76170ab2dd Fix blt runnable 2020-08-04 23:35:43 -07:00
Alexandre Bury
2cd6d7a80c Make backends pausable 2020-08-04 23:24:11 -07:00
Alexandre Bury
01bb32d640 Fixes 2020-08-04 14:51:16 -07:00
Alexandre Bury
bf25cb90ae Add methods to initialize backends from stdio 2020-08-04 13:58:15 -07:00
maxim
63b438188f [Doc] Improves the documentation about using custom themes
As starting to use the cursive library I've found it challenging to
figure out how to actually use the themes. Only after checking the
source code, and another library actually using this feature, I've
managed to apply it to my project.

This change makes it easier for new commers to use toml themes by
extending the documentationn
2020-07-06 15:15:35 -07:00
Alexandre Bury
adec5ae066 Loosen dependencies 2020-07-04 10:27:02 -07:00
Alexandre Bury
945fe1aa45 Update dependencies 2020-07-04 10:18:30 -07:00
Alexandre Bury
b91c5d8179 Remove scroll feature for docs.rs 2020-05-28 11:54:21 -07:00
Alexandre Bury
d5205769f6 Start development of 0.15.1-alpha.0 2020-05-26 12:11:45 -07:00
Alexandre Bury
5309fac886 Include version in cursive-core dependency 2020-05-26 11:41:01 -07:00
Alexandre Bury
d2bcb70f93 (cargo-release) version 0.15.0 2020-05-26 11:39:19 -07:00
Alexandre Bury
3df1eafe11 Update Readme 2020-05-26 11:39:05 -07:00
Alexandre Bury
a9ae211928 Fix clippy lints 2020-05-26 11:31:40 -07:00
Alexandre Bury
0a14106127 Fix doc links accross re-use 2020-05-26 11:01:28 -07:00
Alexandre Bury
fc59ee6f17 Forward toml feature 2020-05-08 10:14:15 -07:00
Alexandre Bury
b7764541e5 Move examples to its own member 2020-04-23 17:17:30 -07:00
Alexandre Bury
4154f99b44 Split non-backend code into cursive-core 2020-04-23 13:46:00 -07:00