Commit Graph

4690 Commits (5e4c07816d0ae3550f38368a99dc1153a3faab50)
 

Author SHA1 Message Date
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
nick black 50df69ab31 [planes] implement MARGINALIZED in ncplane_create() #1472 3 years ago
nick black 78c8e70933 [planes] add NCPLANE_OPTION_MARGINALIZED #1472 3 years ago
nick black a3a4f40fa0 [bitmaps] add a big unit test on wiping 3 years ago
nick black d095ba9bb7 [keller] drop 2 unnecessary bitmap workarounds 3 years ago
nick black 0100e26d62 [ncplayer] use unique_ptr for view plane 3 years ago
data-man 6d4635fc5b Change ON to OFF 3 years ago
data-man 58a4e86c97 Rename QR code support option 3 years ago
nick black 0c36e1248e
[blit] skip over left/top trim, allowing neg placement #1470 3 years ago
nick black ca84f95379
[demo] vertically align fpsgraph at bottom 3 years ago
nick black fea6b51bdf
xray: horizontally center video 3 years ago
nick black a9d9093e22 rust: fix up notcurses_align() unification #1468 3 years ago
nick black 390bfc6647 ncplayer: extract handle_subtitle() 3 years ago
nick black df85fb55ba [bitmaps] fix bitmap placement when making a new plane #1468 3 years ago
nick black 229c1ab3c2 ncplane_new_internal: use ncplane_valign() #1468 3 years ago
nick black fc79dcd77a update rust for halign/valign #1468 3 years ago
nick black 86de98c5d2 Fix cell blit / plane vertical alignment
Deprecate ncplane_align(), after rewriting it as a passthrough
to new function ncplane_halign(). Add ncplane_valign(). Update
all callers. Closes #1468.
3 years ago
nick black 51ccd60e96 [kitty] comment up the graphics protocol] 3 years ago
nick black 8b3e692fa1
[ncplayer] don't vertically center until #1468 is resolved 3 years ago
nick black 958b75bed7 NCPLANE_OPTION_VERALIGNED for bitmaps #1465 3 years ago
nick black ff86bb0187 [ncvisual] first stab at NCVISUAL_OPTION_VERALIGNED #1461 3 years ago
nick black de69fd858b
fwrite vs ncputs
theoretically, fwrite() could get better performance than
fputs() due to knowing the length of its input buffer. i
didn't see any perf change beyond noise, but who knows.
3 years ago
nick black 465390f5e1 [planes] implement NCPLANE_OPTION_VERALIGNED #1465 3 years ago
nick black 6105913d06 [planes] add NCPLANE_OPTION_VERALIGNED #1465 3 years ago
nick black 3d586844fb
[intro] great scott! 3 years ago
nick black 625955ba63
[intro] cover the x-axis when we move 3 years ago
nick black 00634eb982
[ncdirect] honor xoff for bitmaps #1436 3 years ago