slope icon indicating copy to clipboard operation
slope copied to clipboard

C/Gtk+ data visualization library.

Results 8 slope issues
Sort by recently updated
recently updated
newest added

[G_TYPE_INSTANCE_GET_PRIVATE](https://developer.gnome.org/gobject/stable/gobject-Type-Information.html#G-TYPE-INSTANCE-GET-PRIVATE:CAPS) has been deprecated since GTK version 2.58 and should not be used anymore. It needs to be replace by [G_ADD_PRIVATE](https://developer.gnome.org/gobject/stable/gobject-Type-Information.html#G-ADD-PRIVATE:CAPS) and the generated `your_type_get_instance_private()`

Small patch to make the code ISO-C standard conforming.

The roadmap says "(yes, we would appreciate if some one contribute automake scripts)". This is a first first contribution of automake scripts. Please check if all features you desire are...

Sorry if this is in the wrong place (or of no interest at all!) Has anyone got Slope to build under Cygwin? To cut a long story short, I get...

void slope_xyseries_update(SlopeXySeries *self) { SlopeXySeriesPrivate *priv = SLOPE_XYSERIES_GET_PRIVATE(self); SlopeScale * scale = slope_item_get_scale(SLOPE_ITEM(self)); const double * x = priv->x_vec; const double * y = priv->y_vec; priv->x_min = priv->x_max = x[0];...

Create a gir to from other languages, it was possible to use this widget, for example from Vala.

In slope_sampler_pi_samples_array the last element is { 10.0 * G_PI, "20π" } but the text should be "10π". Should the last slope_sampler_month_samples_array element for December be "Dec"? Some languages abbreviate...

few lines missing in CMakeList.txt to build under windows with MSYS2/Mingw64. I added the following to be able build the project (in my case/config) but I m definitvely not a...