Commit Graph

4421 Commits (66725909961fc790298ba4dd5b2a8a49cc2027a7)
 

Author SHA1 Message Date
nick black f09ed74e84
sixel: purge leftover cruft 3 years ago
nick black 647225bee3
sixel: document some stuff, drop memset() 3 years ago
nick black a9c257465a
keller demo: separate legend lines 3 years ago
nick black 7e451c42d2
eliminate duplicate set_fd_nonblocking() 3 years ago
nick black a759f9ba0b
keller: always begin at row 1 3 years ago
nick black 1b2aedff67
keller: add pixel iteration #1281 3 years ago
nick black 49c7b6be3f
sixel_blit: dumb quantization algorithm #1378 3 years ago
nick black 3382de37e3
ncdirect_render_frame: single row for NCBLIT_PIXEL #1380 3 years ago
nick black e0de3c310b
sixel_blit(): drop all use of x/y; we map to a single cell #1380 3 years ago
nick black 69765080e7
ncplayer: start on row 1 for NCBLIT_PIXEL #1380 3 years ago
nick black 4a203ef0a9
direct mode: optimize out redundant SETAF, nice 3 years ago
nick black dc62ce46f1
sixel_blit: apply sixel RLE #1378 3 years ago
nick black 38e60a3c0a sixel_blit(): get it working #1378 3 years ago
nick black 03034c4ca0 sixel_data: fix up access in write_sixel_data() #1378 3 years ago
nick black 8fc9b0ff21 sixel_blit: write sixel data out #1378 3 years ago
nick black cb2e905ccf sixel: implement extract_data_table() #1378 3 years ago
nick black 93da926e47 sixel: drop all sixelmode from rasterizer #1378 3 years ago
nick black 808fa9226f sexel_blit: add extract_color_table() 3 years ago
nick black b846f70e16
extract sixel_blit into sixel.c 3 years ago
nick black 49ce0d1c57
mention SIGCONT along with SIGWINCH 3 years ago
nick black 381b34019a
sixel_blit: correct number of bands #1378 3 years ago
nick black 796e2fe1eb
kill unused param warning in sixel_blitter() 3 years ago
nick black b8281801d6 raster: don't mix sixel and cup #200 3 years ago
nick black ea7630692a sixel_blit: correctly set and match colors #200 3 years ago
nick black b81b1568b1 simplify signature of term_styles() 3 years ago
nick black 9799ed8175 ncplayer: use NCBLIT_DEFAULT without -b 3 years ago
nick black 0ffbba3365 restore stashed stats for closing banner #1374 3 years ago
nick black 2437e6c89c ncplayer: handle ctrl-L for redraw 3 years ago
nick black 44826194e7 ncneofetch: eliminate PATH_MAX usage for Hurd #1375 3 years ago
nick black d4e87b4a35 rename notcurses-direct-pydemo ncdirect-pydemo 3 years ago
nick black 053a74dc47 drone: send notcurses-direct-pydemo to /dev/null 3 years ago
nick black 7fb6f4a7db drone: move TERM export to top of stanzas 3 years ago
nick black 7b29dd0925 sixel_blit: no big arrays on the stack #200 3 years ago
nick black 74f7597d09 rust: drop unused import 3 years ago
nick black a6a68e3779 drone: test python on fedora 3 years ago
nick black a50c693657 term_emit(): retry on EINTR/EBUSY 3 years ago
nick black b93960cab1 rotate: use cell_*_common() #1373 3 years ago
nick black 9db86a0054 add channel_common() (internal) 3 years ago
nick black 100a89291b hide cell_{b,f}channel(), cell_set_{b,f}channel() 3 years ago
nick black 53c52e30ff remove c++/rust channel wholesalers 3 years ago
nick black bdc726349f ncplayer.1: update blitter names 3 years ago
nick black cd0aaf58a2 normalize blitter names 3 years ago
nick black 6d3c8e1add ncdirect_init: don't force query_term() 3 years ago
nick black da6435c517 cffi: remove NCOPTION_VERIFY_SIXEL 3 years ago
nick black 5b4d920646 pixel documentation 3 years ago
nick black 16ec1c3618 rust: purge NCOPTION_VERIFY_SIXEL 3 years ago
nick black b012cfdb6a drone: let direct-pydemo play out... 3 years ago
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.
3 years ago
nick black 4533d42fa0 sixel_blit: use '$' to return carriage #200 3 years ago
nick black 310d8aeec9 paint: carry through pixel bit #200 3 years ago