Florian Dehau
90d8cb6526
chore: add more apps using tui
to the README
2022-04-24 15:49:03 +02:00
Florian Dehau
e71faa988e
Release v0.18.0
2022-04-24 15:03:09 +02:00
Atk
ed0ae81aae
chore: update crossterm to v0.23 ( #598 )
2022-04-24 14:47:54 +02:00
David
a61b078dea
chore: fix clippy warning ( #601 )
2022-04-24 14:25:50 +02:00
Florian Dehau
85939306e3
Release v0.17.0
2022-01-22 13:30:35 +01:00
Florian Dehau
cf2d9c2c1d
feat!: bump MSRV to 1.56.1 and migrate to edition 2021
2022-01-22 13:18:56 +01:00
theogilbert
853d9047b0
feat(widgets/chart): add option to control alignment of axis labels ( #568 )
...
* feat(chart): allow custom alignment of first X-Axis label
* refactor(chart): rename ambiguous function parameter
* feat(chart): allow custom alignment of Y-Axis labels
* refactor(chart): refactor axis test cases
* refactor(chart): rename minor variable
* fix(chart): force centered x-axis label near Y-Axis
* fix(chart): fix subtract overflow on small rendering area
* refactor(chart): rename alignment property
* refactor(chart): merge two nested conditions
* refactor(chart): decompose x labels rendering loop
2021-12-23 19:02:10 +01:00
Florian Dehau
6069d89dee
chore: fix all clippy warnings
2021-12-23 18:55:43 +01:00
Florian Dehau
d25e263b8e
chore: enable clippy on all targets
2021-12-23 18:55:43 +01:00
ljedrz
d05e696d45
chore: fix optional attribute for serde
feature ( #571 )
...
Signed-off-by: ljedrz <ljedrz@gmail.com>
2021-12-23 18:51:13 +01:00
Petr Portnov
ef583cead9
chore(examples): remove unused demo/util.rs
...
This module is unused and is not imported by any other module.
2021-11-30 22:35:45 +01:00
Denis
90c4da4e68
Update README.md
2021-11-30 22:25:00 +01:00
Florian Dehau
8032191366
chore: fix table example
...
Third column in table example was using the `Max` constraint.
But since version 0.16, the layout system does not add a hidden constraint on the last column which would ensure that it fills the remaining available space (a change that was already mentioned in #525 ). In addition, `tui` does not support sizing based on content because of its immediate mode nature. Therefore, `Max` is now resolved to `0`. Replacing with `Min` fixes the issue.
A new way of specifying constraints is being worked on at #519 which should for more deterministic and advanced layout.
2021-11-21 21:00:34 +01:00
Florian Dehau
c8c03294e1
chore: self contained examples
2021-11-11 16:18:49 +01:00
wcampbell
e00df22588
chore: add adsb_deku/radar
to apps using tui
( #555 )
...
My `adsb_deku/radar` application uses tui, using the Table and Canvas to show
information and plot airplanes on a latitude/longitude coordinates map.
Signed-off-by: wcampbell <wcampbell1995@gmail.com>
2021-11-11 16:13:42 +01:00
Florian Dehau
9806217a6a
feat!: use crossterm as default backend
2021-11-01 23:21:55 +01:00
Florian Dehau
1be5cf2d90
chore: add joshuto
to the apps using tui
2021-10-17 19:39:15 +02:00
Florian Dehau
ca68bae4ed
feat!(widgets/canvas): use spans for text of labels
2021-10-17 18:55:59 +02:00
Florian Dehau
8c1f58079f
chore: fix build
2021-10-17 17:27:32 +02:00
Antoine Büsch
4845c03eec
feat(widgets/list): repeat highlight symbol on multi-line items ( #533 )
...
When this option is true, the hightlight symbol is repeated for each
line of the selected item, instead of just the first line.
2021-10-17 17:05:51 +02:00
Florian Dehau
532a595c41
chore: pin bitflags version to 1.3
2021-10-17 16:20:40 +02:00
Antoine Büsch
25ce5bc90b
chore: bump the minimum supported Rust version to 1.52.1 ( #534 )
...
- `const_fn` usage in the `bitflags` crate.
- `unsafe_op_in_unsafe_fn` lint usage in `rust_info` despite pinned `cargo-make` version.
2021-10-17 15:49:31 +02:00
JerzySpendel
80a929ccc6
chore: fix typo ( #513 )
2021-08-08 11:10:21 +02:00
Christian Visintin
3797863e14
chore: add termscp to list of apps using tui ( #510 )
2021-08-01 23:08:19 +02:00
Florian Dehau
7870793b4b
Release v0.16.0
2021-08-01 20:12:20 +02:00
Florian Dehau
a7c21a9729
fix(widgets): avoid offset panic in Table
and List
when input changes
2021-08-01 18:01:24 +02:00
Florian Dehau
914d54e672
chore: bump crossterm to 0.20
2021-08-01 17:14:11 +02:00
Florian Dehau
a68e38e59e
fix(table): use Layout
in table column widths computation
2021-08-01 16:46:54 +02:00
Florian Dehau
e870e5d8a5
feat(layout): add private option to control last chunk expansion
2021-08-01 16:46:54 +02:00
Deepu K Sasidharan
29387e785c
Add battleship.rs
2021-08-01 16:44:36 +02:00
Florian Dehau
8eb6336f5e
refactor(widgets): remove iter::repeat for blank symbols
2021-08-01 15:08:53 +02:00
Florian Dehau
34a2be6458
fix(widgets/chart): remove panics with long axis labels
2021-08-01 15:08:53 +02:00
Florian Dehau
fbd834469f
doc(widgets/clear): clarify usage of clear
2021-06-16 21:58:04 +02:00
Florian Dehau
8da5f740af
refactor(examples): show more use case in gauge example
2021-06-16 20:24:14 +02:00
Florian Dehau
38dcddb126
fix(widgets/gauge): apply label style and avoid overflow on large labels
2021-06-16 20:24:14 +02:00
Phillip Cloud
92948d2394
chore: add minesweep to list of apps using tui-rs
2021-06-16 17:25:11 +02:00
orhun
a3a0a80a02
docs: add gpg-tui to the "apps using tui" list
2021-06-16 17:19:34 +02:00
jmrgibson
a5f7019b2a
doc: fix minor grammatical errors ( #489 )
...
A missing "and" after "an" (which I do all the time) and some tense clarification.
2021-06-16 17:15:13 +02:00
Moritz
e05b80cec1
doc: fix typos in comments. ( #486 )
2021-06-16 17:14:16 +02:00
Florian Dehau
23d5fbde56
refactor(examples): remove exit key from Events handler
...
The thread spawned by `Events` to listen for keyboard inputs had knowlegde of
the exit key to exit on its own when it was pressed. It is however a source of
confusion (#491 ) because the exit behavior is wired in both the event handler
and the input handling performed by the app. In addition, this is not needed as
the thread will exit anyway when the main thread finishes as it is already the
case for the "tick" thread. Therefore, this commit removes both the option to
configure the exit key in the `Events` handler and the option to temporarily
ignore it.
2021-06-16 17:07:59 +02:00
Oleks (オレクス)
a346704cdc
feat(block): add option to center and right align the title ( #462 )
...
* Added ability to set title alignment, added tests, modified blocks example to show the feature
* Added test for inner with title in block
* Updated block example to show center alignment
* Formatting fixed
* Updated tests to use lamdas and be more concise. Updated title alignmnet code to be more straightforward and have correct behavior when placing title in the center without left border
2021-05-22 16:55:24 +02:00
Andrew Chin
24396d97ed
doc: Add doctests that shows how Text can be created from Cow<str>
2021-05-22 16:47:06 +02:00
Andrew Chin
703e41cd49
feat(Text): Add a From<Cow<str>> impl for Text
2021-05-22 16:47:06 +02:00
Florian Dehau
975c4165d0
chore: fix clippy warnings
2021-05-22 15:54:38 +02:00
Arijit Basu
dbf38d847a
Add xplr to the "apps using tui" list
...
`xplr` is a hackable TUI file explorer.
2021-05-22 15:08:06 +02:00
Florian Dehau
91a2519cc3
chore: update links to examples in README
...
Links now include the fully qualified domain as well as the version.
This will make them work in docs.rs and make sure readers are looking at code which is consistent with the latest version available.
2021-05-03 00:30:59 +02:00
Alexandru Scvortov
a1c3ba2088
fix: actually clear buffer in TestBackend::clear ( #461 )
2021-05-02 22:35:27 +02:00
Alexandru Scvortov
d47565be5c
fix: actually clear buffer in TestBackend::clear ( #461 )
2021-05-02 22:35:08 +02:00
Florian Dehau
1028d39db0
chore: improve contributing guidelines
...
* Improve issue templates and make them mandatory.
* Improve CONTRIBUTING.md.
* Add template for pull requests.
2021-05-02 21:42:31 +02:00
Deepu K Sasidharan
b250825c38
Add kdash to apps using this section ( #469 )
...
chore: add `kdash` to apps using `tui`
2021-05-02 20:13:56 +02:00