| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2021-05-14 | 1.3 kB | |
| wxMathPlot_0.2.0.zip | 2021-05-14 | 136.8 kB | |
| Totals: 2 Items | 138.1 kB | 6 | |
wxMathPlot 0.2.0 - 2021-05-14
Since the distributed release was some years old, but the development version has some important updates to let it work on newest compilers and support for wxWidgets 3.x series, this new release is now available. No more various builds will be distributed, just the source package, which fits most build environments.
Changelog
- Fix X scale: if X axis is set to date/time format, avoid negative values, which are not recognized by Windows. Initialized coords in mpScaleY to avoid flooding valgrind outputs of warnings.
- mpScaleX labels: under WIN32 platform time_t is 32 bit signed, so dates has to be checked to be valid to avoid crashes. This is subject to 2038 bug, but should be avoided on 64 bit builds.
- Fix for mpInfoCoords rectangle size on Windows.
- Introduced item mode in mpInfoLegend, to draw a square instead of a line in legend, which is more clear.
- Implemented formatting mouse coordinate display in the same way as x axis using time formats.
- Removed some gcc build warnings.
- Adding the option to printout date and time data using gmtime instead of localtime.
- Fixed bug when saving screenshots when not in white background: taxt elements were always printed in black.
- Fix install command for Windows cross-building using MinGW.