Commit Graph

2905 Commits (2c4eead0c2c55c390371033e143722cdb6a16785)
 

Author SHA1 Message Date
nick black 2c4eead0c2
yield: print the running yield 4 years ago
nick black 60ee1caa14
yield: cut iterdelay 4x 4 years ago
nick black 76d330c9fa
yield: cap at 512 iterations 4 years ago
nick black 02f59d25c2
release.sh: clean up tarball signature 4 years ago
nick black c2b8610121
ncdirect_stop: drop extraneous ctermfd check 4 years ago
nick black 026b94969d cffi heap allocations are zero-initialized #942 4 years ago
joseLuís f24bdd8249 function-stats-output/ 4 years ago
Nick Black 73dc0a7d69
Zoo 2, electric boogaloo (#939)
* Reimplement the widget zoo demo. The previous PoC
  was a multithreaded monster with behavior dependent
  on screen geometry. Replace it with a single thread state
  machine. Closes #936.
* Support titles for ncplot. Adds title to the ncplot_options
  struct, which may be NULL. Closes #941 .
* Properly color ncplot according to maxchannels and
  minchannels. Closes #940
* Add tools/function-table.sh script for generating public API list.
4 years ago
joseLuís 1e6558fed9 new type aliases FullMode & Input 4 years ago
joseLuís 246cde91f9 +notcurses_align & modify ncplane_align #937 4 years ago
joseLuís 80c66d5d7a tools/function-stats.sh (see #905) 4 years ago
nick black 7f561e8571
tools/function-table.sh #905 4 years ago
nick black fbfc47f729 release.sh: install+uninstall 4 years ago
nick black 0913020124 fully general mergedown #779 4 years ago
nick black 15b923c8cf adapt ncplane_mergedown() #779 4 years ago
nick black 32d352173b
ncdirect_flush: struct ncdirect is const 4 years ago
nick black 4ebf8f748c
v1.6.16 4 years ago
nick black c64f42b717 add sgr-full PoC 4 years ago
nick black 14d6129007 take-no-prisoners overhaul of ncplane_puttext() #829 4 years ago
nick black df3dc7f8e7 LayoutNewlinesAtBorders unit test #829 4 years ago
nick black adab5ba382 LayoutNewlines unit test #829 4 years ago
nick black 679e2d25f8
drone: build python as well as srcdest 4 years ago
nick black 3b00b0c847
render: fix tricky bug for widestomping 4 years ago
nick black 7560b1b2da
fps plot: use italics for legend 4 years ago
nick black 5c533c9f1a
ncplot: support legend styling 4 years ago
nick black 4a48baf50b
allglyphs: stylize legend 4 years ago
nick black 375037c750
HUD: keep active line in bold 4 years ago
nick black ce318473c4
Merge branch 'master' of github.com:dankamongmen/notcurses into master 4 years ago
nick black 9c6077a44c
move cell_simple_p() for debug builds 4 years ago
joseLuís eab553d3d1 rust: update libc 4 years ago
joseLuís 2c1c150969 rust: add more type aliases, format
add new type aliases for: cell, ncplane, palette256, ncalign_e &
ncdirect + alignment constants.
4 years ago
nick black 13eb63ada9
term_setstyles: fix up for new NCSTYLE_MASK #934 4 years ago
nick black 6bb8f447b5
add ncdirect_flush() #926 4 years ago
nick black d110facec1
render: move cell into crender #914 4 years ago
nick black 97f3676588
layout unit tests: fill out checks #829 4 years ago
Nick Black 359ad1d36d
Generalized mergedown #779 (#932)
* Rename ncplane_mergedown -> ncplane_mergedown_simple()
* New ncplane_mergedown(), fully general projection of src to dst
4 years ago
nick black e9f0f36eef
drone: restrict rust to ubuntu for now #930 4 years ago
nick black 418ea3ea31
drone: use 2020-08-20a builders 4 years ago
nick black 88c765ba7e
drone: build rust in CI, run unit tests #930 4 years ago
nick black 7d2d7c7896
drone: build python in CI #930 4 years ago
nick black 567ad27455
add comment to ncdirect_putstr() about flushing #926 4 years ago
nick black bdea9bc9c8
gradient PoC: sleep between flip #921 4 years ago
nick black d282682564
python: remove static inline functions from cffi #924 4 years ago
nick black 8ebadbc76f break out pool_load_direct(), pool_load() 4 years ago
nick black ab0833fc6e paint: drop cell_locked_p() #914 4 years ago
nick black 4498bf0ae1 paint: eliminate finalization, 3% bonus to FPS #914 4 years ago
nick black 83b0f8c238 whiteout: better brackets in mathtext 4 years ago
nick black ed0d9d8a8e Wide unit tests; test other side 4 years ago
nick black 706d492ecd add channels_set_*_palindex() 4 years ago
nick black c9c18ef740 render: drop cell_locked_p() #914 4 years ago