rhysd
|
32d415ce7f
|
bump up version to v0.2.2
|
2023-10-02 02:18:18 +09:00 |
|
rhysd
|
5d89a9cdd4
|
fix building document
|
2023-10-02 02:17:19 +09:00 |
|
rhysd
|
43286092c6
|
update changelog for v0.2.1 changes
|
2023-10-02 02:09:41 +09:00 |
|
rhysd
|
48312c4f77
|
v0.2.1 (fixes #27, closes #22, closes #25, closes #26)
|
2023-10-02 01:42:20 +09:00 |
|
rhysd
|
01d49b5d0b
|
note higher Rust version is required due to ratatui features
|
2023-10-01 23:30:23 +09:00 |
|
rhysd
|
d1ce01cb9a
|
fix checking tui-rs and ratatui are exclusive on using custom backend
|
2023-10-01 23:24:54 +09:00 |
|
rhysd
|
92c107c939
|
rename set_placeholder to set_placeholder_text and add more APIs
|
2023-10-01 23:17:32 +09:00 |
|
rhysd
|
2031e5b20c
|
allow any string types for setting placeholder text
|
2023-10-01 22:47:54 +09:00 |
|
rhysd
|
9fdbbd4250
|
fix weird behavior on empty placeholder
|
2023-10-01 22:46:44 +09:00 |
|
rhysd
|
151a007a83
|
simplify placeholder implementation
|
2023-10-01 22:40:58 +09:00 |
|
rhysd
|
c84c0ebe55
|
rename placepop example to more obvious popup_placeholder
|
2023-10-01 22:28:14 +09:00 |
|
rhysd
|
c03b453f99
|
fix compilation error of placepop example and add it to examples doc
|
2023-10-01 22:23:18 +09:00 |
|
Linda_pp
|
98a60e9138
|
Merge pull request #16 from pm100/ghost
placeholder feature
|
2023-10-01 22:12:25 +09:00 |
|
rhysd
|
a23da2da07
|
derive Debug for TextArea struct (fixes #23)
|
2023-10-01 22:08:09 +09:00 |
|
rhysd
|
502a3a7dcb
|
small fixes in readme document
|
2023-10-01 22:03:33 +09:00 |
|
rhysd
|
652b449526
|
fix compilation errors and warnings in examples
|
2023-10-01 20:46:10 +09:00 |
|
rhysd
|
37054892a2
|
fix deprecation warnings by ratatui
|
2023-10-01 20:37:38 +09:00 |
|
rhysd
|
30e651de77
|
update ratatui from 0.20 to 0.23 and crossterm for ratatui to 0.27
|
2023-10-01 20:31:09 +09:00 |
|
rhysd
|
525070f52c
|
check KeyEventKind::Release considering KeyEventKind::Repeat
|
2023-05-10 21:41:42 +09:00 |
|
rhysd
|
d67b29fa22
|
fix commands in contribution document
|
2023-05-10 17:04:37 +09:00 |
|
pm100
|
68f4e0d3c4
|
fix double input on windows (closes #17)
|
2023-05-09 22:54:33 +09:00 |
|
rhysd
|
0b81087035
|
describe how to debug for contributors (#17)
|
2023-05-09 22:48:29 +09:00 |
|
pm100
|
bfd5527efe
|
placeholder feature
|
2023-04-29 18:17:39 +02:00 |
|
rhysd
|
959be77012
|
describe updated your own backend support in readme
|
2023-04-16 23:27:40 +09:00 |
|
rhysd
|
61c7d5bc11
|
add tests and lints for your-backend and ratatui-your-backend features
|
2023-04-16 23:27:35 +09:00 |
|
rhysd
|
1e0b625b29
|
fix user-defined backend is not supported by adding your-backend and ratatui-your-backend features
|
2023-04-16 23:27:29 +09:00 |
|
rhysd
|
7754120b34
|
Merge branch 'ratatui' (fix #12)
|
2023-04-15 23:18:42 +09:00 |
|
rhysd
|
51fae7e2d2
|
describe crossterm or termion is necessary to be installed in user's project
|
2023-04-15 23:17:32 +09:00 |
|
rhysd
|
5784987afe
|
fix benchmark is broken due to lack of tui dependency
|
2023-04-14 22:44:22 +09:00 |
|
rhysd
|
dbda5429d5
|
fix how to install tui-textarea with ratatui support
|
2023-04-14 22:44:22 +09:00 |
|
rhysd
|
fd3306343e
|
show explicit error message when both crossterm and termion are not enabled
|
2023-04-14 22:04:02 +09:00 |
|
rhysd
|
87c6b03edf
|
add some unit tests to check ratatui support
because doctests are run with tui-rs
|
2023-04-13 23:16:14 +09:00 |
|
rhysd
|
70279751ee
|
describe ratatui crate support in readme
|
2023-04-13 23:16:14 +09:00 |
|
rhysd
|
d60224b6bb
|
check all combinations of features by clippy on CI
|
2023-04-13 22:34:37 +09:00 |
|
rhysd
|
526f5cc334
|
separate examples for ratatui
|
2023-04-13 22:21:03 +09:00 |
|
rhysd
|
9428172a1d
|
support ratatui crate by editor and termion example
|
2023-04-13 22:05:25 +09:00 |
|
rhysd
|
dbe03202a8
|
add ratatui crate support
|
2023-04-13 21:51:27 +09:00 |
|
rhysd
|
7f64db242f
|
add ratatui-termion and ratatui-crossterm features
|
2023-04-06 21:29:20 +09:00 |
|
rhysd
|
d4bbccbfdb
|
replace actions-rs/toolchain@v1 with dtolnay/rust-toolchain@stable
|
2023-01-29 20:09:27 +09:00 |
|
rhysd
|
c5138aabf2
|
simplify UI structure of modal example
|
2022-10-21 23:47:53 +09:00 |
|
rhysd
|
8c0a76b052
|
add simple modal text editor example
|
2022-10-20 08:39:19 +09:00 |
|
rhysd
|
2c553674a9
|
add more mappings to Vim-like mappings usage
|
2022-10-20 08:09:35 +09:00 |
|
rhysd
|
f3404707f6
|
add scroll mappings to modal editor usage in document
|
2022-10-19 21:34:22 +09:00 |
|
rhysd
|
623eea58fe
|
update changelog for v0.2.0 changes
|
2022-10-18 20:00:40 +09:00 |
|
rhysd
|
76d3d8f41b
|
bump up version to v0.2.0
|
2022-10-18 19:36:19 +09:00 |
|
rhysd
|
eb4103e581
|
add default key maps for scrolling down/up by page
|
2022-10-17 21:54:36 +09:00 |
|
rhysd
|
972dfead2d
|
separate Scrolling to src/scroll.rs
|
2022-10-14 21:44:02 +09:00 |
|
rhysd
|
5b4d1cc7c7
|
add documents and tests for scrolling by half/full page with Scrolling
|
2022-10-14 21:44:02 +09:00 |
|
rhysd
|
a4c51a4812
|
implement scrolling down/up by half/full page
|
2022-10-14 21:44:02 +09:00 |
|
rhysd
|
ce5dc54cd4
|
add regression test case for #4
|
2022-10-04 17:58:18 +09:00 |
|