Commit Graph

1403 Commits

Author SHA1 Message Date
nick black
def5dd49e2 intro: throw up a nice gradient 2020-02-16 11:37:52 -05:00
nick black
2114cc2eda demo: rewrite handloop with ncplane_gradient() 2020-02-16 11:21:21 -05:00
nick black
7addd06341 more gradient work, more unit tests #340 2020-02-16 11:21:21 -05:00
nick black
61fe5f5b7e gradient + unit test #340 2020-02-16 11:21:21 -05:00
nick black
75ef60b249 demo: lighten ABORTED/ERROR 2020-02-16 11:21:21 -05:00
nick black
936ff4304b whiteout: reliable abortion detection 2020-02-16 11:21:21 -05:00
nick black
86668ab6d5 whiteout-demo: propagate abortion result 2020-02-16 11:21:21 -05:00
nick black
272c5bdc57 demo: fix ncmenu null deref + uninitialized ignore_failures 2020-02-16 11:21:21 -05:00
nick black
fb58fade85 improve notcurses_init() warning color 2020-02-16 11:21:21 -05:00
nick black
c6520ab84c add notcurses_drop_planes, use from demo #346 2020-02-16 11:21:21 -05:00
nick black
ab9cbf82dc drop all images from README.md 2020-02-16 11:21:21 -05:00
nick black
6e97501ef7 add menu example to README 2020-02-16 11:21:21 -05:00
nick black
43bf0874d7 trim down NCKEY repetitions from README 2020-02-16 11:21:21 -05:00
nick black
643c1f4ed4 drop 0.4.0-sheet.png from README.md 2020-02-16 11:21:21 -05:00
nick black
8ecb4ba6a8 declare gradient functions #340 2020-02-16 11:21:21 -05:00
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`)
2020-02-16 06:01:02 -05:00
nick black
082f35c7f7 purge debugging cruft 2020-02-14 11:42:08 -05:00
nick black
124004c87c add nplane_polyfill_yx() #340 2020-02-14 05:38:08 -05:00
nick black
ce3e5d112e add ncdirect_clear() #343 2020-02-14 05:38:08 -05:00
nick black
6d629025e3 add ncdirect_fg_default() and ncdirect_bg_default() 2020-02-14 05:38:08 -05:00
nick black
bfc28b0071 comment up ncdirect a bit better 2020-02-14 05:38:08 -05:00
nick black
dc21f2cb09 introduce ncplot_options 2020-02-14 05:38:08 -05:00
nick black
52b4fb223a get down some thoughts on plots #136 2020-02-14 05:38:08 -05:00
nick black
60fe544a33
notcurses: color up warning diagnostics 2020-02-12 22:10:13 -05:00
nick black
9923b69296
demo: remove H option, no longer necessary 2020-02-12 19:43:30 -05:00
nick black
d21c16a6f5
demo: translucent about panel #331 2020-02-12 19:01:35 -05:00
nick black
07b54aab58
demo: add 'q'uit to menu #331 2020-02-12 14:28:31 -05:00
nick black
11ca32a1e8
demo: hook up restart demos/ctrl+r #338 2020-02-12 13:37:02 -05:00
nick black
87acdbeb68
keep about splash on top #338 2020-02-12 13:27:02 -05:00
nick black
8beb5d66fd
demo: hook up Ctrl+'u' for about screen #338 2020-02-12 13:13:03 -05:00
nick black
9fc53e811f
ncplane_perimeter() plus unit test 2020-02-12 12:29:28 -05:00
nick black
36440ee278
python: sync ncselector declarations 2020-02-12 09:15:21 -05:00
nick black
d8c42d4d1e
ncmenu_selected() fills in an ncinput #333 2020-02-12 09:11:28 -05:00
nick black
bd046db71e
demo: handle NCKEY_ENTER in menu 2020-02-12 08:12:22 -05:00
nick black
07681dca38
interrogate_terminfo: check for am capability 2020-02-12 08:11:59 -05:00
nick black
ee90b51e14
Map ^J and ^M to NCKEY_ENTER...for now #303 2020-02-12 08:06:14 -05:00
nick black
bfd3d173d9
poc/visual: refer to DFSG media 2020-02-12 07:22:09 -05:00
nick black
dd69695fde
Debian: add Rules-Requires-Root: no 2020-02-12 07:13:12 -05:00
nick black
c8dc9bda84
Debian: notcurses-{data, bin} -> graphics 2020-02-12 07:10:45 -05:00
nick black
1e856ecb8e
Debian: add Upstream-Contact line to copyrights 2020-02-12 07:07:41 -05:00
nick black
8249bac3e9
demo: translucent menu, always display HUD close button 2020-02-12 04:10:17 -05:00
nick black
0d9b4f1aa1
demos: don't step all over top line 2020-02-12 01:53:04 -05:00
nick black
b637ee9bf9
render: lock in highcontrast at the end 2020-02-12 01:37:14 -05:00
nick black
048b17952e
notcurses_ncinput(3): add NOTE about shift key 2020-02-11 22:44:45 -05:00
nick black
bae60a98e7
demo: all demos can be interrupted via demo_render() 2020-02-11 22:22:37 -05:00
nick black
e71c9284ef
man pages: address some syntax issues 2020-02-11 20:46:39 -05:00
nick black
155650afa4
notcurses_ncplane(3): update blitter signatures 2020-02-11 20:36:42 -05:00
nick black
78ff79fb34 sign our tags 2020-02-11 20:12:15 -05:00
nick black
7043cfcc65 rust: prep for 1.1.8 2020-02-11 19:14:01 -05:00
nick black
887726b0d9 Debian: move all symbols/history to 1.1.8 2020-02-11 19:11:34 -05:00