nytopop
8a9c76b003
Don't highlight Tabs separator behind selection
2019-06-03 20:11:03 +02:00
DarrienG
41cdd3e261
Provide clone and debug for Text type
2019-05-28 07:52:24 +02:00
Florian Dehau
fe17165c39
Release v0.6.0
2019-05-18 18:52:58 +02:00
svartalf
e18671c1e4
Relaxing crossterm dependency version
2019-05-18 18:49:12 +02:00
Timon_Post
b5f6219d39
updated to 0.9.4
2019-05-17 14:25:55 +02:00
Timon_Post
5ed82aac5f
removed project files
2019-05-17 14:25:55 +02:00
Timon_Post
f6a0a91a23
fmt
2019-05-17 14:25:55 +02:00
timonpost@hotmail.nl
5645d0de03
gitignore
2019-05-17 14:25:55 +02:00
timonpost@hotmail.nl
ffaaf5e39c
review update
2019-05-17 14:25:55 +02:00
timonpost@hotmail.nl
567cf7b8e5
update 0.9.2
2019-05-17 14:25:55 +02:00
Florian Dehau
5f8dd38135
Release v0.5.1
2019-04-14 12:18:45 +02:00
Florian Dehau
a74d335cb4
Fix clippy warnings
2019-04-14 11:48:35 +02:00
Florian Dehau
6d594143ed
Format
2019-04-14 11:43:12 +02:00
Florian Dehau
7a5ad3fbdb
Fix sparkline panic when max is zero
2019-04-14 11:35:41 +02:00
lcolaholicl
584f7688f4
Fix a wrongly linked link
2019-04-02 12:35:37 +02:00
Florian Dehau
4436110c44
Improve onboarding in documentation
2019-03-24 21:37:55 +01:00
lws
8a7c9d49b2
fix typo of CHANGELOG
2019-03-17 17:43:24 +01:00
lws
b5d41caace
fix typo of CHANFELOG
2019-03-17 17:43:24 +01:00
Curtis Malainey
206813d560
fix typo
2019-03-11 11:58:30 +01:00
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