CROSSTABS: Make treatment of crosstab variables and values more uniform.
[pspp] / src / output /
2018-12-25 Ben Pfaffoutput: Factor common code for command name tracking...
2018-12-25 Ben Pfaffascii: Get rid of the idea of pages.
2018-12-25 Ben Pfafftable: Get rid of TAL_GAP.
2018-12-25 Ben Pfaffcairo: Get rid of useless parameter 'y' to xr_layout_ce...
2018-12-03 Ben Pfaffoutput: Remove support for nested tables.
2018-11-26 Ben Pfaffascii: Fix assertion in ascii_output_table_item().
2018-11-26 Ben Pfaffascii: Update min_breaks along with width and length.
2018-11-26 Ben Pfaffrender: Use "long long" instead of "double" for arithmetic.
2018-11-26 Ben Pfaffrender: Fix pathological case where column minimum...
2018-04-30 Ben PfaffMake libxml2 a required build dependency.
2017-09-23 Ben Pfaffcairo-chart: Make it clear that fabs() of integer value...
2017-09-10 John DarringtonMerge remote-tracking branch 'origin/sheet'
2017-09-10 John Darringtonsrc/output/cairo.c (xr_chart_renderer): Set the chart...
2017-09-10 John Darringtonsrc/output/cairo.c (xr_chart_render): New variable...
2017-08-03 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-07-05 John DarringtonAdd copyright and licence notices to files which lack...
2017-04-22 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-04-22 John DarringtonWhitespace changes only: Remove trailing whitespace
2017-03-28 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-03-24 John DarringtonHtml Driver: Fix bug when rendering small cells.
2016-08-12 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-08-11 John DarringtonFix possible null pointer dereference
2016-07-10 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-06-07 John Darringtonsrc/output.tab.c: Format according to Gnu Coding Standards
2016-06-04 Friedrich Beckmanntab.c: Compile error in debug mode
2016-05-23 Friedrich Beckmannscatterplot: changed colorscheme - first color is black...
2016-04-07 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-03-26 John DarringtonFix assertion failure when using PRINT with an empty...
2016-02-21 Ben Pfaffrender: Fix memory leaks in rendering.
2016-02-21 Ben Pfaffcairo: Fix memory leak of pango_layout_iter.
2016-02-21 Ben Pfafftable: Fix memory leak.
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
2016-01-15 Ben Pfaffmeasure: Improve wording of error message.
2015-12-17 John DarringtonRemove string stat_version
2015-12-02 John DarringtonVertically reflect the table borders for RTL locales
2015-12-02 John DarringtonOutput renderer: Reverse the order of table columns...
2015-11-21 John DarringtonMake fn_open and fn_close take a struct file_handle...
2015-11-20 John DarringtonRemove unnecessary #include directives
2015-10-31 John Darringtonget_default_paper_size: Use access instead of fn_exists
2015-10-23 John DarringtonAvoid "definition without prototype" warnings
2015-06-24 Friedrich Beckmann fix s390x build failure on debian due to wrong...
2015-06-24 Friedrich Beckmann fix crash when exporting pdf via gui - fixes bug...
2015-06-21 Ben PfaffMerge "gtk3" branch into "master".
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-11 Friedrich Beckmanncharts: changed scientifc number display from e+6 type...
2015-06-07 Friedrich Beckmannreplaced decimal module, xrchart_scale with autoformat...
2015-06-05 Ben Pfaffcairo-chart: Use "Sans" instead of "sans serif" as...
2015-06-04 Friedrich Beckmanncharts: changed scientifc number display from e+6 type...
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...
2015-01-04 Ben Pfaffcairo: Remove claim that a null 'cairo' can work.
2014-10-18 Ben Pfaffcairo: Add .5pt gutter around table rules.
2014-09-28 Friedrich BeckmannAdd GRAPH command initially with just scatterplots...
2014-09-16 Ben Pfaffoutput: Add support for captions.
2014-09-14 Ben Pfaffrender: Fix bug in render_pager_draw_region().
2014-09-13 Ben Pfaffoutput: Rename caption to title.
2014-09-13 Ben Pfaffoutput: Add footnote support.
2014-09-13 Ben Pfaffrender: Fold caption drawing into rendering engine.
2014-09-13 Ben Pfaffrender: Render table_items instead of tables.
2014-09-13 Ben Pfaffrender: Push all rendering, not just pagination, into...
2014-09-13 Ben Pfaffrender: Introduce render_pager to factor out code from...
2014-09-04 Ben Pfaffhtml: Format new-lines as line breaks.
2014-09-04 Ben Pfaffhtml: Align table cells vertically at the top.
2014-09-04 Ben Pfaffodt: Use text:outline-level instead of text:level insid...
2014-08-30 Ben Pfaffpsppire-output-view: Fix memory leaks.
2014-08-30 Ben Pfaffoutput: Make it possible to push and pop output engines.
2014-08-24 Ben Pfaffoutput: Implement nested tables.
2014-07-22 Ben Pfaffrender: Rename 'cell' variables used for breaking to...
2014-07-22 Ben Pfafftable-paste: Add error-checking assertion to table_paste().
2014-07-22 Ben Pfafftable-paste: Fix comments and variable naming.
2014-07-22 Ben Pfaffrender: Fix typo in comment.
2014-07-20 Ben Pfaffrender: Fix rendering corner cases when a cell is broke...
2014-07-20 Ben PfaffMake minimum breaks configurable.
2014-07-13 Ben Pfaffrender: Don't add overflows when header is contiguous...
2014-07-13 Ben Pfafftable-select: Only cut headers into two if needed in...
2014-07-12 Ben Pfaffrender: Fix typo in comment.
2014-07-09 John DarringtonAdd OUTPUT MODIFY command
2014-06-24 Ben Pfaffcairo: Use same scale factor as Pango, for precision...
2014-06-24 Ben Pfaffcairo: Fix failures to scale between cairo and pango...
2014-06-24 Ben Pfaffcairo: Remove PangoWrapMode parameter that was always...
2014-06-01 Ben Pfaffhtml: Fix right border of cells that span columns at...
2014-04-29 John DarringtonAdded result_class parameter to tab_double and updated...
next