Commit Graph

4421 Commits (66725909961fc790298ba4dd5b2a8a49cc2027a7)
 

Author SHA1 Message Date
nick black a1776d950b raster: don't print colors in pixel mode 3 years ago
nick black 37623d86e0 ncdirect_dump_plane: handle pixel graphics #200 3 years ago
nick black fdeff5cc97 first go at sixel blitter #200 3 years ago
nick black 40746e76e6 s/nonehi/hires/g 3 years ago
nick black df65b43e49 raster: enter and leave pixel mode #200 3 years ago
nick black 391fef3a3f cell pixel defines / inlines #200 3 years ago
nick black 8b7a48c38c raster: move normalization into term_settyles() 3 years ago
nick black e480bfa192 sixel_blit: skeletelize loops #200 3 years ago
nick black d8f5754e85 define sixel_blit() #200 3 years ago
nick black e782287142 add NCBLIT_PIXEL to NEWS 3 years ago
nick black bf639e3f7d query_sixel(): function even on slack st #200 3 years ago
nick black 09a3411b48 cursor_yx_get: use writen() 3 years ago
nick black 7724f6301e s/notcurses_cansixel/notcurses_canpixel/g #200 3 years ago
nick black 901ccc2d28 rust/python: ncblit_sixel -> ncblit_pixel 3 years ago
nick black 7aacc7b40e demo: prep for NCOPTIONS_VERIFY_SIXEL #200 3 years ago
nick black c7d7f9748d init_banners(): indicate detected Sixel support #200 3 years ago
nick black 036d0a8697 s/NCBLIT_SIXEL/NCBLIT_PIXEL/g #1095 3 years ago
nick black d09fec0648 detect sixel using device attributes request #200 3 years ago
nick black 9a544488db
README: demo/tester want 'data', not 'tests', argh 3 years ago
nick black e98990f660
tree PoC: highgrad for background 3 years ago
nick black 5424dbea74
ncplane_highgradient: log errors 3 years ago
nick black aa4da3f335
nctree: drop bchannels from options 3 years ago
nick black 7c40f40ba2
tree PoC: key off of container plane ylen 3 years ago
nick black ac9059e0ac nctree: free items pushed below screen #1164 3 years ago
nick black 3f66cb0ff7 nctree: clean up items pushed off the top #1164 3 years ago
nick black ff228650d6 init_rvec: run a single loop 3 years ago
nick black 1eae0ae2f2 drone: use new debian unstable 2021-02-24a 3 years ago
nick black 962ad874e4 nctree PoC: set backgrounds relative to active #1164 3 years ago
nick black 4ea2b67061 nctree: pass distance to cbfxn #1164 3 years ago
nick black fe8abbecc5 NEWS: mention nctree for 2.2.3 3 years ago
nick black cef5e45be6
drone: use new debian unstable 2021-02-24a 3 years ago
Nick Black e30b12a480
nctree (#1361)
The nctree widget, PoC, and unitt rs #1164.
3 years ago
nick black 11dbf7701e
link to markdown from index.html 3 years ago
nick black bd92552aa4
Merge branch 'master' of github.com:dankamongmen/notcurses 3 years ago
nick black 58066d2018
HISTORY: add 2.2.0 from 2021-02-08 3 years ago
nick black 2221120543 add SIGILL to documented fatal signals #1357 3 years ago
nick black 8a7ff8a317 signals: restore them on exit #1357 3 years ago
nick black 211f180c56
README: provide the Focal PPA 3 years ago
nick black cd10321819
zoo: clean up central plane #1353 3 years ago
nick black c30c7a5c23
sex_solver: only need 32 glyphs #1354 3 years ago
nick black ed3075414e
zoo demo: use nul glyph as base cell #1353 3 years ago
Ben Spencer 9625450848 rust: fix a couple of doc comments 3 years ago
nick black 2190d3eaf0
extract init_banner_warnings()
factor init_banner_warnings() out of init_banner().
check the output FILE for ttyness, and only emit control
sequences when it is indeed a tty. this eliminates some
control sequences that were being dumped when stderr was
redirected.
3 years ago
nick black c014a2d55e
quadblitter: minimize total rgb distance
Previously, the quadblitter compared the external two pixels
against the two lerps, and if the closest was closer to the
primary lerp than the secondary, trilerped the closest with
the primary pair. Instead, calculate the total RGB distance,
and for whichever external pixel is closer to the primary
lerp, calculate the trilerp and the new candidate difference.
if the candidate difference is less than the total distance,
select it and perform the trilerp. This improves upon the
"twinkling problem" described in #1354, though it does not
entirely resolve it. Performance change is negligible. Add a
unit test for this change.
3 years ago
nick black 6f156c11a1
Merge branch 'master' of github.com:dankamongmen/notcurses 3 years ago
nick black d732ffc1f4
rust: use CELL_BG_ALPHA_MASK not CHANNEL_ALPHA_MASK 3 years ago
nick black 925870bd7a
update some definitions in USAGE.md 3 years ago
nick black 4951ea3d88
update comment on notcurses_lex_scalemode() 3 years ago
nick black d845e979c2
tighten up CELL_BG_ALPHA_MASK 3 years ago
nick black 54c5675318
fetch_bsd_cpuinfo: no love from hurd 3 years ago