work on docs
[pspp] / src / output / charts /
2021-12-30 Ben PfaffChange how checking for missing values works.
2021-10-02 John DarringtonReplace numerous instances of xzalloc with XZALLOC
2021-09-03 Ben Pfaffcase: Introduce new functions for numbers and substring...
2021-01-11 Ben Pfaffoutput-item: Collapse the inheritance hierarchy into...
2020-08-18 John Darringtonbarchart.c: Sort the categories before displaying them.
2020-08-17 Friedrich Beckmannlimit the number of variables in barchart from crosstab...
2020-07-11 John DarringtonSpreadLevel Plot: Don't try to take the logarithm of...
2020-07-11 John Darringtonsrc/output/cairo-chart.h (xrchart_write_scale): Check...
2020-06-27 John DarringtonIntroduce reference counting for variables.
2020-06-07 John DarringtonWhitespace changes only.
2019-11-28 John DarringtonRemove #include <assert.h> from files which don't need it
2019-05-05 John DarringtonDump barchart when in testing mode.
2019-05-05 John DarringtonBarchart.h: Add comment.
2019-05-04 John DarringtonEXAMINE: Don't crash when unrenderable graphs are...
2019-04-20 John Darringtonpiechart-cairo.c: Remove erroneous duplicate line.
2019-01-13 Ben PfaffFix numerous memory leaks.
2017-04-22 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-04-22 John DarringtonWhitespace changes only: Remove trailing whitespace
2016-07-10 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-05-23 Friedrich Beckmannscatterplot: changed colorscheme - first color is black...
2016-02-20 John DarringtonFREQUENCIES BARCHART: Honour then PERCENT option
2016-02-18 John DarringtonBarchart.c: Change type of flag from int to bool
2016-02-18 John DarringtonDo not attempt to draw whiskers on boxplots if they...
2016-02-18 John DarringtonFixed bug where an empty chart (one with no data) would...
2016-02-16 John DarringtonBoxplot: Do not attempt to draw whiskers if they are...
2016-02-01 John DarringtonFix memory leak in barcharts
2015-06-20 John DarringtonMerge remote-tracking branch 'origin/master' into gtk3
2015-06-17 John DarringtonCorrect and expand comment to barchart_create
2015-06-14 Ben Pfaffplot-hist-cairo: Clip normal curve.
2015-06-11 Friedrich Beckmannreplaced decimal module, xrchart_scale with autoformat...
2015-06-07 Friedrich Beckmannreplaced decimal module, xrchart_scale with autoformat...
2015-06-01 Friedrich Beckmannhistogram tick drawing - added format generation for...
2015-05-31 Friedrich Beckmannhistogram tick drawing - added format generation for...
2015-05-25 Friedrich Beckmannscatterplot: fixed compiler warnings
2015-05-22 Friedrich Beckmannscatterplot: fixed compiler warnings
2015-05-01 Friedrich Beckmannmerge master->gtk3, fixed psppire-output-view.c refacto...
2015-04-24 Friedrich BeckmannAllow data used by GRAPH /SCATTERPLOT to persist after...
2015-04-24 Friedrich BeckmannWhitespace changes only.
2015-02-07 John DarringtonAdded the /BARCHART option to CROSSTABS
2015-01-21 John DarringtonFrequencies: Added the /BARCHART subcommand.
2015-01-19 John DarringtonPiecharts: Avoid the segment fill obscuring the labels
2015-01-19 John DarringtonPiecharts: Remove trailing whitespace from slice labels
2015-01-16 John DarringtonNew module to perform decimal floating point arithmetic...
2014-09-28 Friedrich BeckmannAdd GRAPH command initially with just scatterplots...
2014-02-08 Ben PfaffRemove old changelogs from tree. 20140209030510/pspp 20140210030519/pspp
2014-02-04 Ben PfaffChange many %g format specifiers to %.*g with precision...
2012-05-09 John DarringtonHistograms: Rotate labels when there are lots of bins
2012-04-04 Ben Pfaffspreadlevel-plot: Fix missing #include <stdlib.h>
2012-03-31 John DarringtonExamine: Added the /PLOT=SPREADLEVEL option
2012-03-26 John DarringtonSimplify algebra
2012-03-26 John DarringtonBoxplot: Remove function boxplot_draw_yscale
2012-03-25 John DarringtonHistogram plotting: (hist_draw_bar) Added label argument. 20120326030502/pspp
2012-03-24 John DarringtonMark histogram legend strings for translation
2012-03-24 John Darringtoncairo-chart.c: new struct xrchart_axis
2012-03-20 John DarringtonCorrect geometrical error plotting histograms
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2011-03-19 Ben PfaffUpdate all #include directives to the currently preferr...
2010-05-28 John DarringtonFix inconsistent label positions on piecharts.
2010-05-26 John DarringtonRemoved uninitialised variable.
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-02-08 Ben PfaffMerge "output" into "master"
2010-01-17 Ben PfaffRewrite PSPP output engine.
2009-12-25 John DarringtonFACTOR: Added "Scree Plots"
2009-12-25 John DarringtonMerge branch 'master' into output
2009-12-18 John DarringtonMerge branch 'master' into output
2009-12-16 John DarringtonMerge commit 'origin/stable'
2009-12-15 Ben PfaffRename src/output/charts/box-whisker.[ch] to src/output...
2009-12-15 Ben PfaffGet rid of superfluous Makefile in src/output/charts.
2009-11-18 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2009-11-18 John DarringtonFix problem building with --without-libplot
2009-10-24 Ben PfaffMerge "master" into "output".
2009-09-24 John DarringtonMerge commit 'origin/stable'
2009-09-15 Ben PfaffMerge commit 'origin/stable' into stable
2009-08-14 John DarringtonRevert pango dependency to version 2.20
2009-08-11 Ben PfaffMerge master into output branch.
2009-08-09 Ben PfaffAdd UP_CAST macro, for safer casting from contained...
2009-07-30 Ben Pfaffoutput: Draw titles on charts in a larger font than...
2009-07-30 Ben Pfaffoutput: Fix vertical alignment of text to a baseline...
2009-07-30 Ben Pfaffoutput: Use Cairo and Pango to draw charts, instead...
2009-07-29 Ben Pfaffoutput: Make chart geometry the responsibility of the...
2009-07-28 Ben Pfaffcharts: Use numeric colors instead of color names.
2009-07-23 John DarringtonMerge commit 'origin/stable'
2009-07-23 John DarringtonMerge commit 'origin/roc'
2009-07-22 Ben Pfaffoutput: Make building without libplot possible again.
2009-07-22 Ben Pfaffoutput: Use macro HAVE_CHARTS instead of NO_CHARTS.
2009-07-22 Ben Pfaffoutput: Remove barchart implementation, which is unused.
2009-07-20 Ben PfaffMove implementation of NP plots out of EXAMINE into...
2009-07-05 Ben Pfaffoutput: Make box-whisker plots work again.
2009-07-03 Ben PfaffFix segfault drawing pie charts with old versions of...
2009-07-02 Ben Pfaffoutput: Refactor implementation of charts.
2009-07-02 Ben Pfaffchart: Fix format string issues in draw_tick callers.
2009-07-02 Ben Pfaffchart: Fix format string issues in chart_write_title...
2009-07-02 Ben Pfaffchart: Fix format string issues in draw_tick callers.
2009-07-02 Ben Pfaffchart: Fix format string issues in chart_write_title...
2009-07-02 Ben Pfaffpiechart: Change 'angle' variable from static to automatic.
2009-07-02 Ben Pfaffpiechart: Fix spelling of "magnitude".
2009-07-02 Ben Pfaffpiechart: Use definition of M_PI from GSL.
2009-07-01 Ben Pfaffoutput: Get rid of histogram_plot_n function.
2009-06-09 John DarringtonSupport mult-data charts and legend.
2009-05-09 John DarringtonMerge commit 'origin/stable'
next