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 28976dfef2 [C++] Sync API changes
Been a while, but here goes, sync to the latest API changes.

Added:

  * Direct:   cursor_{up,left,right,down} (`ncdirect_cursor_{up,left,right,down}`)
  * Plane: constructors to use `ncplane_bound`
  * Plane: reparent (`ncplane_reparent`)
  * Plot: definition of `default_options`

Changed:

  * Plane (breaking): the `*gradient*` functions now return `int`
  * Plane (breaking): `polyfill` returns `int`
  * Plane (breaking): `stain` returns `int`
  * Plane (breaking): `blit_bgrx` takes `const void*` for `data`
  * Plane (breaking): `blit_rgba` takes `const void*` for `data`
  * Plot: `plot_optons` -> `ncplot_options`
  * Plot (breaking): `{add,set}_sample` now return `bool`
4 years ago
..
internal Add C++ bindings 5 years ago
Cell.hh ncplane_translate() accept NULL dest as standard plane #408 (#411) 5 years ago
CellStyle.hh Prep for serious rusting #101 (#354) 5 years ago
Direct.hh [C++] Sync API changes 4 years ago
Menu.hh Prep for serious rusting #101 (#354) 5 years ago
MultiSelector.hh [C++] API sync 5 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
NCScale.hh Prep for serious rusting #101 (#354) 5 years ago
NotCurses.hh Rust wrapper work (#454) 4 years ago
Palette256.hh [C++] API sync + some (breaking) changes 5 years ago
Plane.hh [C++] Sync API changes 4 years ago
Plot.hh [C++] Sync API changes 4 years ago
Reel.hh Prep for serious rusting #101 (#354) 5 years ago
Root.hh Prep for serious rusting #101 (#354) 5 years ago
Selector.hh Prep for serious rusting #101 (#354) 5 years ago
Tablet.hh Prep for serious rusting #101 (#354) 5 years ago
TabletCallback.hh Add C++ bindings 5 years ago
Visual.hh Prep for serious rusting #101 (#354) 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