Commit Graph

1672 Commits

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