start moving state toggle handling to render thread
transparent legend box
start semantic versioning
sync patch version numbers with vtkfig_jll
compiled with VTK 9.0.0.rc2
v0.24
more stuff in C API
works with Julia
works with vtk9 mininal build
v0.21
Started vtkfig::GLScene for "free" drawing without predefined datasets
Removed reference based API as this cannot be handled well together with the shared_ptr based stuff.
Refactored pointer handling: internally, nearly all interfaces now use shared_ptr or references.
Moved to github due to Atlassian sunsetting mercurial support on bitbucket and compatibility to Julia world
Started C language API (mainly for calling from Julia)
Restructured documentation
dropped vtk6 support
v0.20
Internal restructuring for changing grids: use vtkTrivialDataProducer instead of data object when constructing pipelines, detect region number ranges with vminmax. No API change necessary.
Video recording via vtkOggTheoraWriter
v0.19
use wireframe instead of vtkExtractEdges for grid view (much faster)
VTKFIG_DEVEL cache variabe to enable developing examples
fixed server-client examples
make install now fully functional
install(EXPORT) with relative directory
v0.18
Adaptations for vtk8. Supported vtk versions are now 6,7 and 8.
v0.17
better handling of small scales:
introduced coordinate scale factor
internal storage in float
show blocked/nonblocked state, active figure
fixed streamline API, defaults
doxygen not anymore target in ALL
Do not use VTK_USE_FILE
Added setting of camera and view volume to API
Added rectangular grid data viewer vtkfig-view-xyzrect
v0.16
reworked XYPlot: added grid lines + better symbol handling, cleaned API