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 c5c9432ac0 [Misc] A hodgepodge of tiny changes
CMake:
  Simplify cmake target+version config generation and make it actually
  work.  With the changes it is now possible to detect and use
  `Notcurses` in the following way:

     find_package(Notcurses REQUIRED)
     ...
     target_link_libraries(myapp PRIVATE notcurses::notcurses)

  Also, added the same CMake configuration for `Notcurses++`, to be used
  in the following way:

     find_package(Notcurses REQUIRED
     find_package(Notcurses++ REQUIRED)
     ...
     target_link_libraries(myapp PRIVATE notcurses++::notcurses++)

Docs:
  `notcurses_cell(3)`: `cell_styles_{on,off} -> cell_{on,off}_styles`
  and `cell_load_simple` -> `cell_load_char`

C++ API:
  * Plane: added constructors taking `ncplane_options const&` instead of
    the multitude of individual parameters
  * Plane: drop `struct` when `ncplane_options` is used.
  * Plane: added `strdup` (`cell_strdup`)
  * Plane: added `extract` (`cell_extract`)
4 years ago
..
internal Add C++ bindings 5 years ago
Cell.hh normalize style setters #1034 4 years ago
CellStyle.hh c++/rust struck #1138 4 years ago
Direct.hh [C++] API sync 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) 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 implement ncpile_{render, rasterize}() 🦀🦀 #1135 4 years ago
Palette256.hh convert all channel rgb calls #985 4 years ago
Pile.hh [C++] API sync 4 years ago
Plane.hh [Misc] A hodgepodge of tiny changes 4 years ago
Plot.hh [C++] Deal with widgets grabbing full ownership of Panel 4 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 C++ decode_loop() #1066 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