Commit Graph

161 Commits (332bf7164215d7b8c66243eeb736fcbdb842c437)

Author SHA1 Message Date
nick black 97f63dc954
v2.4.8 3 years ago
nick black acb91339e4
v2.4.7 3 years ago
nick black 41764d3691
v2.4.6 3 years ago
nick black 7ba72c4c20
v2.4.5 3 years ago
nick black ff84058f5c
v2.4.4 3 years ago
nick black a603d265a4
v2.4.3 3 years ago
nick black 5269e4b709
v2.4.2 3 years ago
nick black f9df8e14fc
v2.4.1 3 years ago
nick black 8aa856f20b
v2.4.0 3 years ago
nick black e6ce5196d3
v2.3.18 3 years ago
nick black 1915fb48a1
v2.3.17 3 years ago
nick black 5449878840
v2.3.16 3 years ago
nick black c9fbc5d7f9
v2.3.15 3 years ago
nick black 28def058ce
v2.3.14 3 years ago
nick black 9fcbf00420
v2.3.13 3 years ago
nick black 1e248e41e1
v2.3.12 3 years ago
nick black 30d71ab6b9
v2.3.11 3 years ago
nick black 3aaff6a944
v2.3.10 3 years ago
nick black 561f4eba8c
v2.3.9 3 years ago
nick black 1189891167
v2.3.8 3 years ago
nick black 8b6a30cba8
v2.3.7 3 years ago
nick black 481d539092
v2.3.6 3 years ago
nick black a14a5271ac
v2.3.5 3 years ago
nick black 379453c8ea
render piles to file/buffer
Replace notcurses_render_to_file() and
notcurses_render_to_buffer() with variants that work
on arbitrary piles (the former only worked on the standard
pile). Rewrite the former as trivial wrappers around the
latter, and deprecate the former. Closes #1770.
3 years ago
nick black cadd4aefee s/CELL_ALPHA_/NCCELL_ALPHA_/g 3 years ago
nick black 160868d9e8
v2.3.4 3 years ago
nick black 4ca1036da9
v2.3.3 3 years ago
nick black d730abb6b0 notcurses_render: purge falsehood #1732 3 years ago
nick black 507d2c8d8e
v2.3.2 3 years ago
Nick Black cd2b5de5fa
Panblitter ncplane_as_rgba() (#1697)
ncplane_as_rgba: genericize across blitters

ncplane_as_rgba() previously was implemented explicitly
in terms of NCBLIT_2x1. it now uses the `egcs` field of the
`blitset`. this supports NCBLIT_2x2 and NCBLIT_3x2 in
ncplane_rgba(). Closes #1490.
3 years ago
nick black 739c96032d
v2.3.1 3 years ago
nick black ea4c593455
v2.3.0 3 years ago
nick black dc9db79100
v2.2.11 3 years ago
nick black 2d6bdd3b5b
v2.2.10 3 years ago
nick black 923bc40516
v2.2.9 3 years ago
nick black d5b58d9f58
v2.2.8 3 years ago
nick black eefc4fb91f
v2.2.7 3 years ago
nick black e017dcba89
v2.2.6 3 years ago
nick black 9546b7e914
move logo to doc/ from data/ to keep install simple 3 years ago
nick black 57114c8005
[bitmaps] remove redundant PixelWipeBlocks test 3 years ago
nick black 3c0a765599
notcurses_render.3: render a pile, not planes 3 years ago
nick black bc84987af5
v2.2.3 3 years ago
nick black c10f5a40ce
v2.2.2 3 years ago
nick black be4a9154a8
v2.2.1 3 years ago
nick black 3cdf7160de
v2.2.0 3 years ago
nick black 54ca2249df
v2.1.8 3 years ago
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.
3 years ago
nick black 121f10a9c5
v2.1.7 3 years ago
nick black 57271d09ce
v2.1.6 3 years ago
nick black 3ecdde74d0
v2.1.5 4 years ago