JKQtPlotter/lib/jkqtplotter
2020-08-26 10:36:07 +02:00
..
graphs reorganization: split jkqtpgeometric.h/.cpp into several smaller files that group the geomtric shapes by type 2020-08-26 10:36:07 +02:00
gui fixed some compiler warnings (qSort is deprecated ... using std::sort instead) 2019-11-18 13:08:42 +01:00
overlays + bugfixed DLL-export when building shared libraries 2019-06-22 14:21:32 +02:00
resources added CMake build scripts for libraries + some necessary reorganizations 2019-06-20 15:18:58 +02:00
CMakeLists.txt reorganization: split jkqtpgeometric.h/.cpp into several smaller files that group the geomtric shapes by type 2020-08-26 10:36:07 +02:00
jkqtpbaseelements.cpp - added styling system for JKQTPlotter (+example app) 2019-02-09 12:43:12 +01:00
jkqtpbaseelements.h - added styling system for JKQTPlotter (+example app) 2019-02-09 12:43:12 +01:00
jkqtpbaseplotter.cpp + bugfixed DLL-export when building shared libraries 2019-06-22 14:21:32 +02:00
jkqtpbaseplotter.h + bugfixed DLL-export when building shared libraries 2019-06-22 14:21:32 +02:00
jkqtpbaseplotterstyle.cpp bugfix for reading style names 2020-02-24 17:41:16 +00:00
jkqtpbaseplotterstyle.h + bugfixed DLL-export when building shared libraries 2019-06-22 14:21:32 +02:00
jkqtpcoordinateaxes.cpp fixed several compiler warnings (mostly Visual Studio): clean-up of use of math constants M_PI ... and j0()/j1()/...-functions etc. 2019-11-24 10:42:44 +01:00
jkqtpcoordinateaxes.h + bugfixed DLL-export when building shared libraries 2019-06-22 14:21:32 +02:00
jkqtpcoordinateaxesstyle.cpp - added styling system for JKQTPlotter (+example app) 2019-02-09 12:43:12 +01:00
jkqtpcoordinateaxesstyle.h + bugfixed DLL-export when building shared libraries 2019-06-22 14:21:32 +02:00
jkqtpdatastorage.cpp * reworked color-palette-system: 2019-07-28 16:30:50 +02:00
jkqtpdatastorage.h some bugfixes for VStudio NOMINMAX-problem ... 2020-06-29 08:01:40 +02:00
jkqtpgraphsbase.cpp further reorganizations of code 2019-06-20 16:25:29 +02:00
jkqtpgraphsbase.h + bugfixed DLL-export when building shared libraries 2019-06-22 14:21:32 +02:00
jkqtpgraphsbaseerrors.cpp fix for issue #45: 2020-08-14 14:12:59 +02:00
jkqtpgraphsbaseerrors.h fix for issue #45: 2020-08-14 14:12:59 +02:00
jkqtpgraphsbasestylingmixins.cpp improved arrows in geometric elements: 2020-08-23 13:13:53 +02:00
jkqtpgraphsbasestylingmixins.h improved arrows in geometric elements: 2020-08-23 13:13:53 +02:00
jkqtpimagetools.cpp fix for issue #45: 2020-08-14 14:12:59 +02:00
jkqtpimagetools.h using mix-in class JKQTPColorPaletteWithModifierStyleAndToolsMixin now also in JKQTPMathImage ... 2019-07-31 22:10:26 +02:00
jkqtpinterfacecimg.h added CImg interface (header-only) + examples 2019-11-16 13:50:43 +01:00
jkqtpinterfaceopencv.h added CImg interface (header-only) + examples 2019-11-16 13:50:43 +01:00
jkqtpkeystyle.cpp changed backgroundColor-properties for plot/widget/key to backgroundBrush, modified example to demonstrate this 2019-04-24 19:33:51 +02:00
jkqtpkeystyle.h + bugfixed DLL-export when building shared libraries 2019-06-22 14:21:32 +02:00
jkqtplotter_imexport.h + bugfixed DLL-export when building shared libraries 2019-06-22 14:21:32 +02:00
jkqtplotter.cpp fix for issue #45: 2020-08-14 14:12:59 +02:00
jkqtplotter.h + bugfixed DLL-export when building shared libraries 2019-06-22 14:21:32 +02:00
jkqtplotterstyle.cpp bugfix for reading style names 2020-02-24 17:41:16 +00:00
jkqtplotterstyle.h + bugfixed DLL-export when building shared libraries 2019-06-22 14:21:32 +02:00
jkqtpoverlaysbase.cpp further reorganizations of code 2019-06-20 16:25:29 +02:00
jkqtpoverlaysbase.h + bugfixed DLL-export when building shared libraries 2019-06-22 14:21:32 +02:00
jkqtptools.cpp new: Statistics library with functions to calculate histograms, regression, kernel density estimates, ... including a new example 2019-05-29 22:40:02 +02:00
jkqtptools.h + bugfixed DLL-export when building shared libraries 2019-06-22 14:21:32 +02:00
LibTarget.cmake.in improvements in CMake setup: 2020-06-28 15:53:26 +02:00