nick black
9546b7e914
move logo to doc/ from data/ to keep install simple
2021-04-03 21:26:04 -04:00
nick black
b92991e57b
[visual] allow NCBLIT_PIXEL in ascii mode
2021-03-28 19:40:21 -04:00
nick black
57114c8005
[bitmaps] remove redundant PixelWipeBlocks test
2021-03-28 16:59:02 -04:00
nick black
c87992c452
[ncvisual] fix NCVISUAL_OPTION_VERALIGNED definition
2021-03-28 11:16:10 -04:00
nick black
f714337fe1
[visual] NCVISUAL_OPTION_HORALIGNED for cell blitters #1443
2021-03-25 20:41:02 -04:00
nick black
033ae7f93e
[capabilities] eradicate notcurses_canpixel()
2021-03-25 20:41:02 -04:00
nick black
828cce634a
[capabilites] remove redundant notcurses_canpixel()
2021-03-25 20:41:02 -04:00
nick black
2cf0f06562
[visual] add OPTION_HORALIGNED #1443
2021-03-24 05:22:15 -04:00
nick black
a6548fbcc8
[ncvisual] refuse to blit bitmaps to standard plane
2021-03-22 03:43:18 -04:00
nick black
66e545f160
[pixel] fill out only through the plane #1391
2021-03-16 19:24:39 -04:00
nick black
04ad933a4b
ncplayer: don't try to drive four/eight #1406
2021-03-14 03:49:18 -04:00
nick black
f35e2eb982
notcurses_visual.3: link to sixel/kitty
2021-03-08 23:31:27 -05:00
nick black
bc84987af5
v2.2.3
2021-03-08 07:10:50 -05:00
nick black
cd0aaf58a2
normalize blitter names
2021-02-27 19:03:42 -05:00
nick black
6c7c9be6d2
require explicit check for pixel support
...
Add `notcurses_check_pixel_support()` and
`ncdirect_check_pixel_support()` per #1367 . Removes
NCOPTION_VERIFY_SIXEL, again per #1367 . Adds
`free_terminfo_cache()`, and calls it from both
`notcurses_stop_minimal()` and `ncdirect_stop()`.
Update all documentation. Closes #1371 and #1367 .
2021-02-27 19:03:42 -05:00
nick black
036d0a8697
s/NCBLIT_SIXEL/NCBLIT_PIXEL/g #1095
2021-02-27 19:03:42 -05:00
nick black
c10f5a40ce
v2.2.2
2021-02-18 07:07:26 -05:00
nick black
1b1e0b88be
ncplane_qrcode: drop blitter argument, update docs
2021-02-15 03:34:14 -05:00
nick black
be4a9154a8
v2.2.1
2021-02-09 19:34:03 -05:00
nick black
3cdf7160de
v2.2.0
2021-02-08 09:35:34 -05:00
nick black
cff8767de7
notcurses_visual.3: fix up markdown syntax
2021-02-07 22:10:41 -05:00
nick black
54ca2249df
v2.1.8
2021-02-03 08:34:49 -05:00
nick black
b0915d1db6
Proper transparent blitter stacking
...
This completes the work for #1068 . This addressed a subtle issue.
When we're using pixel->semigraphic art, we want slightly different
rendering. Essentially, imagine that we have two images, each two
pixels tall and one pixel wide. The top image is a transparent pixel
above a white pixel. The bottom image is a white pixel above a black
pixel. We'd expect the result to be two white pixels, but we can
instead get a black pixel above a white pixel. This is because the
*background* color is being merged from the bottom plane, but really
we want the *top* color. Ncvisuals are now blitted along with
information regarding which quadrants they draw over, and when
appropriate, we invert the foreground and background. Closes #1068 .
2021-02-02 00:57:58 -05:00
nick black
121f10a9c5
v2.1.7
2021-01-21 03:21:31 -05:00
nick black
57271d09ce
v2.1.6
2021-01-21 02:44:00 -05:00
nick black
3ecdde74d0
v2.1.5
2021-01-15 05:14:07 -05:00
nick black
e617acecc7
v2.1.4
2021-01-03 19:55:32 -05:00
nick black
70b74a749b
v2.1.3
2020-12-31 02:57:16 -05:00
nick black
55d563b646
v2.1.2
2020-12-26 02:53:40 -05:00
nick black
dd1cdc40d5
add NCSCALE_NONE_HIRES, NCSCALE_SCALE_HIRES #1250
2020-12-25 23:28:50 -05:00
nick black
9268109778
update man pages for ncvisual_media_defblitter() #1114
2020-12-25 17:37:27 -05:00
nick black
d6d5757b1d
v2.1.1
2020-12-16 17:42:06 -05:00
nick black
6edafd1f84
v2.1.0
2020-12-13 03:04:23 -05:00
nick black
8497ee1877
v2.0.12
2020-12-12 06:42:47 -05:00
nick black
eb485cda21
v2.0.11
2020-12-09 00:34:37 -05:00
nick black
361a253aea
v2.0.10
2020-12-06 13:22:26 -05:00
nick black
8083b46e3b
v2.0.9
2020-12-01 04:37:37 -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
259b2b6012
make it clear that sixel is not yet supported
2020-11-11 03:12:37 -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
173265a99f
notcurses_visual.3.md: set argument names off in italic #1103
2020-11-06 16:10:58 -05:00
nick black
168f0642e4
notcurses_visual.3 update man page syntax
2020-11-02 00:40:54 -05:00
nick black
4fb09431ac
notcurses_visual/notcurses-view: update man pages for sexblitter
2020-11-01 08:40:06 -05:00
nick black
8d66938a0e
sexblitter: purge NCBLIT_1x1x4, add NCBLIT_3x2 #1071
2020-10-29 18:15:42 -04:00
nick black
8189d21709
v2.0.2
2020-10-25 10:10:50 -04:00
nick black
b35c680f48
add LoopVideo unit test #1066
2020-10-21 00:47:21 -04:00