Commit Graph

1567 Commits (28976dfef2d461a856d4abfd1beb0290dc0b0f98)
 

Author SHA1 Message Date
nick black 9d7d7ebd8a
rust: add getc_blocking() 4 years ago
nick black f29404616b
mention ncplot in CHANGELOG 4 years ago
nick black 25f722371e
Merge branch 'master' of github.com:dankamongmen/notcurses 4 years ago
nick black 7cf3bad556
note that ANSI_X3.4-1968 is also allowed 4 years ago
David Cantrell 299a39def6 demo.c needs errno.h 4 years ago
nick black 1c75ac5bd3 plot: implement minchannel with ncplane_stain() #136 4 years ago
nick black 8f65958a53 plot: use at least maxchannel #136 4 years ago
nick black 68b4ba1706 plots: implement remaining vertical grid types #136 4 years ago
nick black 5f3eb3dc24 keyplot: add third plot, this one with half blocks #433 4 years ago
nick black 42eb18893e plots: multiple rows #136 4 years ago
nick black 6b74ea7718 plot: fix off-by-one on wide window shift, asdd unit test 4 years ago
nick black 8a23124c4a plots: implement basic redraw_plot() #136 4 years ago
nick black f1f94deda8 keyplot: input loop #430 4 years ago
nick black fc2dc68619 AugmentCycle2 Unit Test #430 4 years ago
nick black a3f7dd486b plot: AugmentSample5 test case 4 years ago
nick black e8a4badf8b plots: implement update_sample() 4 years ago
nick black 5bccf6b446 ncplot: implement x windowing #430 4 years ago
nick black 6c02012cbf debian: pull comments from dep list 4 years ago
nick black 74bbe73daf drone: argh 4 years ago
nick black f565c0472c rust: dep on clang-dev 4 years ago
nick black 4430d9c068 drone: use new builders 4 years ago
nick black 24ac23e405 rust: don't use --locked 4 years ago
nick black 716260831e drone: try building rust 4 years ago
nick black 41f1f8bb49 python needs ncgridgeom_e 4 years ago
nick black 459b1029af README: add notcurses-keyplot to app list 4 years ago
nick black 89a3c32615 add man page for notcurses-keyplot #430 4 years ago
nick black b3cda0d09f notcurses-keyplot: throw a perimeter around base plane 4 years ago
nick black d2fe768c30 plot unit tests #430 4 years ago
nick black 359303ed83 notcurses-keyplot: read input 4 years ago
nick black 4926186b5a ncplot: check input parameters for validity #430 4 years ago
nick black a2170a4291 ncplot: add_sample(), set_sample() #430 4 years ago
nick black b3e874a179 ncplot: fold minx, maxx into rangex 4 years ago
nick black 09d8912d4e notcurses-keyplot #430 4 years ago
nick black 5239900ac8 notcurses-input: upgrade shared_ptr to unique_ptr 4 years ago
nick black 5e27499194 add notcurses-keyplot #430 4 years ago
nick black d541cda306 independent variable 4 years ago
nick black 4afda7a625 float some geometry concepts 4 years ago
nick black e87fbb3003 Throw up an ncplot unit test 4 years ago
nick black 5aedb3491d ncplot_plane(), ncplot_destroy() 4 years ago
nick black 69d6240741 ncplot_destroy, ncplot(3) man page 4 years ago
nick black f29a5a7bd9 declare ncplot_create() 4 years ago
nick black af478ccf95
README: book has been published, link it =] 4 years ago
nick black d1724d6183
tetris: kill unnecessary return in MoveRight() 4 years ago
nick black ac31bf3a12
awww fuck me in the ass #429 4 years ago
nick black a45d888601
All fill-type functions return cells changed
Fill-type functions used to return 0 for success, and -1
on failure. They now return the number of cells written
on success, similarly to ncvisual_render(). Resolves #427.
4 years ago
nick black a3323fb22c
Enforce UTF8 where necessary in unit tests #428
Certain unit tests required UTF8 encoding on the output
terminal to work (#428). This includes anything which does
any kind of fill. Add enforce_utf8() checks to all such
tests that were missing them. Unit tests once again pass in
a pure ASCII environment.
4 years ago
nick black bd7bf65c62
colloquy: spin up a rust notcurses instance 4 years ago
nick black 8651486ad7
Don't say DirectColor when TrueColor is meant 4 years ago
nick black 6c81cb3b45
rust: use libnotcurses-sys, add test 4 years ago
nick black cbacf006e5
libnotcurses-sys: update tests for new notcurses_options 4 years ago