nick black
86e09bec49
v3.0.2
2021-12-21 09:01:43 -05:00
nick black
53c95b6d86
v3.0.1
2021-12-12 15:11:17 -05:00
nick black
7bbc669813
v3.0.0
2021-12-02 04:41:48 -05:00
nick black
caaeec5094
Place ncneofetch properly ( #2415 )
...
* ncplane_polyfill_inner: plug memory leak on error paths
* [progbar_create] memory leak on error path
* ncvisual_polyfill_core: memory leaks on error paths
* notcurses_early_init: memory leak on error path
* [demo] fix summary table for ASCII #2402
* [sliders] make it work in ASCII #2402
* add ncplane_ascii_box() #2402
* [notcurses-info] use capabilities accessors for blitters
2021-12-02 01:45:49 -05:00
Mukundan314
96148a8dd9
do only rely on cmdclass
2021-11-30 10:10:07 -05:00
Mukundan314
34936d5f25
fix pip installation for cffi
2021-11-30 10:10:07 -05:00
nick black
aa0c3ef1a9
sync all versions to 2.4.99 #2402
2021-11-30 02:16:17 -05:00
nick black
0dfc5facdf
2.4.98 trial balloon
2021-11-21 00:33:46 -05:00
nick black
e205cde05f
set versions to 2.4.97 for prep nuget build #2354
2021-11-18 21:36:24 -05:00
nick black
ca0b168192
name everything 2.4.99
2021-11-17 19:40:32 -05:00
nick black
c20e859a6d
[python] API conversions
2021-11-08 21:05:15 -05:00
nick black
97f63dc954
v2.4.8
2021-10-23 06:36:18 -04:00
nick black
acb91339e4
v2.4.7
2021-10-16 23:52:33 -04:00
nick black
41764d3691
v2.4.6
2021-10-16 16:01:21 -04:00
nick black
7ba72c4c20
v2.4.5
2021-10-07 04:30:05 -04:00
nick black
ff84058f5c
v2.4.4
2021-10-03 00:20:52 -04:00
nick black
a603d265a4
v2.4.3
2021-09-26 12:35:50 -04:00
nick black
5269e4b709
v2.4.2
2021-09-20 08:03:12 -04:00
nick black
f9df8e14fc
v2.4.1
2021-09-12 22:14:19 -04:00
nick black
8aa856f20b
v2.4.0
2021-09-06 05:29:56 -04:00
nick black
e6ce5196d3
v2.3.18
2021-08-31 20:06:55 -04:00
nick black
1915fb48a1
v2.3.17
2021-08-22 16:08:03 -04:00
nick black
5449878840
v2.3.16
2021-08-19 22:14:45 -04:00
nick black
c9fbc5d7f9
v2.3.15
2021-08-17 19:18:05 -04:00
nick black
28def058ce
v2.3.14
2021-08-17 18:32:46 -04:00
nick black
9fcbf00420
v2.3.13
2021-08-04 23:37:22 -04:00
nick black
1e248e41e1
v2.3.12
2021-07-29 00:55:19 -04:00
nick black
30d71ab6b9
v2.3.11
2021-07-20 14:07:47 -04:00
nick black
3aaff6a944
v2.3.10
2021-07-14 22:41:59 -04:00
nick black
561f4eba8c
v2.3.9
2021-07-12 12:24:38 -04:00
nick black
83d8724e63
updating CELL_ -> NC_ references
2021-07-10 18:34:00 -04:00
nick black
1189891167
v2.3.8
2021-07-04 01:14:12 -04:00
nick black
8b6a30cba8
v2.3.7
2021-06-29 07:10:22 -04:00
nick black
481d539092
v2.3.6
2021-06-23 22:35:19 -04:00
nick black
a14a5271ac
v2.3.5
2021-06-23 13:07:42 -04:00
nick black
160868d9e8
v2.3.4
2021-06-12 17:27:28 -04:00
nick black
4ca1036da9
v2.3.3
2021-06-12 16:54:36 -04:00
nick black
507d2c8d8e
v2.3.2
2021-06-03 02:29:13 -04:00
Sunjay Cauligi
b2523cf7dd
fix cffi build for other architectures
2021-05-19 15:56:16 -04:00
nick black
739c96032d
v2.3.1
2021-05-18 04:03:27 -04:00
Sunjay Cauligi
0e6f40eb4f
fix cffi build
2021-05-16 13:41:01 -04:00
Sunjay Cauligi
651f80cfac
autogenerate cffi from notcurses header files
2021-05-15 23:14:18 -04:00
nick black
ea4c593455
v2.3.0
2021-05-09 18:54:22 -04:00
nick black
dc9db79100
v2.2.11
2021-05-08 18:25:13 -04:00
nick black
2d6bdd3b5b
v2.2.10
2021-05-05 05:18:57 -04:00
nick black
923bc40516
v2.2.9
2021-05-03 02:51:04 -04:00
Nick Black
2c5d938cbd
Paint sprixels bottom-to-top ( #1589 )
...
* Paint sprixels in order, bottom-to-top
We don't want to have to track sprixel order whenever someone
moves an ncplane, so just keep a list growing backwards as we
pass top-to-bottom in notcurses_render_internal(). Each time
we hit a sprixel plane, splice it out of the sprixel list, and
add it to the front of our temporary list. When we hit the
bottom, stick this temporary list on the end of our existing
list (any such planes are to be deleted, which comes before
drawing). Closes #1575 .
* reorder collected sprixellist; solves kitty but breaks sixel =/ #1575
* remove debugging cruft
* [rust] fix up mergedown mutability
2021-04-24 13:08:09 -04:00
Nick Black
c8680255be
palette256 -> ncpalette #1570 ( #1573 )
...
everything prefixed with palette256 is now prefixed with ncpalette
2021-04-22 04:11:06 -04:00
nick black
d5b58d9f58
v2.2.8
2021-04-18 13:24:24 -04:00
nick black
eefc4fb91f
v2.2.7
2021-04-18 12:34:41 -04:00