Commit Graph

528 Commits (853d9047b0f83e50dabbfc0359692e44bbbb5f1a)
 

Author SHA1 Message Date
Florian Dehau a82c82fcd7 fix(widgets): remove compilation warning in table widget 5 years ago
TheZoq2 bb28d02277 Update docs to point encourage installing 0.6 5 years ago
Jeffas 94877f4e7e Use constraints for table column widths
This allows table column widths to be adapted more and scale with the
UI.

The constraints are solved using the Cassowary solver. An added
constraint for fitting them all in the width is added.
5 years ago
Florian Dehau 3747ddbefb feat(backend): Refactor crossterm backend
* Remove compilation warnings
* Fix rendering artifacts in the crossterm demo. In particular, the bold modifier
was leaking on most of the terminal screen because the old logic was not
properly unsetting the bold modifier after use (took inspiration of the termion
backend implementation)
5 years ago
Florian Dehau 42731da546 Enable build failure on compilation warnings 5 years ago
Joseph Knight e183d63a5e typo in barcharg.rs 5 years ago
Joseph Knight e5fdd442c3 typo in sparkline.rs 5 years ago
Joseph Knight 97357c0e08 typo in curses.rs 5 years ago
Joseph Knight 8649ce4c78 fixed typo in symbols.rs 5 years ago
Timon_Post a0f6605f59 Implemented command api crossterm, for better perfomance. 5 years ago
Jeffas db9b1dd689 Make margins be vertical or horizontal
This adds support for margins to be either vertical or horizontal, or
both.
5 years ago
Florian Dehau 9c8d62151b Replace build status badge in README 5 years ago
Florian Dehau c44d521279 Remove appveyor and travis config 5 years ago
Florian Dehau ba9da05cef Update azure pipelines config 5 years ago
Florian Dehau abd552fde6 Run cargo fmt 5 years ago
Florian Dehau 3726761549 List required features for all examples 5 years ago
Florian Dehau 06c7145ac5 Add azure pipelines config 5 years ago
Joe Ardent 85f74dd802 Fix typo in table example. 5 years ago
Joe Ardent 86f681a007 Silence check warnings about [lack of] use of 'dyn' for boxed trait objects. 5 years ago
Florian Dehau bd5862437d Release v0.6.2 5 years ago
Florian Dehau a3827aaeae Remove try call in termion backend 5 years ago
Jeremy Day 47c68e40a2 fix for canvas rendering edge cases causing overflow errors 5 years ago
Florian Dehau 2a7eec816a Add PartialEq to Text 5 years ago
Florian Dehau fe0ddf6c83 Release v0.6.1 5 years ago
Florian Dehau 9a73ead88d Improve crossterm demo
* Use AlternateScreen
* Handle input events
5 years ago
Florian Dehau 8fbb764c9e Move Borders documentation 5 years ago
Florian Dehau 4756801fd9 Format 5 years ago
Russ f0e0b515ad avoid divide by zero 5 years ago
defiori 25a0825ae4 fix: curses backend cursor positions 5 years ago
scauligi b1ac297d71 fix crossterm terminal size and dark gray color 5 years ago
Sebastian Thiel 2dfe9c1663 [example: user_input] Assure the cursor responds immediatel when hitting backspace
This was discovered with the termion backend in alacritty on OSX.
5 years ago
nytopop 8a9c76b003 Don't highlight Tabs separator behind selection 5 years ago
DarrienG 41cdd3e261 Provide clone and debug for Text type 5 years ago
Florian Dehau fe17165c39 Release v0.6.0 5 years ago
svartalf e18671c1e4 Relaxing crossterm dependency version 5 years ago
Timon_Post b5f6219d39 updated to 0.9.4 5 years ago
Timon_Post 5ed82aac5f removed project files 5 years ago
Timon_Post f6a0a91a23 fmt 5 years ago
timonpost@hotmail.nl 5645d0de03 gitignore 5 years ago
timonpost@hotmail.nl ffaaf5e39c review update 5 years ago
timonpost@hotmail.nl 567cf7b8e5 update 0.9.2 5 years ago
Florian Dehau 5f8dd38135 Release v0.5.1 5 years ago
Florian Dehau a74d335cb4 Fix clippy warnings 5 years ago
Florian Dehau 6d594143ed Format 5 years ago
Florian Dehau 7a5ad3fbdb Fix sparkline panic when max is zero 5 years ago
lcolaholicl 584f7688f4 Fix a wrongly linked link 5 years ago
Florian Dehau 4436110c44 Improve onboarding in documentation 5 years ago
lws 8a7c9d49b2 fix typo of CHANGELOG 5 years ago
lws b5d41caace fix typo of CHANFELOG 5 years ago
Curtis Malainey 206813d560 fix typo 5 years ago