Commit Graph

4716 Commits (dankamongmen/thirdpass)
 

Author SHA1 Message Date
nick black 38a5e16f85
[raster] second pass on sprixel rasterization #1487 3 years ago
nick black d813a66581
[sixel] seed initial TAM matrix #1445 3 years ago
nick black 670dcbdd08
[kitty] initialize TAM matrix #1445 3 years ago
nick black dd6d9392ec
[unittests] add PixelTAMSetup test #1445 3 years ago
nick black 259c5f5e3e
[tests] pixel test shouldn't check for wipe function 3 years ago
nick black 23f3669af7
[ncdirect-pydemo] accept inability to disable cursor 3 years ago
nick black 4c735cd95d
[paint] why must we constify ourselves, every day 3 years ago
nick black 21de64f65b
ncdirect_cursor_move_yx: only use cursor_yx_get with a real terminal #1486 3 years ago
nick black afeed4d075
drone: run ctest with --output-on-failure 3 years ago
nick black cef16e77ce
disable PixelWipe test until we can keep it from OOMing ctest 3 years ago
nick black 05f73da2da
directmode: get cursor position if we need to for cursor move #1486 3 years ago
nick black 16603dda27
Merge branch 'master' of github.com:dankamongmen/notcurses 3 years ago
nick black 42436dd1cb
[drone] use TERM=vt100 for debian, alpine, and fedora 3 years ago
nick black 98d506d011 [plots] error path return fixups -- thanks, unit tests! 3 years ago
nick black 4ca2bb0940 [visual-details] get compiling with OIIO C++ 3 years ago
nick black 687aa93a84 [plots] c++ conversion done #1421 3 years ago
nick black acc5be058c [plots] move plot.cpp to C plot.c #1421 3 years ago
nick black d62ced7aa4 [TERMINALS] wezterm notes 3 years ago
nick black d2dfa0ecbb [ffmpeg] move C++ to C #1421 3 years ago
nick black 322e4f4b3b
[kitty] fix off-by-one in write_kitty_data(), ugh 3 years ago
nick black 913f06d59c
[PixelWipeImages] actually test image wiping 3 years ago
nick black 0434d75689
[unittests] correct checks for putchar 3 years ago
nick black b92991e57b
[visual] allow NCBLIT_PIXEL in ascii mode 3 years ago
nick black c67981d668
[unittests] don't export sprite_wipe_cell() 3 years ago
nick black 2dcca32cd8
debrelease: support other distributions 3 years ago
nick black 57114c8005
[bitmaps] remove redundant PixelWipeBlocks test 3 years ago
nick black 5e4c07816d
[stream] restore erase(), preserve tacache across sixels #1482 3 years ago
nick black da0da25269 [bitmaps] abstract out sprite_destroy() 3 years ago
nick black 65cc9a3ea9 [xray] keep bitmap plane below others 3 years ago
nick black 58c1cdf055 [bitmaps] ATL represent
Fix Sixel mutation by printing the Sixel first, and only then
printing text atop it. Come around a second time on sprixels
only. All tests and demos now work under both the Sixel and
the Kitty protocols.

Huzzah! World leader, bitch! Ain't nobody else done this.
3 years ago
nick black 7127118d27
[fallin] undo changes which put background on top 3 years ago
nick black c87992c452
[ncvisual] fix NCVISUAL_OPTION_VERALIGNED definition 3 years ago
nick black 51182e3315 [sixel] reproduce surgery map #1457 3 years ago
nick black 6907562c9c [kitty] apply tacache #1457 3 years ago
nick black 21c0e17c05 [kitty] tacache resuse #1457 3 years ago
nick black 2e1582af1f plane_blit_sixel: move back to memcpy() 3 years ago
nick black 094dd89bb7 [sixel] don't double-close fp on error 3 years ago
nick black dd5136256a [ffmpeg] don't erase() in stream() 3 years ago
nick black feb462bafa [sprixels] comment out debugging cruft 3 years ago
nick black 69c8e25894 [sprixels] kill glyph copy on sprixel load 3 years ago
nick black 4ee0582321 [bitmaps] introduce sprixcell_e enum #1457 3 years ago
nick black 85d0df491e
[bitmap] intensify unit tests 3 years ago
nick black cd6b9c2c87 [intro] kill unused param warnings 3 years ago
nick black f887b5a122
[intro] use NCSCALE_SCALE 3 years ago
nick black 11685e77cc
[sprixel_create] eliminate copy of glyph 3 years ago
nick black fac56fc2cc
[plane] incorporate left/top margins into resize #1472 3 years ago
nick black 5a6ee2d720
[ncplane_dup] remove cheerful diagnostic 3 years ago
nick black a8a42c2a50 [planes] implement ncplane_resize_marginalized() #1472 3 years ago
nick black 7c5b7fe85c [ncplane_new] allocate based on true length #1472 3 years ago
nick black 1688f66bc7 [ncplane_new_internal] fix diagnostic 3 years ago