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 2fabe85e6a [C++] API sync
Been a while, apologies :)

Added:
  * Direct: fg_palindex (`ncdirect_fg_palindex`)
  * Direct: bg_palindex (`ncdirect_bg_palindex`)
  * Direct: get_palette_size (`ncdirect_palette_size`)
  * Direct: putstr (`ncdirect_putstr`)
  * Direct: hline_interp (`ncdirect_hline_interp`)
  * Direct: vline_interp (`ncdirect_vline_interp`)
  * Direct: box (`ncdirect_box`)
  * Direct: rounded_box (`ncdirect_rounded_box`)
  * Direct: double_box (`ncdirect_double_box`)
  * Direct: canopen_images (`ncdirect_canopen_images`)
  * Direct: canutf8 (`ncdirect_canutf8`)
  * Menu: get_mouse_selected (`ncmenu_mouse_selected`)
  * NotCurses: version_components (`notcurses_version_components`)
  * NotCurses: str_blitter (`notcurses_str_blitter`)
  * NotCurses: str_scalemode (`notcurses_str_scalemode`)
  * NotCurses: lex_margins (`notcurses_lex_margins`)
  * NotCurses: lex_blitter (`notcurses_lex_blitter`)
  * NotCurses: lex_scalemode (`notcurses_lex_scalemode`)
  * NotCurses: render_to_file (`notcurses_render_to_file`)
  * Plane: putstr_stainable (`ncplane_putstr_stainable`)
  * Plane: printf_stainable (`ncplane_printf_stainable`)
  * Plane: vprintf_stainable (`ncplane_vprintf_stainable`)
  * Reel: offer_input (`ncreel_offer_input`)

Changed:
  * Direct: set_fg_alpha uses `unsigned alpha`
  * Direct: set_bg_alpha uses `unsigned alpha`
  * Plane: set_fg_alpha uses `unsigned alpha`
  * Plane: set_bg_alpha uses `unsigned alpha`
  * Root: made `error_guard` and `error_guard_cond` static
4 years ago
..
internal Add C++ bindings 5 years ago
Cell.hh [C++] API sync 4 years ago
CellStyle.hh Prep for serious rusting #101 (#354) 4 years ago
Direct.hh [C++] API sync 4 years ago
FDPlane.hh [C++] Allow multiple instances of `NotCurses` 4 years ago
Menu.hh [C++] API sync 4 years ago
MultiSelector.hh zoo: add multiselector 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 4 years ago
Palette256.hh [C++] Allow multiple instances of `NotCurses` 4 years ago
Plane.hh [C++] API sync 4 years ago
Plot.hh [C++] API sync 4 years ago
Reader.hh [C++] Allow multiple instances of `NotCurses` 4 years ago
Reel.hh [C++] API sync 4 years ago
Root.hh [C++] API sync 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