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
Marek Habersack e429724287 [C++] API sync + some (breaking) changes
Added:

 * Plane: gradient (`ncplane_gradient`)
 * Plane: gradient_sized (`ncplane_gradient_sized`)
 * NotCurses: drop_planes (`ncplane_drop_planes`)
 * NcReel: constructor which takes `Plane&`
 * Visual: constructors which take `Plane const*`, `Plane&` and `Plane const&`)
 * ncpp_build: a nonsensical "demo" which exists purely to test whether
   the C++ builds and does absolutely nothing interesting.

Broke:
 * All exceptions throw temporary objects instead of allocated
   instances. Less typing in `catch` :P (and more conventional)
5 years ago
..
internal Add C++ bindings 5 years ago
Cell.hh high-contrast text, simple linear average model #181 5 years ago
CellStyle.hh s/CELL_STYLE/NCSTYLE/ throughout 5 years ago
Direct.hh [C++] API sync + some (breaking) changes 5 years ago
Menu.hh [C++] API sync + some (breaking) changes 5 years ago
NCAlign.hh Add C++ bindings 5 years ago
NCBox.hh Add C++ bindings 5 years ago
NCKey.hh Add C++ bindings 5 years ago
NCLogLevel.hh Add C++ bindings 5 years ago
NCScale.hh Add C++ bindings 5 years ago
NotCurses.hh [C++] API sync + some (breaking) changes 5 years ago
Palette256.hh [C++] API sync + some (breaking) changes 5 years ago
Plane.hh [C++] API sync + some (breaking) changes 5 years ago
Reel.hh [C++] API sync + some (breaking) changes 5 years ago
Root.hh Add C++ bindings 5 years ago
Selector.hh [C++] API sync + some (breaking) changes 5 years ago
Tablet.hh [C++] API sync + some (breaking) changes 5 years ago
TabletCallback.hh Add C++ bindings 5 years ago
Visual.hh [C++] API sync + some (breaking) changes 5 years ago
_exceptions.hh Add C++ bindings 5 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