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/include/ncpp
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
..
internal Add C++ bindings 5 years ago
Cell.hh [C++] Allow multiple instances of `NotCurses` 4 years ago
CellStyle.hh Prep for serious rusting #101 (#354) 5 years ago
Direct.hh [C++] Allow multiple instances of `NotCurses` 4 years ago
FDPlane.hh [C++] Allow multiple instances of `NotCurses` 4 years ago
Menu.hh [C++] Allow multiple instances of `NotCurses` 4 years ago
MultiSelector.hh [C++] Allow multiple instances of `NotCurses` 4 years ago
NCAlign.hh Prep for serious rusting #101 (#354) 5 years ago
NCBox.hh Prep for serious rusting #101 (#354) 5 years ago
NCKey.hh [C++] API sync 5 years ago
NCLogLevel.hh Prep for serious rusting #101 (#354) 5 years ago
NotCurses.hh [C++] Allow multiple instances of `NotCurses` 4 years ago
Palette256.hh [C++] Allow multiple instances of `NotCurses` 4 years ago
Plane.hh qrcode generalization #699 (#713) 4 years ago
Plot.hh [C++] Allow multiple instances of `NotCurses` 4 years ago
Reader.hh [C++] Allow multiple instances of `NotCurses` 4 years ago
Reel.hh [C++] Allow multiple instances of `NotCurses` 4 years ago
Root.hh [C++] Allow multiple instances of `NotCurses` 4 years ago
Selector.hh [C++] Allow multiple instances of `NotCurses` 4 years ago
Subproc.hh [C++] Allow multiple instances of `NotCurses` 4 years ago
Tablet.hh [C++] Allow multiple instances of `NotCurses` 4 years ago
TabletCallback.hh Add C++ bindings 5 years ago
Utilities.hh [C++] Allow multiple instances of `NotCurses` 4 years ago
Visual.hh [C++] API sync 4 years ago
_exceptions.hh [C++] Optionally enable throwing exceptions on errors 4 years ago
_flag_enum_operator_helpers.hh Add C++ bindings 5 years ago
_helpers.hh Add C++ bindings 5 years ago
ncpp.hh Add C++ bindings 5 years ago