Skip to content

Releases: tschoonj/gtkmm-plplot

gtkmm-plplot-3.0

07 Oct 12:16
ab49173
Compare
Choose a tag to compare

This release introduces support for Gtkmm4, which was generously contributed by @tp-spectronite!

Support for GNU Autotools was removed, and meson must be used now.

gtkmm-plplot-2.5

28 Mar 16:57
940f3be
Compare
Choose a tag to compare

New features:

  • You can now build with meson!

Bug fixes:

  • Plot2D: Data extremes should be determined by showing plot data only (see #33/#34)

This release maintains API and ABI compatibility with the previous release. Recompilation is not necessary.

gtkmm-plplot-2.4

07 Feb 11:24
Compare
Choose a tag to compare

New features:

  • PlotData2D::replace_datapoints: new method
  • PlotData2D::size: new method
  • PlotData2D::remove_datapoint: new method
  • Remove minimum of two points in PlotData2D (contributed by @Ersikan)
  • Ensure PlotData2D derived classes work with empty arrays

Changes:

  • Replace use of deprecated std::bind2nd with lambdas

This release maintains API compatibility, but breaks the ABI. This means that your existing code will need to get recompiled before it will work with this release.

gtkmm-plplot-2.3

08 Mar 13:57
Compare
Choose a tag to compare

New features:

  • Add support for date/time datas on plot 2d (contributed by @Dalan94 )
  • PlotObject2DText and PlotObject2DLine: two new classes that allow for adding respectively text and lines at arbitrary positions in 2D plots.

Bugs fixed:

  • Plot2D: ensure data min == data max cases are properly dealt with
  • RegionSelection: fix bug when selecting outside of plot_data_range

This release maintains API compatibility, but breaks the ABI. This means that your existing code will need to get recompiled before it will work with this release.

gtkmm-plplot-2.2

10 Mar 11:06
Compare
Choose a tag to compare
  • RegionSelection: add scroll zooming
  • RegionSelection: add support for selection box color and width
  • RegionSelection: add panning support
  • PlotDataLine: new class, acts as parent for Plot2D and PlotDataHistogram
  • PlotDataHistogram: new abstract class, parent for PlotDataHistogramUnbinned and PlotDataHistogramBinned
  • PlotHistogram: new class for a plot containing a single PlotDataHistogram dataset

gtkmm-plplot-2.1

10 Mar 10:18
Compare
Choose a tag to compare

Removes build dependency on mm-common

gtkmm-plplot-2.0

10 Mar 10:17
Compare
Choose a tag to compare

Major API overhaul

gtkmm-plplot-1.0

10 Mar 10:14
Compare
Choose a tag to compare

First stable release of Gtkmm-PLplot