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/src/libcpp
nick black fe924be5ef
ABI3 changes (#2333)
Long-planned changes for API/ABI3 #1777

* remove old-style notcurses_ rendering functions
* Make notcurses_render() a static inline wrapper around
 ncpile_render(). Remove the deprecated
 notcurses_render_to_file() and ncpile_render_to_file().
* ncstrwidth() becomes static inline wrapper #1777
* remove deprecated ncvisual_subtitle()
* kill ncvisual_inflate(), long deprecated #1777
* remove deprecated palette256 wrappers #1777
* kill ncplane_new() #1777
* remove deprecated renderfp field from notcurses_options #1777
* reorder ncstats fields to match documentation #1777
* kill deprecated style functions #1777
* ncplane_move{top, bottom} become static inline #1777
** ncplane_pixelgeom -> ncplane_pixel_geom() #1777
* ncstyle functions ought return uint16_t #1777 #2200
* ncvisualplane_create: provide new pile functionality #1462
* [heuristics] GNU screen 4x never has rgb
* [BitmapSmoothMove] only WARN in test until sixel supports this #2258
* contour: enable sextants
* interp PoC: clean up ncvisual #2266
* ncselector_options: constify string arguments
* Constify strings in selector/mselector_items
 Use internal types to track items within the
 selector/mselector widgets, rather than pressing the
 user-provided item structs into double-duty. With this
 change, we can constify the strings within those
 user-provided items. Do so, also removing the internal-side
 elements. Update documentation. Closes #2267.
* constify ncmenu_item/_section strings
* constify strings in nctabbed_options
* notcurses-demo FPS graph: back to straight seconds
* remove unused wchar_from_utf8()
* nstrwidth_valid(): properly initialize bytes/width
* [ncneofetch] use GetSystemInfo on Windows
3 years ago
..
FDPlane.cc subproc, fdplane, plot, selector, mselector: flag words #590 4 years ago
Menu.cc ncmenu: move to flag field #590 4 years ago
MultiSelector.cc remove bgchannels field from selector_options #627 4 years ago
NotCurses.cc ABI3 changes (#2333) 3 years ago
Plane.cc [C++] Deal with widgets grabbing full ownership of Panel 4 years ago
Plot.cc ncplot: C++ headers need match declaration order #627 4 years ago
Reel.cc [C++] API sync 4 years ago
Root.cc fix ncpp throwing heap allocated exceptions 3 years ago
Selector.cc remove bgchannels field from selector_options #627 4 years ago
Subproc.cc subproc, fdplane, plot, selector, mselector: flag words #590 4 years ago
Tablet.cc nctablet_ncplane() -> nctablet_plane() 4 years ago
Utilities.cc [C++] Allow multiple instances of `NotCurses` 4 years ago