Commit Graph

4945 Commits (6650fafca72024c8c3f2c85c32a0559a69798449)
 

Author SHA1 Message Date
joseLuís 6650fafca7 update .gitignore
exclude temporary script outputs
3 years ago
joseLuís 292383f4fb [rust] include files explicitly; add some links 3 years ago
joseLuís b618e991e5 [rust] update dependencies' version constraints 3 years ago
joseLuís de51e3a86d [rust] update readme 3 years ago
nick black 71c7432e46
[intro] manually resize greatscott to always hit cell boundary 3 years ago
nick black 16c47430d6
[view] add a sweet little picture-in-a-picture when pixel blitting is available 3 years ago
Nick Black 05662e54c2
Deepclean sixel on move (#1567)
Normally, we don't bother to edit Sixels in-place upon annihilation, since you can just print the character over them and be done with it. If we move one, however, we need to cut the annihilated pixels out of the Sixel. Failure to do so was leading to flicker around the base of the orca's Segway in the intro demo. This was a bit of a struggle, but it seems to work beautifully (though a bit slower than I would care for -- we'll do something about that). Closes #1555.
3 years ago
nick black c05b0683ec [sixel] don't emit $ prior to - #1565 3 years ago
nick black 60f5e8a210
stats: don't post failed_renders from update_render_bytes 3 years ago
nick black 3203139ac7
[kitty] damage moved/annihilated cells on delete 3 years ago
nick black 31dfa86725
clamp Sixel at a multiple of 6 #1560 3 years ago
nick black debd9e3578
reinitialize cells to OPAQUE when reloading sprixels 3 years ago
nick black df8ff1f947
update index page 2.2.6 -> 2.2.8 3 years ago
nick black b3c91ca4dd
sprixel_state: deal with margins #1561 3 years ago
joseLuís bc123fbba8 undo prev. ncvisual_resize related changes #1559 3 years ago
nick black 0a4b46a804
account for margins in sixel_state() #1561 3 years ago
nick black c008d50b03
sixel_debug() for #1561 3 years ago
joseLuís 0ec15fa920 update doc for ncvisual_resize; fix #1559 3 years ago
nick black d5b58d9f58
v2.2.8 3 years ago
nick black c0af379683
restore deprecated cell_extended_gcluster to ABI 3 years ago
nick black eefc4fb91f
v2.2.7 3 years ago
nick black c3c5b397a3
run ncvisual_resize() in bitmap tests #1559 3 years ago
joseLuís 6ab072c953 [rust] update example pixel-cell & remove poc-planebase 3 years ago
nick black 2f59fc7282
turn on sextants and quadrants for foot terminal emulator 3 years ago
nick black 67bac13f67
kill off-by-one in pixel scaling #1558 3 years ago
nick black 6a509328fa
sprite_wipe_cell -> sprite_wipe 3 years ago
nick black f19c6c88ff
add BitmapStretch unit test #1558 3 years ago
nick black 0ff59e5a95
visual: take placey into account for row calculation 3 years ago
joseLuís 1e69b48bbd [rust] add example issue-1559 #1559 3 years ago
nick black 17bde9ffa4
[kitty] clean all non-opaque on delete #1527 3 years ago
joseLuís c7f1c32f7f [rust] update pixel-cell example; #1546 3 years ago
nick black 74744abc89
[sixel] don't damage on delete just because new sprixel is mixed #1553 3 years ago
nick black 7d61457b37
ncvisual_inflate: call ncvisual_seed_details() #1546 3 years ago
joseLuís 8209bc6841 [rust] use deprecated blacklist_function; #1339 3 years ago
joseLuís 08a3edb71f [rust] update pixel-cell example; #1546 3 years ago
joseLuís 88c89f2d30 [rust] add ncvisual_inflate; update function-summary; fixes
- add ncvisual_inflate function
- update function-summary script & related data
- update cell inner comments.
- fix several doc inner links.
3 years ago
nick black 3bdd5ce142
scrub TAM boundaries in sixel+kitty #1553 3 years ago
nick black 74862a32b8
kitty: partial sprixcells cannot be opaque #1553 3 years ago
nick black 8a4bd09d9b
demo: stop input on error path before notcurses_stop() 3 years ago
nick black dd327a381f
[intro] leave greatscott up while fading main 3 years ago
nick black 1f0edcb60f
demo: always move hud/fps off-pile to hide #1552 3 years ago
nick black 317cbb3fdb
sixel_draw: break out of loop faster #1527 3 years ago
nick black c875eb4544
clamp Sixel to max supported size #1550 3 years ago
nick black 266ed71c0b
ncdirect_stream: fix c++ wrapper's error guard 3 years ago
nick black 1722714ee6 tighten up visual unit tests 3 years ago
nick black 2b5b62c110 ncvisual_blitset_geom: tighten tests on len and vertical alignment 3 years ago
nick black 2ebe209c7f implement ncvisual_inflate(), add unit test #1546 3 years ago
nick black 6b7195a387 document new function ncvisual_inflate() #1546 3 years ago
nick black 2d73ba79e4
Detach sprixel from ncvisual
The ncvisual can't own the sprixel -- we could very well
blit it twice to two different planes, wipe cells from one
and not the other, and not want those shared. Instead, it's
owned by the plane. This clears up the ownership/lifetime
story quite a bit, and closes #1548, where only the most
recent of several blittings of a sprixel was visible.
3 years ago
Nick Black 8c6cd6a630
Further work on opacity optimizations (#1549)
* [bitmap] on move, clear old OPAQUE cells #1527
* update ncvisual_blitter_geom() documentation #1547
* replace some ncvisual_blitter_geom with NCVISUAL_OPTION_VERALIGNED
* [normal] replace ncvisual_blitter_geom with NCVISUAL_OPTION_VERALIGNED
* [intro] use ncvisual_blitter_geom() correctly #1547
* ncvisual_blitter_geom: only set *blitter on success
3 years ago