Commit Graph

1220 Commits (7c76f26a16b9426816b3492e3e566db0a57fc965)
 

Author SHA1 Message Date
nick black 7c76f26a16
drone: 2020-02-17a builders 5 years ago
nick black d8fc0da91d
README: add link to guidebook 5 years ago
nick black 111a44fde5
update HISTORY with 1.2.0 release 5 years ago
nick black 2dc103f447 update primary versions to 1.2.1 for new cycle 5 years ago
nick black 68f7054e7f
debian: update symbols files 5 years ago
nick black 2b08c53075 prep for 1.2.0 5 years ago
nick black 1077debaa5
debian/copyright: flatten copyright hierarchy 5 years ago
nick black 39d5063518
Yank out our copy of doctest, use system copy 5 years ago
nick black 438ee1257b
remove doctest, rely on system 5 years ago
nick black 1130938d4f
remove poc/jungle.c 5 years ago
nick black b076253b16
python/LICENSE.txt: reduce to proper apache format 5 years ago
nick black 5f9e6fa706
release-checklist: purge src/demo/jungle.c 5 years ago
nick black 8d952534ce
Add apache-2.0 COPYRIGHT. Drop LICENSE. 5 years ago
nick black 03756d05a4
demo: throw border around HUD, make HUD more transparent 5 years ago
nick black 636f1ec09b
demo: on restart, maintain HUD if up 5 years ago
nick black 7120d428e8 boxdemo: finally do something worth doing 5 years ago
nick black 865241ee7c
intro: always reset cursor on entrance 5 years ago
nick black def5dd49e2 intro: throw up a nice gradient 5 years ago
nick black 2114cc2eda demo: rewrite handloop with ncplane_gradient() 5 years ago
nick black 7addd06341 more gradient work, more unit tests #340 5 years ago
nick black 61fe5f5b7e gradient + unit test #340 5 years ago
nick black 75ef60b249 demo: lighten ABORTED/ERROR 5 years ago
nick black 936ff4304b whiteout: reliable abortion detection 5 years ago
nick black 86668ab6d5 whiteout-demo: propagate abortion result 5 years ago
nick black 272c5bdc57 demo: fix ncmenu null deref + uninitialized ignore_failures 5 years ago
nick black fb58fade85 improve notcurses_init() warning color 5 years ago
nick black c6520ab84c add notcurses_drop_planes, use from demo #346 5 years ago
nick black ab9cbf82dc drop all images from README.md 5 years ago
nick black 6e97501ef7 add menu example to README 5 years ago
nick black 43bf0874d7 trim down NCKEY repetitions from README 5 years ago
nick black 643c1f4ed4 drop 0.4.0-sheet.png from README.md 5 years ago
nick black 8ecb4ba6a8 declare gradient functions #340 5 years ago
Marek Habersack fc264677f5 Sync C++ wrapper with the latest API changes
New classes:

 * Direct (`ncdirect_*`)
 * Menu (`ncmenu_*`)
 * Selector (`ncselector_*`)

Updates:

 * Plane: added copy constructors (mapped to `ncplane_dup`)
 * Plane: added `perimeter` (`ncplane_perimeter`)
 * Plane: added `polyfill` (`ncplane_polyfill`)
 * Plane: added `blit_bgrx` (`ncblit_bgrx`)
 * Plane: added `blit_rgba` (`ncblit_rgba`)
5 years ago
nick black 082f35c7f7 purge debugging cruft 5 years ago
nick black 124004c87c add nplane_polyfill_yx() #340 5 years ago
nick black ce3e5d112e add ncdirect_clear() #343 5 years ago
nick black 6d629025e3 add ncdirect_fg_default() and ncdirect_bg_default() 5 years ago
nick black bfc28b0071 comment up ncdirect a bit better 5 years ago
nick black dc21f2cb09 introduce ncplot_options 5 years ago
nick black 52b4fb223a get down some thoughts on plots #136 5 years ago
nick black 60fe544a33
notcurses: color up warning diagnostics 5 years ago
nick black 9923b69296
demo: remove H option, no longer necessary 5 years ago
nick black d21c16a6f5
demo: translucent about panel #331 5 years ago
nick black 07b54aab58
demo: add 'q'uit to menu #331 5 years ago
nick black 11ca32a1e8
demo: hook up restart demos/ctrl+r #338 5 years ago
nick black 87acdbeb68
keep about splash on top #338 5 years ago
nick black 8beb5d66fd
demo: hook up Ctrl+'u' for about screen #338 5 years ago
nick black 9fc53e811f
ncplane_perimeter() plus unit test 5 years ago
nick black 36440ee278
python: sync ncselector declarations 5 years ago
nick black d8c42d4d1e
ncmenu_selected() fills in an ncinput #333 5 years ago