nick black
b99e6b8bc6
Visual tests: complete endianness fixes #1130
2020-12-09 01:16:46 +00:00
nick black
6915e44cca
Visual/Quadblitter: fix endianness in test #1130
2020-12-08 20:11:40 -05:00
nick black
c9dcef2ca5
Visual unit tests: endianness fixes #1130
2020-12-08 20:06:25 -05:00
nick black
e1201c7c30
fix character loading on bigendian #1130
2020-12-08 19:41:05 -05:00
nick black
e7f208342f
ncls: don't create Ncpp ctx until post-getopt #1194
2020-12-08 15:47:49 -05:00
nick black
42ac6bb90b
more pile reparenting testing #1193
2020-12-08 14:52:41 -05:00
nick black
beed7c359c
add some pile rendering unit tests
2020-12-08 13:50:31 -05:00
nick black
8fe3e17b54
boxdemo: rotate colors through at finer granularity #1186
2020-12-08 10:12:25 -05:00
nick black
b3b700a8c0
rtl_egc(): augment *bytes VR by ltrmark size #1174
2020-12-08 07:37:10 -05:00
nick black
10c8dec7c0
fix up notcurses_debug rust test #1189
2020-12-08 05:46:44 -05:00
nick black
47c4931906
EmitEmojiStr: purge a few not yet valid on ubuntu #1189
2020-12-08 05:40:38 -05:00
nick black
c95bb1ad48
demo: index summary from 1
2020-12-08 01:27:34 -05:00
nick black
23af0a2626
htole() on cell_egc_idx() constants #1130
2020-12-07 11:12:14 -05:00
nick black
8584fb2b05
Metric unit test: call notcurses_stop() at end only
2020-12-06 22:55:13 -05:00
nick black
ca2f5cf748
CONTRIBUTING: grammar
2020-12-06 22:08:25 -05:00
nick black
e60a7aa463
add stat for notcurses_refresh()
2020-12-06 13:45:35 -05:00
nick black
361a253aea
v2.0.10
2020-12-06 13:22:26 -05:00
nick black
39cc06a5f7
input: properly terminate asap when handling multibyte #1188
2020-12-06 13:09:23 -05:00
nick black
cc5f9f0cb7
cmake: run notcurses-tester first among tests
2020-12-06 12:36:31 -05:00
nick black
2922b8c663
define AT_NO_AUTOMOUNT to 0 on freebsd #1187
2020-12-06 12:32:58 -05:00
nick black
d6f7358977
Merge branch 'master' of github.com:dankamongmen/notcurses
2020-12-06 12:28:28 -05:00
nick black
7140d1349c
demo: fix demo_getc() to use MAXSLEEP (12.5ms)
2020-12-06 12:28:22 -05:00
joseLuís
ac29cab8e4
rust: fix documentation building; #1125
...
- Preparing to host the documentation in the github pages, at least until
- libnotcurses-sys can get into Ubuntu 20.
- fix Cargo.toml, add documentation link.
- update documentation link in README.
- improve lib doc comment, among others.
2020-12-06 17:59:32 +01:00
nick black
4cf4a4ce0b
egcpool: fix cell_egc_idx() math #1179
2020-12-06 11:55:45 -05:00
nick black
f8a6d21362
pull sleep out of unit test, doh
2020-12-06 09:18:32 -05:00
nick black
838280ce6b
ncls: don't use AT_NO_AUTOMOUNT on freebsd
2020-12-06 09:17:13 -05:00
nick black
564fcafee3
fileroller/procroller: use alternate screen
2020-12-06 09:03:13 -05:00
nick black
03c95b2b14
demo: minimal-width debug plane
2020-12-06 07:51:08 -05:00
nick black
e6209ff5fc
with apologies to salman rushdie
2020-12-06 07:09:06 -05:00
nick black
aeae053214
strange things going on with kitty + zalgo...
2020-12-06 07:02:22 -05:00
nick black
16320792c2
demo: turn on NCPLOT_OPTION_PRINTSAMPLE #1183
2020-12-06 06:40:39 -05:00
nick black
4b2fe60032
plots: use slotcount - 1 for samples #1183
2020-12-06 06:40:29 -05:00
nick black
14fa544433
add NCPLOT_OPTION_PRINTSAMPLE #1183
2020-12-06 06:33:54 -05:00
nick black
5257232f2f
plot: use T-type intervalbase #1184
2020-12-06 06:07:18 -05:00
joseLuís
98d86ec286
rust: remove cc build dep. & stdout.c file; #355
2020-12-06 11:58:46 +01:00
joseLuís
a0e1577b56
rust: fix comments
2020-12-06 11:40:07 +01:00
joseLuís
96eaa29484
rust: add lib doc comments with examples
2020-12-06 11:00:41 +01:00
joseLuís
c46c06a2e9
rust: move NcScale & NcVisual to visual module
2020-12-06 10:59:19 +01:00
nick black
e46d9e2a2b
fpsgraph_stop: don't render
2020-12-06 03:10:11 -05:00
nick black
9b7238fdc9
demo: preserve plot/hud/etc. on shutdown
...
If we're using -k to inhibit use of the alternate screen
for notcurses-demo, we want to see what was on the screen
when we quit. If we're actually quitting, don't destroy
these components manually, so they remain visible.
2020-12-06 03:06:02 -05:00
nick black
a7f59e4fab
plots: use pool_blit_direct() #1182
...
Use pool_blit_direct() instead of ncplane_putwc_yx() in
redraw_plot(). This eliminates use of rtl_egc() and wcwidth()
on the EGCs used in plots, sidestepping Debian's -1 wcwidth
for sextants (in the same fashion blitting does) and slightly
speeding up plot drawing. At a plot rate of 10Hz, notcurses-demo
is now faster than it used to be at 1Hz, so that's nice.
2020-12-06 02:53:13 -05:00
nick black
93f7f681a4
add unit tests for all plottypes #1081
2020-12-06 02:51:08 -05:00
nick black
fcfcf75868
Merge branch 'master' of github.com:dankamongmen/notcurses
2020-12-06 01:25:46 -05:00
José Luis Cruz
a69aa1d157
split out the UI ASCII art doc comments; fix #1180
2020-12-06 01:25:39 -05:00
nick black
176867db8b
add unit test for braille plot #1081
2020-12-05 23:50:59 -05:00
nick black
7df34f7571
Merge branch 'master' of github.com:dankamongmen/notcurses
2020-12-05 22:43:20 -05:00
nick black
73d9668d13
de-picklize eagles with help from k. sarkozy
2020-12-05 22:42:00 -05:00
joseLuís
01f7434a9a
rust: rename bindgen module to ffi
2020-12-05 18:55:10 +01:00
nick black
8091e5c7e0
demo: plot by decisecond instead of second #1081
2020-12-05 03:37:22 -05:00
nick black
2cb8295146
demo: use braille for plot, looks great
2020-12-05 02:48:38 -05:00