David Flemström
21e79ca078
Rebase and include necessary curses changes
2019-03-10 15:56:56 +01:00
David Flemström
a25bbea555
Add workarounds for weird termion escape code handling
2019-03-10 15:56:56 +01:00
David Flemström
b7664a4108
Support several modifiers and indexed colors at once
2019-03-10 15:56:56 +01:00
David Flemström
d360cd3434
Support exact ratios for layout constraints
2019-02-28 07:15:24 +01:00
Florian Dehau
e037db076c
fix(backend/curses): use chtype to achieve platform agnostic conversion of graphemes
2019-02-26 08:56:49 +01:00
Florian Dehau
3ef19f41e6
fix(backend/curses): avoid platform specific conversion of graphemes
2019-02-26 08:32:36 +01:00
Florian Dehau
da90ec15fa
fix: add missing get_cursor and set_cursor on CursesBackend
2019-02-26 08:13:00 +01:00
Florian Dehau
7f5af46300
style: fmt
2019-02-26 08:12:43 +01:00
defiori
624e6ee047
fix: filter out wide unicode characters on windows
2019-02-26 07:49:59 +01:00
defiori
4a1f3cd61f
feat: curses instance can be passed to backend
2019-02-26 07:49:59 +01:00
defiori
d75198a8ee
feat: add pancurses backend
2019-02-26 07:49:59 +01:00
defiori
cadb41c9e3
fix: unified crossterm backend
2019-02-26 07:45:19 +01:00
defiori
b30cae0473
feat: crossterm backend can use alternate screen
2019-02-26 07:45:19 +01:00
scauligi
7290086fe9
forgot to flush
2019-02-26 07:38:35 +01:00
scauligi
bca920bea0
get/set cursor position
2019-02-26 07:38:35 +01:00
Jonathan
cd41ca571f
Modified with_crossterm naming scheme
2019-02-10 22:47:56 +01:00
Jonathan
dc654e9f6c
Added ability to create crossterm with previously created crossterm::Screen
2019-02-10 22:47:56 +01:00
Florian Dehau
b669cf9ce7
style: fix clippy warnings
2019-02-03 22:42:09 +01:00
Florian Dehau
97f764b45d
feat: handle crossterm errors
2019-02-03 20:02:36 +01:00
Florian Dehau
52a40ec99a
fix: remove undefined crossterm attributes in windows builds
2019-01-23 07:28:40 +01:00
Sven-Hendrik Haase
a78fa73b34
Add new shape: Rectangle
2019-01-15 15:47:05 +00:00
Jens Krause
1c0b0abf61
Use UnicodeWidthStr::width()
...
to get width of `divider`.
Also use `set_string` instead of `set_symbol`. The latter cuts content of a multi-char divider.
2019-01-13 17:21:03 +00:00
Jens Krause
f7c6620e25
Fix documented example to fix doc-tests on CI
2019-01-13 17:21:03 +00:00
Jens Krause
16372f7847
Don't show divider after last tab
2019-01-13 17:21:03 +00:00
Jens Krause
72c2eb7182
Add divider
to Tabs
...
to change appearance of tab dividers.
2019-01-13 17:21:03 +00:00
Sven-Hendrik Haase
144bfb71cf
Upgrade to 2018 edition
2019-01-13 14:35:51 +00:00
Karoline Pauls
3fd9e23851
Buffer: correct diffing of buffers with multi-width characters
...
Resolves #104
2019-01-13 13:46:39 +00:00
Karoline Pauls
10642d0e04
Paragraph: word wrapping
2018-12-22 15:38:51 +01:00
Karoline Pauls
1802cf8dbc
Improve wrapping of double-width characters
2018-12-22 15:38:51 +01:00
Karoline Pauls
090975481b
Update tests and docs to take size from the Frame
2018-12-07 21:32:00 +01:00
Karoline Pauls
228816f5f8
Frame: provide consistent size for rendering
2018-12-07 21:32:00 +01:00
Karoline Pauls
8522e028f1
Run cargo fmt
with the new Rust stable toolchain (1.31.0)
2018-12-07 19:54:13 +01:00
Ash
a2776dfc86
Make sure we always emit a cursor goto for the first update.
...
Otherwise, if the first update is to (1, 0) then no goto occurs.
2018-12-07 19:52:22 +01:00
Karoline Pauls
cc95c8cfb0
Gauge: use f64 internally and allow to set any f64 between 0 and 1
2018-12-05 21:20:12 +01:00
Karoline Pauls
89dac9d2a6
buffer: add quotes to fmt::Debug for better testing experience
2018-12-05 21:20:12 +01:00
Karoline Pauls
8cdfc883b9
Feature: Autoresize
...
It basically never makes sense to render without syncing the size.
Without resizing, if shrinking, we get artefacts. If growing, we may get
panics (before this change the Rustbox sample (the only one which didn't
handle resizing on its own) panicked because the widget would get an
updated size, while the terminal would not).
2018-12-04 08:39:32 +01:00
Florian Dehau
b3689eceb7
feat: update outdated dependencies
2018-11-25 21:49:37 +01:00
Karoline Pauls
5cee2afc6d
Limit Rect size to prevent u16 overflow
2018-11-25 19:59:12 +01:00
Florian Dehau
4c46ef69e9
Release v0.3.0
2018-11-04 20:25:07 +01:00
Florian Dehau
22e8fade7e
feat: add experimental test backend
2018-11-04 20:16:10 +01:00
Florian Dehau
fdf3015ad0
feat(terminal): log error if failed to show cursor on drop
2018-10-14 17:00:13 +02:00
Karoline Pauls
03bfcde147
[widgets][paragraph]: Truncate long lines when wrap is false
2018-10-14 16:11:28 +02:00
Florian Dehau
7b4d35d224
feat: restore the cursor state on terminal drop
2018-09-24 08:03:52 +02:00
Florian Dehau
d8e5f57d53
style: fmt
2018-09-23 21:00:36 +02:00
Florian Dehau
aa85e597d9
fix(crossterm): fix goto coordinates
2018-09-23 21:00:18 +02:00
Florian Dehau
5d52fd2486
refactor: remove custom termion backends
2018-09-23 20:55:50 +02:00
Florian Dehau
4ae9850e13
fix: replace links to assets
2018-09-09 08:55:51 +02:00
Antoine Büsch
f795173886
Unify Item and Text
2018-09-08 08:41:57 +02:00
Antoine Büsch
e42ab1fed8
Move Text to widgets/mod.rs
2018-09-08 08:41:57 +02:00
Antoine Büsch
0544c023f5
Rename Text::{Data -> Raw, StyledData -> Styled}
2018-09-08 08:41:57 +02:00