You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
notcurses/tests
Nick Black 0084dbaa6d
qrcode generalization #699 (#713)
Add convenience function ncplane_home(). Add an ncblitter_e param
to ncplane_qrcode(), and split int maxversion into value-result
int* ymax and int* xmax. Write the actual sizes of the resulting
visual into these parameters. Update the qrcode demo. Add the
qrcode PoC. Update demos to ncplane_home(), where possible.

ncplane_qrcode() now takes an ncblitter_e and two value-result int*s
in the place of a single value int. The final size of the displayed qrcode
is written to *ymax and *xmax. If the code can't fit within the specified
dimensions, an error is returned. Standard rules for pluggable blitters
apply regarding fallback etc. #699
4 years ago
..
Exceptions.cpp ncpp: stop() resets _instance, add unit test #538 4 years ago
Ncpp.cpp yield demo: punch up with polyfills 4 years ago
cell.cpp notcurses_options: fold bools into flags 4 years ago
channel.cpp Prep for serious rusting #101 (#354) 5 years ago
direct.cpp direct mode unit tests: allow init failure 4 years ago
egcpool.cpp notcurses-tester: run passing tests in C locale #325 4 years ago
fade.cpp notcurses_options: fold bools into flags 4 years ago
fds.cpp notcurses_options: fold bools into flags 4 years ago
fills.cpp qrcode generalization #699 (#713) 4 years ago
geom.cpp notcurses_options: fold bools into flags 4 years ago
input.cpp notcurses_options: fold bools into flags 4 years ago
internal.cpp tests: collapse RGB conversions into one TEST_CASE 4 years ago
layout.cpp First go at ncplane_puttext() (#690) 4 years ago
main.cpp tester: kill off inhibit_alternate_screen #651 4 years ago
main.h notcurses_options: fold bools into flags 4 years ago
menu.cpp notcurses_options: fold bools into flags 4 years ago
metric.cpp metric: use FE_TONEAREST instead of TOWARDZERO #615 4 years ago
ncplane.cpp notcurses_options: fold bools into flags 4 years ago
notcurses.cpp notcurses_options: fold bools into flags 4 years ago
palette.cpp notcurses_options: fold bools into flags 4 years ago
plot.cpp Rewrite plot tests using C interface #703 4 years ago
reader.cpp notcurses_options: fold bools into flags 4 years ago
reel.cpp notcurses_options: fold bools into flags 4 years ago
resize.cpp notcurses_options: fold bools into flags 4 years ago
rotate.cpp notcurses_options: fold bools into flags 4 years ago
scrolling.cpp notcurses_options: fold bools into flags 4 years ago
selector.cpp notcurses_options: fold bools into flags 4 years ago
visual.cpp notcurses_options: fold bools into flags 4 years ago
wide.cpp adapt callers of ncvisual_geom() 4 years ago
zaxis.cpp notcurses_options: fold bools into flags 4 years ago