Florian Dehau
e0ab1e906e
Release v0.5.0
2019-03-10 18:21:02 +01:00
Florian Dehau
f8b3526426
Add code example for Constraint::Ratio
2019-03-10 18:05:27 +01:00
Florian Dehau
d83baab433
Add modifiers in demo
...
As several modifiers are now supported on the same `Style` struct, make sure
that this feature is illustrated in some places of the demo.
2019-03-10 17:43:56 +01:00
Florian Dehau
43e38ac483
Fix Buffer::merge
...
Coordinates returned by Buffer::pos_of were interpreted as local coordinates
while they were global. This was resulting in panics due to out of bounds
accesses. Interpreting the coordinates as global and using correct offsets
when computing the new index within the buffer for each cell fix the issue.
2019-03-10 17:36:14 +01:00
David Flemström
b079d4da4c
Fix some examples that accidentally changed color
2019-03-10 15:56:56 +01:00
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
7c4a3d2b02
fix(examples): bring in line with demo organization
2019-02-26 07:49:59 +01:00
defiori
8db1bb56f2
fix: curses demo required features
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
Temirkhan Myrzamadi
32de7a3fdc
Fix the example compilation error
2019-02-26 07:37:07 +01:00
Florian Dehau
f20512b599
feat: add rustbox and crossterm demo
2019-02-10 23:28:31 +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
f5d7f70472
Release v0.4.0
2019-02-03 23:03:48 +01:00
Florian Dehau
0168442c22
chore: remove typos
2019-02-03 22:42:09 +01:00
Florian Dehau
22579b77cc
chore(Makefile): make run-examples compile the examples in release mode
2019-02-03 22:42:09 +01:00
Florian Dehau
09c09d2fd1
fix(examples): remove logging in layout example
2019-02-03 22:42:09 +01:00
Florian Dehau
b669cf9ce7
style: fix clippy warnings
2019-02-03 22:42:09 +01:00
Florian Dehau
5bc617a9a6
chore(Makefile): build and test using all features
2019-02-03 22:42:09 +01:00
Florian Dehau
a75b811061
chore: bump itertools to 0.8
2019-02-03 22:42:09 +01:00
Florian Dehau
ec6b46324e
feat(examples): add cmd line args to the demo
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
7f31a55506
chore: show appveyor build status
2019-02-03 19:00:49 +01:00
Florian Dehau
2286d097dc
chore(ci): add appveyor config
2019-02-03 18:57:42 +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
Sven-Hendrik Haase
d7e4a252fb
Mention crossterm in README
2019-01-15 15:46:48 +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
063ab2f87d
Improve the Paragraph example
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