Commit Graph

1559 Commits (5008f3513f5c6f4e9aacd50e66de4d8a07390dda)
 

Author SHA1 Message Date
nick black 312d15d0f9
mathtext poc: enable scrolling 5 years ago
nick black 2852ff736c
tetris: factor out MoveLateral() 5 years ago
nick black 37b5564722
man page for colloquy 5 years ago
nick black b12ec8d555
note ncplot changes in CHANGELOG 5 years ago
nick black c38981ee59
ncplot work #445 #448
Tighten up interval arithmetic. Render the plot immediately upon
creation so that the labels are visible. Properly perform domain
detection on miny by initializing it to 2^64-1. Handle plotting
when miny > maxy, as it now will be upon creation when using
domain detection (#448). Add spaces as the first element of each
glyph cycle (#445).
5 years ago
nick black 0a8e5ef70d
notcurses_keyplot: error out on null ncplot 5 years ago
nick black 77dd998b05
ncplot uses exclusively non-negative samples #447 5 years ago
nick black 85c568b3a4
ncplot: redraw upon creation so axis labels are visible 5 years ago
nick black 5c44416426
export ncplane_putstr_yx() as static inline 5 years ago
nick black 5bfae54b04 note about scrolling in CHANGELOG 5 years ago
nick black e3b3719a97 python: pull ncplane_putsimple_yx() 5 years ago
nick black 4a6ab358ba inline ncplane_putsimple_yx() 5 years ago
nick black 37b4d96794 whiteout: update for scrolling semantics #323 5 years ago
nick black dc14483878 implement scrolling #323 5 years ago
nick black a7f17040ce another scrolling unit test 5 years ago
nick black 6138ff2832 xray: fix up for scrolling 5 years ago
nick black 32c590ea64 document details of scrolling #323 5 years ago
nick black 601e84df83 another scrolling unit test #323 5 years ago
nick black 0ee1779e82 ncplane_putstr_yx(): kill useless cell prep and FIXME 5 years ago
nick black 0f12bcdb4c add 2 scrolling unit tests, both currently fail #323 5 years ago
nick black b3710bd87e drop _locked() from ncplane_cursor_move_yx() 5 years ago
nick black 0ddb3c0002 implement ncplane_set_scrolling() #323 5 years ago
nick black fcd7e19e4c Add ncplane_set_scrolling() #323 5 years ago
nick black 3d75f67465
changelog: fix up formatting 5 years ago
nick black 7a2d2a9659
drone: use ubuntu focal 2020-04-05a 5 years ago
nick black 4e425fcc31
debian: mark all 1.2.4 symbols as 1.2.5 5 years ago
nick black 397deca65c
new ncplot functions in symbols 5 years ago
nick black df3dc6b5bc
prep for 1.2.5 5 years ago
nick black 4917603478
ncplot: swap NCPLOT_2x1 and NCPLOT_1x1x4 5 years ago
nick black 58b7d39b7d plot: fix up python for labelaxisd 5 years ago
nick black 3e202d6fa6 label dependent axis when requested #438 5 years ago
nick black dfd54f540a keyplot: ticker thead so we needn't provide input 5 years ago
nick black d30858e60d tetris: factor out MAX_LEVEL 5 years ago
nick black 8214665b7e keyplot: only show yaxis labels on one plot #438 5 years ago
nick black c022800295 plot: fix up slotcount vis-a-vis rangex #438 5 years ago
nick black c6cfafc2fc hrmmm 5 years ago
nick black 2a7ccffec6 ncplot: add labelaxisd, use it in keyplot #438 5 years ago
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