nick black
fabb2f44d4
notcurses_render ronn syntax fix #213
2019-12-29 03:48:33 -05:00
nick black
46b1b8e622
notcurses_stats man page #213
2019-12-29 03:24:32 -05:00
nick black
e3e619beae
notcurses_render ma page #213
2019-12-29 02:30:25 -05:00
nick black
663e7e2eef
setting default also sets opaque #235
2019-12-29 02:13:28 -05:00
nick black
8ebc63da4b
fix up cmake syntax
2019-12-29 01:57:17 -05:00
nick black
2bc3717a01
link up man references ( #213 )
2019-12-28 22:47:50 -05:00
nick black
a43eab6921
notcurses_newplane(3) man page #213
2019-12-28 22:05:55 -05:00
nick black
665d54e33c
man page linking ( #213 )
2019-12-28 21:54:02 -05:00
nick black
daad1c7ea3
more man pages ( #213 )
2019-12-28 21:02:54 -05:00
nick black
a0d00c8aa3
man page work ( #213 )
2019-12-28 20:57:10 -05:00
nick black
9849e66c43
section 3, not 3notcurses
2019-12-28 20:17:34 -05:00
nick black
8b4c64f9cc
link to HTML documentation
2019-12-28 20:16:37 -05:00
nick black
502a1bf0e8
notcurses_stop(3) man page #213
2019-12-28 20:15:11 -05:00
nick black
734708616b
html documentation
2019-12-28 20:11:08 -05:00
nick black
7c5a13e7ac
notcurses_init(3) man page #213
2019-12-28 19:58:05 -05:00
nick black
21c3861804
s/bannner/banner/g, heh
2019-12-28 18:37:44 -05:00
nick black
b7f54e6e5f
remove now-obsolete performance note :) #131
2019-12-27 20:27:12 -05:00
nick black
e9890eefc0
general foreground elision #131
2019-12-27 20:27:12 -05:00
nick black
5b322add56
glyph-based background spec elision #131
...
When we emit a glyph that has no background pixels (i.e.
the U+2588 FULL BLOCK glyph), there's no need to emit a
background color change.
Eagle demo currently has hand-coded elision. Results from
80x70 runs using the `-c` parameter:
No optimization: 12.63MiB
Hand-optimized: 12.48MiB
New scheme, no hand-coded optimization: 12.45MiB
w00t!
2019-12-27 20:27:12 -05:00
nick black
113a8f8f62
tests: fix up -p
2019-12-27 20:01:46 -05:00
nick black
f024cee3a1
unittests: support -p argument #218
2019-12-27 17:43:24 -05:00
Nick Black
ce2a390b52
Out with googletest, in with doctest #202 ( #231 )
...
* introduce doctest over googletest #202
* call dtester in in targets
* doctest conversion #202
* channel.cpp -> doctest #202
* egcpool tests -> doctest #202
* input tests to doctester
* zaxis -> doctest
* drone: always define LANG
* libav to doctest #202
* panelreel tests to doctest #202
* spec that a C++17 compiler is now required for doctest #202
* enmetric tests -> doctest #202
* fade tests -> doctest #202
* notcurses test case -> doctest #202
* last conversion to doctest #202
* finish move to doctest #202
* drone: set up make test
2019-12-27 17:20:20 -05:00
nick black
d4caefc55d
fade: throw a 10ms cap in, improves visual and lessens load
2019-12-27 10:41:49 -05:00
nick black
148114c6ca
rewrite term_esc_rgb for ~8% more FPS
2019-12-27 09:55:06 -05:00
nick black
38cff7e54f
man pages #213
2019-12-27 08:35:16 -05:00
nick black
4ce774ba13
man pages: fix install #213
2019-12-27 08:20:48 -05:00
nick black
e05bde3d5a
gimme a bit of top-level man page
2019-12-27 08:16:13 -05:00
nick black
38ace7677f
build man pages properly #213
2019-12-27 08:01:15 -05:00
nick black
cad8471d76
build man pages using ronn
2019-12-27 07:36:42 -05:00
nick black
66057e0363
eliminate most uniglyphs from unit tests #196
2019-12-27 05:47:24 -05:00
nick black
8a8e297835
fix horrible cmake mistake ugh
2019-12-27 05:27:51 -05:00
nick black
f6aebe55a7
libav: fix unit test for DISABLE_FFMPEG case
2019-12-27 05:20:23 -05:00
nick black
132793211c
capabilities testing for fade/ffmpeg
2019-12-27 05:13:29 -05:00
nick black
3544bd86e2
witherworm: don't hide chars below message
2019-12-27 04:33:11 -05:00
nick black
fe0c18d5e4
disable eventfd in panelreel demo for now #196
2019-12-27 03:51:07 -05:00
nick black
bf49db1ae4
FreeBSD: guard all uses of _unlocked #196
2019-12-27 03:46:39 -05:00
nick black
90f750dec8
eagle: remove direct libav calls
2019-12-27 03:35:36 -05:00
nick black
af7cf118a9
HUD: properly initialize backchannel
2019-12-27 03:23:42 -05:00
nick black
37a45955ad
FreeBSD: declare array explicitly
2019-12-27 02:49:17 -05:00
nick black
09aa606281
FreeBSD: no CLOCK_MONOTONIC_RAW #196
2019-12-27 02:48:13 -05:00
nick black
caf7e41737
need struct AVFrame for sans-libav build
2019-12-27 02:48:13 -05:00
nick black
430a321557
don't import av headers in non-ffmpeg build
2019-12-27 02:48:13 -05:00
nick black
b2acb31c0b
freebsd: get SIGWINCH/ppoll #196
2019-12-27 02:48:13 -05:00
nick black
f1453d106e
freebsd: fix attribute ordering
2019-12-27 02:48:13 -05:00
nick black
cf2712ec6d
no-ffmpeg: don't try to define _view()
2019-12-27 02:48:13 -05:00
nick black
bd034c983a
input: handle modifiers+mouse (alt, shift, ctrl) #226
2019-12-27 02:48:13 -05:00
nick black
b9a10cad9f
README: make it clear that libav is optional
2019-12-27 02:48:13 -05:00
nick black
1cc100cd2d
UMOK: get endgame working once more
2019-12-27 02:48:13 -05:00
nick black
fb0e03fe89
UMOK: fadecb for faders #162
2019-12-27 02:48:13 -05:00
nick black
a218851acb
sweet-ass stats in HUD #162
2019-12-27 02:48:13 -05:00