Commit Graph

1472 Commits (baa233634b74e779f8504d41b43148ba95f801ce)
 

Author SHA1 Message Date
nick black baa233634b
drone: stop building rust 5 years ago
nick black c0f8d9b444
eliminate detectdomain, infer it from maxy==miny #439 5 years ago
nick black d2365b9f18 notcurses-keyplot: use full length of plane #436 5 years ago
nick black 119795dc0e
colloquy: use proper ident name in rust 5 years ago
nick black 5994eee711
colloquy: block on input before exiting #320 5 years ago
nick black 9d7d7ebd8a
rust: add getc_blocking() 5 years ago
nick black f29404616b
mention ncplot in CHANGELOG 5 years ago
nick black 25f722371e
Merge branch 'master' of github.com:dankamongmen/notcurses 5 years ago
nick black 7cf3bad556
note that ANSI_X3.4-1968 is also allowed 5 years ago
David Cantrell 299a39def6 demo.c needs errno.h 5 years ago
nick black 1c75ac5bd3 plot: implement minchannel with ncplane_stain() #136 5 years ago
nick black 8f65958a53 plot: use at least maxchannel #136 5 years ago
nick black 68b4ba1706 plots: implement remaining vertical grid types #136 5 years ago
nick black 5f3eb3dc24 keyplot: add third plot, this one with half blocks #433 5 years ago
nick black 42eb18893e plots: multiple rows #136 5 years ago
nick black 6b74ea7718 plot: fix off-by-one on wide window shift, asdd unit test 5 years ago
nick black 8a23124c4a plots: implement basic redraw_plot() #136 5 years ago
nick black f1f94deda8 keyplot: input loop #430 5 years ago
nick black fc2dc68619 AugmentCycle2 Unit Test #430 5 years ago
nick black a3f7dd486b plot: AugmentSample5 test case 5 years ago
nick black e8a4badf8b plots: implement update_sample() 5 years ago
nick black 5bccf6b446 ncplot: implement x windowing #430 5 years ago
nick black 6c02012cbf debian: pull comments from dep list 5 years ago
nick black 74bbe73daf drone: argh 5 years ago
nick black f565c0472c rust: dep on clang-dev 5 years ago
nick black 4430d9c068 drone: use new builders 5 years ago
nick black 24ac23e405 rust: don't use --locked 5 years ago
nick black 716260831e drone: try building rust 5 years ago
nick black 41f1f8bb49 python needs ncgridgeom_e 5 years ago
nick black 459b1029af README: add notcurses-keyplot to app list 5 years ago
nick black 89a3c32615 add man page for notcurses-keyplot #430 5 years ago
nick black b3cda0d09f notcurses-keyplot: throw a perimeter around base plane 5 years ago
nick black d2fe768c30 plot unit tests #430 5 years ago
nick black 359303ed83 notcurses-keyplot: read input 5 years ago
nick black 4926186b5a ncplot: check input parameters for validity #430 5 years ago
nick black a2170a4291 ncplot: add_sample(), set_sample() #430 5 years ago
nick black b3e874a179 ncplot: fold minx, maxx into rangex 5 years ago
nick black 09d8912d4e notcurses-keyplot #430 5 years ago
nick black 5239900ac8 notcurses-input: upgrade shared_ptr to unique_ptr 5 years ago
nick black 5e27499194 add notcurses-keyplot #430 5 years ago
nick black d541cda306 independent variable 5 years ago
nick black 4afda7a625 float some geometry concepts 5 years ago
nick black e87fbb3003 Throw up an ncplot unit test 5 years ago
nick black 5aedb3491d ncplot_plane(), ncplot_destroy() 5 years ago
nick black 69d6240741 ncplot_destroy, ncplot(3) man page 5 years ago
nick black f29a5a7bd9 declare ncplot_create() 5 years ago
nick black af478ccf95
README: book has been published, link it =] 5 years ago
nick black d1724d6183
tetris: kill unnecessary return in MoveRight() 5 years ago
nick black ac31bf3a12
awww fuck me in the ass #429 5 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.
5 years ago