Skip to content

Releases: utelle/wxchartdir

wxChartDir 2.0.2

14 Jan 10:19
5e6c1b2

Choose a tag to compare

Changes

Notes

  • wxWidgets 3.0.x lacks High DPI Awareness support, and will not be supported, unless there is a real demand.
  • wxWidgets 3.1.x and 3.2.x are supported.
  • Advanced Software Engineering Ltd has not made an official release for ChartDirector 7.1, but the C++ version has been updated to version 7.1 (hopefully fixing known issues).

wxChartDir 2.0.1

13 Mar 09:08
d612cc6

Choose a tag to compare

Changes

  • Implement workaround for issue #16
    Applications could crash on invoking the ChartDirector method setOutputOptions due to a bug in the ChartDirector code. As a workaround a trailing semicolon is added to the options string.
    The included ChartDirector library will be updated as soon as an update is available.

Notes

wxChartDir 2.0.0

21 Jul 16:56
54d7491

Choose a tag to compare

General

ChartDirector 7.0 was officially announced by Advanced Software Engineering. Please refer to the official release notes for details about what's new in this release.

wxChartDir has been adjusted to fully support ChartDirector 7.0. All sample applications are included.

Major changes

  • Support for enhanced dynamic tooltips (new in ChartDirector 7)
  • Support for DPI awareness (new in ChartDirector 7)
  • Enhancement of handling selection boxes (less flicker)
  • Support for loading resources (like images and icons) from graphics files (similar to the QT version)

Notes

  • Support for wxWidgets 2.x has been dropped.
  • wxWidgets 3.0.x lacks High DPI Awareness support, and will not be supported, unless there is a real demand.
  • wxWidgets 3.1.x is supported.
  • Build files are provided for Visual C++ 2015, 2017, and 2019, and MinGW-w64, as well as for the autoconf/automake toolchain. Visual C++ versions below Visual C++ 2015 may work, but have not been tested.

wxChartDir 1.0.0

31 Jul 21:40

Choose a tag to compare

This is the initial release of wxChartDir.