Commit Graph

8425 Commits (master)
 

Author SHA1 Message Date
nick black 5e35e05151 render: don't send unnecessary color change sequences #47 5 years ago
nick black 4cc0ce037d read terminfo entries for keypad #78 5 years ago
nick black 6a5c21cacd demo: accept -f, open argument for renderfp 5 years ago
nick black b3c6f9232a add renderfp option to render to a file 5 years ago
nick black 8c6d0495ee
input: decode special keys, call notcurses_resize() #79 5 years ago
nick black e391bfbb81
input: add pass_through_esc option, otherwise run smkx #78 5 years ago
nick black 8fe19262f4
document notcurses_getc() #8 5 years ago
nick black cb60c11f09
input: factor out handle_getc(), export cell_simple_p() #8 5 years ago
nick black 51a86ece7b
input: print keypresses #8 5 years ago
nick black c76735cb2a
notcurses_getc(): read from stdin 5 years ago
nick black a037cdfe5a
add new notcurses-input binary #8 5 years ago
nick black b3a0b2ed6b
list ffmpeg deps 5 years ago
nick black 5f3a12bc63
pre-0.2.0 5 years ago
nick black c6da5d5e7a
v0.1.0 5 years ago
nick black c5157dbe54
a few more changes to release guide 5 years ago
nick black f68c2e548d
Merge branch 'master' of github.com:dankamongmen/notcurses 5 years ago
nick black 17d7d8a8c5
release guide 5 years ago
nick black 5b0bc60ed7
release guide 5 years ago
nick black 1df1d9f471
debian: sync build-deps to cmake versions 5 years ago
nick black ad7a517ec8
notcurses_render(): propagate result of write(2) 5 years ago
Nick Black 7f9ac490b0
ncplane_resize(), slider demo (#64) (#74)
* sliding: bounding box around puzzle
* slider: make moves, deleting planes #61
* implement z-index move functions
* demo: allow demos to be chosen via command-line option
* allow default bg/fg to be explicitly chosen
* ncplane_resize() unit test #64
* useful links
* slider: use random colors
* use find_above() in ncplace_destroy()
* ncplane_resize() work #64
5 years ago
nick black 374403fdeb
sliding: color up pieces 5 years ago
nick black fe14403f9e
ncplane_double_box_cells(), used in sliding-demo #67 5 years ago
nick black ad183a6322
shuffle: color and label pieces #67 5 years ago
nick black e81377cf05 render: slow but simple z-depth algorithm #1 5 years ago
nick black a1c7bef894 sliding: draw into ncplanes #67 5 years ago
nick black 222c532c77 demo: introduce -d delay param, use everywhere 5 years ago
nick black c7cf4b1c9b sliding puzzle demo for planes #26 5 years ago
nick black 742a27fd00 ncplane unit test tiling the screen #26 5 years ago
nick black 494ce69ebf export styles unshifted, fix test in cell_get_style() #11 5 years ago
nick black 0b25c49f9c render: set styles #11 5 years ago
nick black f65d168d83 notcurses_render(): call term_setstyles() for sgr stuff #11 5 years ago
nick black bc662e92bb notcurses_render(): add term_setstyle() #11 5 years ago
nick black 2dde60c27a
ncplane_destroy(): pull it out of the zbuffer #26 5 years ago
nick black 01beeb07b8 declare ncvisual_render() #61 5 years ago
nick black 951c848ad9 minimum avformat version of 57 5 years ago
nick black 38ef2148bb widecolor: throw a box around summary 5 years ago
nick black d5cc65715e ncplane userptr routines + unit tests #26 5 years ago
nick black bd5596cc15 kill obsolete FIXME 5 years ago
nick black 71a127463a
ncplane_create() 5 years ago
nick black 9a41257669 libavutil/libswscale versions in intro 5 years ago
nick black 94ee128ef4 debian: deps on libavformat-dev, libswscale-dev 5 years ago
nick black b1029fc191 av: pass down through libswscale #61 5 years ago
nick black 8dfd050ab7 add ncplane_destroy() #26 5 years ago
nick black 5dfb07183c libav: throw an swscaler in the mix #61 5 years ago
nick black f948904f7b libavutil linkage #61 5 years ago
nick black 45697d54f9 libav: pass AVFrame back through #61 5 years ago
nick black d423978e1b run ncvisual_decode() in libav unit tests 5 years ago
nick black 9ed5a8b6c7 decode AVPacket into AVFrame #61 5 years ago
nick black cf557ff500 ncurses-view #61 5 years ago