subcase: Rename subcase_destroy() to subcase_uninit().
[pspp] / src / language / stats / graph.c
2022-04-02 Ben Pfaffsubcase: Rename subcase_destroy() to subcase_uninit().
2021-12-30 Ben PfaffChange how checking for missing values works.
2021-10-02 John DarringtonUse XCALLOC / XZALLOC macros where reasonable
2021-09-03 Ben Pfaffcase: Introduce new functions for numbers and substring...
2021-01-11 Ben Pfaffoutput-item: Collapse the inheritance hierarchy into...
2020-06-07 John DarringtonWhitespace changes only.
2019-07-07 Ben Pfafflexer: Make lex_error_expecting() easier to use.
2019-05-05 John DarringtonGRAPH (barchart): Percentages display subcategorial...
2019-05-05 John Darringtongraph.c (run_barchart): Add assertion.
2019-05-05 John Darringtongraph.c: "freqs" --> "cells".
2019-05-01 John Darringtongraph.c: Whitespace changes only. Fold some very long...
2019-01-01 Ben Pfaffoutput: Introduce pivot tables.
2017-04-22 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-04-22 John DarringtonWhitespace changes only: Remove trailing whitespace
2016-04-07 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-03-26 John DarringtonFix bug in GRAPH when a bad dependent variable was...
2016-03-24 John DarringtonFix crash in histogram when all values are missing.
2016-02-20 John DarringtonFREQUENCIES BARCHART: Honour then PERCENT option
2015-12-15 Friedrich BeckmannGRAPH scatterplot - fixed missing BY variable rendering
2015-11-11 John DarringtonNew top level menu for Graphs.
2015-06-21 Ben PfaffMerge "gtk3" branch into "master".
2015-06-21 John DarringtonGRAPH: Correct spacing and punctuation of error message
2015-06-20 John DarringtonMerge remote-tracking branch 'origin/master' into gtk3
2015-06-02 John DarringtonFixed bug GRAPH /HISTOGRAM vs. null data.
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 BeckmannSwitch the order in which scatterplot axes appear in...
2015-04-24 Friedrich BeckmannAllow data used by GRAPH /SCATTERPLOT to persist after...
2015-04-24 Friedrich BeckmannWhitespace changes only.
2014-10-28 John DarringtonGRAPH: Use complete strings instead of constructing...
2014-09-28 Friedrich BeckmannAdd GRAPH command initially with just scatterplots...