Change how checking for missing values works.
[pspp] / src / output / charts / piechart.c
2021-12-30 Ben PfaffChange how checking for missing values works.
2021-01-11 Ben Pfaffoutput-item: Collapse the inheritance hierarchy into...
2020-06-07 John DarringtonWhitespace changes only.
2015-05-01 Friedrich Beckmannmerge master->gtk3, fixed psppire-output-view.c refacto...
2015-02-07 John DarringtonAdded the /BARCHART option to CROSSTABS
2015-01-19 John DarringtonPiecharts: Remove trailing whitespace from slice labels
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-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 DarringtonMerge branch 'master' into output
2009-12-18 John DarringtonMerge branch 'master' into output
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-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: 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-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 chart_write_title...
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-04-08 John DarringtonMerge commit 'origin/master' into charset
2009-04-07 John DarringtonMerge commit 'origin/stable'
2009-04-02 John DarringtonFixed bug where piecharts with many segments crashed.
2008-01-02 John DarringtonCloses patch #6359
2007-07-07 Ben PfaffChange license from GPLv2+ to GPLv3+.
2007-06-08 John DarringtonDelete trailing whitespace at end of lines.
2006-12-16 John DarringtonRemoved my authorship lines.
2006-11-25 Ben PfaffWe've had a mix of min, max from libpspp/misc.h and...
2006-03-15 John DarringtonChanged include paths to be explicitly specified in...
2006-03-04 John DarringtonAdded files in src/output