nick black
c733f33b81
ncls: add -L argument, skeleton for stat()
2020-11-29 10:44:04 -05:00
nick black
65856c37b4
ncls: more command line parameters
2020-11-29 10:44:04 -05:00
nick black
47d5347f01
run mojibake after normal; it looks cool
2020-11-27 21:07:23 -05:00
nick black
2a45620cd6
v2.0.8
2020-11-27 16:49:56 -05:00
nick black
73b2f1bf19
v2.0.7
2020-11-22 00:22:11 -05:00
nick black
acdcf9e41f
v2.0.6
2020-11-21 23:35:24 -05:00
nick black
537caa2173
v2.0.5
2020-11-21 22:29:02 -05:00
nick black
7622cefc3a
v2.0.4
2020-11-10 10:50:30 -05:00
nick black
0d31a03be9
v2.0.3
2020-11-09 13:45:59 -05:00
nick black
4fb09431ac
notcurses_visual/notcurses-view: update man pages for sexblitter
2020-11-01 08:40:06 -05:00
nick black
e3a617f20d
demo: add skeleton of (k)eller #736
2020-10-29 18:15:42 -04:00
nick black
8b171c215e
notcurses-view: accept sexblitter for -b
2020-10-29 18:15:42 -04:00
nick black
3e75b1e090
notcurses-view.1: typos, expand on default behavior
2020-10-28 18:41:34 -04:00
nick black
8189d21709
v2.0.2
2020-10-25 10:10:50 -04:00
nick black
0c0404ec51
clarify DFSG for notcurses-demo.1
2020-10-23 10:52:18 -04:00
nick black
ac60e80923
notcurses-view: add -L for looping #1066
2020-10-21 00:47:21 -04:00
nick black
a4546c86e3
v2.0.1
2020-10-19 03:15:32 -04:00
nick black
46bd3dc4b4
notcurses-view.1: add -q, -h to man page #1069
2020-10-18 21:52:00 -04:00
nick black
a0afbdfb15
notcurses-view: support -b to select blitter #1063
2020-10-17 19:52:19 -04:00
nick black
65974aeb0b
v2.0.0
2020-10-12 12:33:21 -04:00
nick black
8c9611d085
v1.7.6
2020-10-09 20:07:01 -04:00
nick black
20a49d053d
v1.7.5
2020-09-29 13:12:17 -04:00
nick black
8d347d14bb
move ncreel to PoCs, don't install #1033
2020-09-28 07:20:16 -04:00
nick black
f02263e977
v1.7.4
2020-09-20 17:30:46 -04:00
nick black
4459efa216
v1.7.3
2020-09-19 21:21:52 -04:00
nick black
bb58e4db41
notcurses-demo.1: add note about wcwidth
2020-09-16 14:25:25 -04:00
nick black
94aa8f08f1
grid looks better before mojibake #1012
2020-09-14 02:42:01 -04:00
nick black
bc097a5674
v1.7.2
2020-09-10 04:14:01 -04:00
nick black
70f062aff5
v1.7.1
2020-08-31 21:49:39 -04:00
nick black
64fe8f6c07
v1.7.0
2020-08-30 19:12:16 -04:00
nick black
c93243fd54
v1.6.20
2020-08-30 01:25:44 -04:00
nick black
ffa9dcc862
people <3 chunli; move her up in demo sequence
2020-08-29 20:52:54 -04:00
nick black
e92b7fd6ea
v1.6.19
2020-08-27 12:43:28 -04:00
nick black
6526e58c00
v1.6.18.4
2020-08-27 12:30:29 -04:00
nick black
6ea73e6e45
v1.6.18.3
2020-08-27 08:18:38 -04:00
nick black
550c02d8ac
v1.6.18.2
2020-08-27 07:26:28 -04:00
nick black
d11d8175d0
v1.6.18.1
2020-08-27 03:10:48 -04:00
nick black
6d7f9eb501
v1.6.18
2020-08-25 18:24:19 -04:00
nick black
1ac789adf2
unite email addresses in man pages
2020-08-24 01:43:31 -04:00
nick black
026b94969d
cffi heap allocations are zero-initialized #942
2020-08-23 22:27:50 -04:00
nick black
4ebf8f748c
v1.6.16
2020-08-22 23:12:04 -04:00
nick black
49ae79341d
v1.6.15
2020-08-16 11:04:43 -04:00
nick black
dc99d56ac1
v1.6.14
2020-08-16 10:06:33 -04:00
nick black
e897de3700
v1.6.13
2020-08-16 08:54:22 -04:00
nick black
935ae0378b
demo changes
...
* Tighten up the HUD, now only as large as it needs be
* Show another digit on timer (milliseconds)
* Move allgraph towards the back
2020-08-15 17:38:20 -04:00
nick black
9704f5cbe7
v1.6.12
2020-08-12 09:37:59 -04:00
Nick Black
11d6a4eb89
New reel layout algorithm #818 ( #870 )
...
New reel layout algorithm based on trimming and sifting. Fixes the original issue of #818 , though I'm not marking that bug fixed until I've resolved the little issues remaining with this one.
Back off CMake version dependency, see if we can get by with 3.11.4 for EPEL8 #851
Simplify tablet drawing tremendously by separating tablet border and data planes. Callbacks no longer need worry about the borders; they can simply fill the plane they're handed. #833
Improve notcurses_debug() a bit
Add ncplane_new_named() and friends to expose plane naming to the user.
Add internal ncplane_genocide() to kill a plane and all its bound descendents
New industrial-strength ncreel unit testing
notcurses-ncreel now accepts -ln for log level n
Add ncplane_parent() and ncplane_parent_const()
2020-08-09 17:40:59 -04:00
nick black
fa76f5a432
v1.6.11
2020-08-03 02:47:07 -04:00
nick black
8cfd1677c4
v1.6.10
2020-08-01 17:53:19 -04:00
nick black
f5f9808d80
install notcurses-pydemo.1 as part of python #836
2020-07-29 09:37:35 -04:00
nick black
f62277a69b
add zoo demo #628
2020-07-29 01:15:50 -04:00
nick black
9976efdcef
notcurses-demo: fedora/ubuntu also use DFSG tarball
2020-07-27 00:37:50 -04:00
nick black
d126c71dd6
v1.6.9
2020-07-26 23:27:11 -04:00
nick black
f8c16ceb79
v1.6.8
2020-07-26 22:20:52 -04:00
nick black
4f8673b0e9
v1.6.7
2020-07-26 21:25:52 -04:00
nick black
17f1323c20
v1.6.6
2020-07-19 21:55:10 -04:00
nick black
308b49da5a
v1.6.5
2020-07-19 21:16:53 -04:00
nick black
b2e924319b
v1.6.4
2020-07-19 20:09:14 -04:00
nick black
a4ee5bd9c7
v1.6.3
2020-07-16 12:53:42 -04:00
nick black
3f544a4ed1
v1.6.2
2020-07-15 23:34:25 -04:00
nick black
1cc0371373
v1.6.1
2020-07-12 03:20:50 -04:00
nick black
284dfc4fad
v1.6.0
2020-07-04 22:40:32 -04:00
nick black
6ab11e679f
v1.5.3
2020-06-28 16:18:57 -04:00
nick black
1dfcb826a6
skeleton of mojibake demo #689
2020-06-23 03:43:26 -04:00
nick black
64d42212a3
v1.5.2
2020-06-19 15:25:41 -04:00
nick black
ffab8b5294
lay groundwork for ncneofetch #550
2020-06-17 16:44:32 -04:00
nick black
0be0b208de
man pages: s/the console/a terminal/g
2020-06-16 09:50:58 -04:00
nick black
0657267274
v1.5.1
2020-06-14 17:17:49 -04:00
Nick Black
068b1c952a
Dragon demo #708 ( #710 )
...
* define dragon curve demo #708
* demo: distinguish abort from fail, color-wise
* dragon: ncvisual-based #708
2020-06-13 00:06:33 -04:00
nick black
7fc38d8fdd
v1.5.0
2020-06-08 06:05:17 -04:00
nick black
465f4694b8
rename pixel -> ncpixel
2020-06-06 23:14:24 -04:00
nick black
633ef1f76c
add beginnings of yield demo
2020-06-05 15:14:07 -04:00
nick black
595a697146
notcurses-view: space now pauses #603
2020-06-05 11:51:05 -04:00
nick black
3bc9a4cfa2
v1.4.5
2020-06-05 06:09:17 -04:00
nick black
c0f820db94
notcurses-view: select blitter with numbers #671
2020-06-03 16:32:27 -04:00
nick black
5ff84cb9dd
add 'a'llglyphs demo #668
2020-06-02 21:42:52 -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
e879bf8f93
let outro demo run on no-multimedia builds
2020-05-31 23:15:43 -04:00
Nick Black
ebcba82d4b
Fully general ncvisual layer ( #647 )
...
This represents an essentially complete rewrite of ncvisual and associated code. It had two major goals:
Improve the ncvisual API based off lessons learned, pursuant to the upcoming API freeze. In particular, I wanted to:
decouple ncvisuals from ncplanes. It should be possible to render a ncvisual to multiple planes, with different scaling each time. It should be possible to create an ncvisual without a plane, etc.
normalize the various ways of constructing an ncvisual -- file, memory, plane, etc.
Support multiple blitters, from 7-bit ASCII to Sixel. This required writing the blitters in several cases, and they're not yet in their final implementations (but the API is fine)
I have not yet unified Plots and Visuals, and might not, given that the Plot code works fine. We could at this point implement Plots in terms of Visuals, though -- the blitter backend range has been unified. Sixel is not yet implemented, though it is listed.
There is a new POC tool, blitter. It renders its arguments using all possible blitter+scaling combinations. Another new POC, resize, displays its argument, then resizes it to the screen size and displays that, explicitly making use of ncvisual_resize() rather than a scaling parameter to ncvisual_render().
This also eliminates some memory leaks and bugs we were seeing in trunk, and brings in Sixel scaffolding.
The C++ wrapper will also need patching back up; I cut most of it down while wrestling with this crap, urk.
Closes #638 , #562 , and #622 .
2020-05-28 21:16:58 -04:00
nick black
c08c9b7f7f
v1.4.3
2020-05-22 09:18:39 -04:00
nick black
07e894c40c
v1.4.2.4
2020-05-20 15:38:23 -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
84107c547d
view: support -m argument for margins #551
2020-04-29 03:24:11 -04:00
nick black
6e8a0bebae
view: support -k to inhibit alternate screen #551
2020-04-29 03:08:21 -04:00
nick black
dcf262207b
notcurses-tetris.1: write up keys
2020-04-27 00:36:54 -04:00
nick black
05753bd91a
v1.3.3
2020-04-26 21:25:23 -04:00
nick black
7d1e3c77c8
oiio: image scaling #535 , subimages for video #536
2020-04-26 18:33:52 -04:00
nick black
fdf8c4544e
fallin: move falling planes to top of z-axis
2020-04-26 08:29:22 -04:00
nick black
ffbcb069a6
man pages: s/FFmpeg/multimedia/g
2020-04-25 15:54:09 -04:00
Nick Black
fe8034b5e0
ncfdplane, fileroller PoC, ncfdplane unit tests, qrcodes #24 #514 ( #524 )
...
* first draft of ncsubproc spec
* qrcode first draft #24
* demo: add qrcode demo skeleton, entries #24
* qrcode demo #24
* fedora python build changes from @dcantrell
* ncplane_qrcode() works #24
* add some flash to the qrcode demo #24
* drone: use newest builders
* fix up rgb PoC
* drop jungle demo to 100Hz target
* add fd.c
* ncfd skeletons
* more ncfdplane #514
* ncfdp i/o loop
* ncfp: improve uinit test, write core
* firm up ncfdplane #514
* fileroller PoC #514
* ncplane: allow '\n' in stream when scrolling #523
2020-04-20 23:26:41 -04:00
nick black
38cca493e7
man pages: terminals don't honor COLORTERM, they honor escapes
2020-04-19 17:12:13 -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