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 d32bef358d [C++] API sync
After a long delay, apologies :)

Added:
  * NotCurses: `can_sextant` (`notcurses_cansextant`)
  * Notcurses: `linesigs_enable` (`notcurses_linesigs_enable`)
  * Notcurses: `linesigs_disable` (`notcurses_linesigs_disable`)
  * Pile: `top_with` (`ncpile_top`)
  * Pile: `bottom_with` (`ncpile_bottom`)
  * Plane: `resize_maximize` (`ncplane_resize_maximize`)
  * Plane: `get_abs_x` (`ncplane_abs_x`)
  * Plane: `get_abs_y` (`ncplane_abs_y`)
  * Plane: `get_abs_yx` (`ncplane_abs_yx`)
  * Plane: `load_egc32` (`cell_load_egc32`)
  * Plane: `is_descendant_of` (`ncplane_descendant_p`)
  * Progbar: new class, wraps `ncprogbar_*`

Changed:
  * Plane (ABI break): `at_cursor` overloads now return `int` where
    before they returned `bool` because the underlying Notcurses API
    only signalled the operation status with the return value while now
    it returns actual information.
3 years ago
..
internal Add C++ bindings 5 years ago
Cell.hh Wide EGC tweaks 4 years ago
CellStyle.hh c++/rust struck #1138 4 years ago
Direct.hh ncdirect_*_palindex -> ncdirect_set_*_palindex #1261 4 years ago
FDPlane.hh [C++] Deal with widgets grabbing full ownership of Panel 4 years ago
Menu.hh ncmenu_item_set_status: man page, NEWS, python, c++ #1057 4 years ago
MultiSelector.hh [C++] Deal with widgets grabbing full ownership of Panel 4 years ago
NCAlign.hh Prep for serious rusting #101 (#354) 4 years ago
NCBox.hh Prep for serious rusting #101 (#354) 4 years ago
NCKey.hh [C++] API sync 4 years ago
NCLogLevel.hh Prep for serious rusting #101 (#354) 4 years ago
NotCurses.hh [C++] API sync 3 years ago
Palette256.hh convert all channel rgb calls #985 4 years ago
Pile.hh [C++] API sync 3 years ago
Plane.hh [C++] API sync 3 years ago
Plot.hh [C++] Deal with widgets grabbing full ownership of Panel 4 years ago
Progbar.hh [C++] API sync 3 years ago
Reader.hh [C++] Deal with widgets grabbing full ownership of Panel 4 years ago
Reel.hh [C++] Deal with widgets grabbing full ownership of Panel 4 years ago
Root.hh [C++] API sync 4 years ago
Selector.hh [C++] Deal with widgets grabbing full ownership of Panel 4 years ago
Subproc.hh [C++] Deal with widgets grabbing full ownership of Panel 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 Progress towards NCBLIT_3x2 by default 4 years ago
Widget.hh [C++] Deal with widgets grabbing full ownership of Panel 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