Commit Graph

3679 Commits (dankamongmen/ltr)
 

Author SHA1 Message Date
nick black d2e39cca85
rtl--increment *bytes in rtl_egc() #1174 4 years ago
nick black 61e51043a2
extend Hebrew unit test #1174 4 years ago
nick black eb85d26bd2
Hebrew unit test #1174 4 years ago
nick black 10c8dec7c0
fix up notcurses_debug rust test #1189 4 years ago
nick black 47c4931906
EmitEmojiStr: purge a few not yet valid on ubuntu #1189 4 years ago
nick black c95bb1ad48
demo: index summary from 1 4 years ago
nick black 23af0a2626
htole() on cell_egc_idx() constants #1130 4 years ago
nick black 8584fb2b05
Metric unit test: call notcurses_stop() at end only 4 years ago
nick black ca2f5cf748
CONTRIBUTING: grammar 4 years ago
nick black e60a7aa463
add stat for notcurses_refresh() 4 years ago
nick black 361a253aea
v2.0.10 4 years ago
nick black 39cc06a5f7
input: properly terminate asap when handling multibyte #1188 4 years ago
nick black cc5f9f0cb7
cmake: run notcurses-tester first among tests 4 years ago
nick black 2922b8c663
define AT_NO_AUTOMOUNT to 0 on freebsd #1187 4 years ago
nick black d6f7358977
Merge branch 'master' of github.com:dankamongmen/notcurses 4 years ago
nick black 7140d1349c
demo: fix demo_getc() to use MAXSLEEP (12.5ms) 4 years ago
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.
4 years ago
nick black 4cf4a4ce0b
egcpool: fix cell_egc_idx() math #1179 4 years ago
nick black f8a6d21362
pull sleep out of unit test, doh 4 years ago
nick black 838280ce6b
ncls: don't use AT_NO_AUTOMOUNT on freebsd 4 years ago
nick black 564fcafee3
fileroller/procroller: use alternate screen 4 years ago
nick black 03c95b2b14
demo: minimal-width debug plane 4 years ago
nick black e6209ff5fc
with apologies to salman rushdie 4 years ago
nick black aeae053214
strange things going on with kitty + zalgo... 4 years ago
nick black 16320792c2
demo: turn on NCPLOT_OPTION_PRINTSAMPLE #1183 4 years ago
nick black 4b2fe60032
plots: use slotcount - 1 for samples #1183 4 years ago
nick black 14fa544433
add NCPLOT_OPTION_PRINTSAMPLE #1183 4 years ago
nick black 5257232f2f
plot: use T-type intervalbase #1184 4 years ago
joseLuís 98d86ec286 rust: remove cc build dep. & stdout.c file; #355 4 years ago
joseLuís a0e1577b56 rust: fix comments 4 years ago
joseLuís 96eaa29484 rust: add lib doc comments with examples 4 years ago
joseLuís c46c06a2e9 rust: move NcScale & NcVisual to visual module 4 years ago
nick black e46d9e2a2b
fpsgraph_stop: don't render 4 years ago
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.
4 years ago
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.
4 years ago
nick black 93f7f681a4
add unit tests for all plottypes #1081 4 years ago
nick black fcfcf75868
Merge branch 'master' of github.com:dankamongmen/notcurses 4 years ago
José Luis Cruz a69aa1d157 split out the UI ASCII art doc comments; fix #1180 4 years ago
nick black 176867db8b
add unit test for braille plot #1081 4 years ago
nick black 7df34f7571
Merge branch 'master' of github.com:dankamongmen/notcurses 4 years ago
nick black 73d9668d13
de-picklize eagles with help from k. sarkozy 4 years ago
joseLuís 01f7434a9a rust: rename bindgen module to ffi 4 years ago
nick black 8091e5c7e0
demo: plot by decisecond instead of second #1081 4 years ago
nick black 2cb8295146
demo: use braille for plot, looks great 4 years ago
nick black 58b47bf953
unit test for cell_load_egc32() #1176 4 years ago
nick black ea771217fb
cell_load_char() unit tests #1176 4 years ago
nick black 66b911de38
move wcwidth()==-1 emoji to end of mojibake 4 years ago
nick black ea18be772a don't call egc_rtl() on negative bytes 4 years ago
nick black 0cba073cc9 simplify pool_blit_direct() 4 years ago
nick black 11bbf3c4ff correct endianness for cell_simple_p() 4 years ago