nick black
64d42212a3
v1.5.2
2020-06-19 15:25:41 -04:00
nick black
bea281d120
rust: update for new notcurses_options
2020-06-14 18:16:44 -04:00
nick black
0657267274
v1.5.1
2020-06-14 17:17:49 -04:00
nick black
4d9171aee1
rust: get libnotcurses-sys compiling #704
2020-06-11 23:32:31 -04:00
nick black
7fc38d8fdd
v1.5.0
2020-06-08 06:05:17 -04:00
nick black
3bc9a4cfa2
v1.4.5
2020-06-05 06:09:17 -04:00
nick black
6bbf15cbd4
bump rust versions
2020-06-03 10:12:28 -04:00
nick black
354ece5826
v1.4.4.1
2020-06-01 16:18:56 -04:00
nick black
230f3af8e1
v1.4.4
2020-06-01 15:32:23 -04:00
nick black
c08c9b7f7f
v1.4.3
2020-05-22 09:18:39 -04:00
nick black
5537692bd1
cells_rounded_box() is now exported
2020-05-17 10:36:20 -04:00
nick black
99990e9a92
sigh, rust
2020-05-17 09:23:56 -04:00
nick black
32d3ae91c8
v1.4.2.3
2020-05-17 09:01:53 -04:00
nick black
e132c6bb24
v1.4.2.2
2020-05-17 08:11:48 -04:00
nick black
49fb03655e
v1.4.2.1
2020-05-17 07:59:04 -04:00
nick black
38e67abd9d
v1.4.2
2020-05-17 07:29:10 -04:00
nick black
8b5b44cf36
v1.4.1
2020-05-10 22:21:48 -04:00
nick black
6a22040584
v1.4.0
2020-05-10 21:36:48 -04:00
nick black
e2b610506f
v1.3.4
2020-05-07 01:38:35 -04:00
nick black
8feb01c7cc
rust: use ncplane_dim_{y|x} from libnotcurses-sys
2020-05-02 08:23:48 -04:00
nick black
0d38adc60a
rust: move inline replacements to libnotcurses-sys
2020-05-02 08:13:15 -04:00
nick black
ff18138349
rust: ncplane_perimeter(), cells_rounded_box()
2020-05-02 08:04:13 -04:00
nick black
63f65a0902
rust: proper subslice in ncplane_putstr()
2020-05-02 07:17:17 -04:00
nick black
05753bd91a
v1.3.3
2020-04-26 21:25:23 -04:00
nick black
5909f8f000
minimum of 0.4.0 for serial_test
2020-04-21 06:30:46 -04:00
nick black
70c5facbc3
rust: implement ncplane_putstr_yx()
2020-04-21 06:25:02 -04:00
nick black
790a953c82
list libqrcodegen in README
2020-04-20 06:58:58 -04:00
nick black
1dad2c6b50
v1.3.2
2020-04-19 02:24:03 -04:00
nick black
e00ef4aca9
prep for 1.3.1
2020-04-18 00:35:15 -04:00
nick black
86e225dc4c
prep for 1.3.0 #460
2020-04-11 22:00:34 -04:00
nick black
24a9343b0b
prep for 1.2.9
2020-04-11 12:39:54 -04:00
nick black
69b716f7f8
prep for 1.2.8
2020-04-10 16:19:41 -04:00
nick black
89809d5b59
prep for 1.2.7
2020-04-09 20:21:33 -04:00
nick black
6d366380ed
prep for 1.2.6
2020-04-08 10:10:47 -04:00
Nick Black
c2a645e9af
Rust wrapper work ( #454 )
...
* packaging: s/libtinfo/Terminfo/g
* rust: add stddim_yx()
* rust: check for valid init in unit tests
* rust: serialize up tests
* constify notcurses_term_dim_yx()
* rust: add dim wrappers
* remove notcurses_resize() from public API #367
* call notcurses_resize() from notcurses_refresh() #367
2020-04-08 05:39:41 -04:00
nick black
c2d7983afc
rust: merge up from colloquy branch
2020-04-08 01:21:34 -04:00
nick black
df3dc6b5bc
prep for 1.2.5
2020-04-04 18:49:16 -04:00
nick black
9d7d7ebd8a
rust: add getc_blocking()
2020-04-04 04:34:49 -04:00
nick black
a3323fb22c
Enforce UTF8 where necessary in unit tests #428
...
Certain unit tests required UTF8 encoding on the output
terminal to work (#428 ). This includes anything which does
any kind of fill. Add enforce_utf8() checks to all such
tests that were missing them. Unit tests once again pass in
a pure ASCII environment.
2020-03-29 04:46:30 -04:00
nick black
6c81cb3b45
rust: use libnotcurses-sys, add test
2020-03-27 06:27:26 -04:00
nick black
cbacf006e5
libnotcurses-sys: update tests for new notcurses_options
2020-03-27 05:57:10 -04:00
nick black
7c6b655483
v1.2.4
2020-03-24 16:25:47 -04:00
Nick Black
c056a0a026
Subregion renders #293 ( #404 )
...
Add four new fields to notcurses_options: margin_{tblr}, which requests margins to the top, right, bottom, and left. Render only within those margins, leaving the screen otherwise untouched (well, cleared if using the alternate screen). #293
2020-03-13 05:07:33 -04:00
nick black
ac683e21d2
v1.2.3
2020-03-07 18:53:36 -05:00
nick black
e72111ac8b
v1.2.2
2020-02-24 00:03:00 -05:00
nick black
88c49df1b1
v1.2.1
...
DSFG demo can't have luigi
s/1.2.0/1.2.1/g
2020-02-20 05:13:22 -05:00
nick black
b2210f0cf9
Rust: build libnotcurses-sys from CMake #320
2020-02-18 13:18:20 -05:00
nick black
2b08c53075
prep for 1.2.0
2020-02-17 21:57:52 -05:00
nick black
7043cfcc65
rust: prep for 1.1.8
2020-02-11 19:14:01 -05:00
nick black
887726b0d9
Debian: move all symbols/history to 1.1.8
2020-02-11 19:11:34 -05:00