pivot-table: Make pivot_table_look a refcounted object.
[pspp] / src / output / pivot-output.c
2020-12-21 Ben Pfaffpivot-table: Make pivot_table_look a refcounted object.
2020-12-19 Ben Pfaffpage-eject-item: Factor out of text_item.
2020-10-30 Ben Pfaffoutput: Break struct pivot_table_look out of struct...
2020-10-30 Ben Pfafftable: Rename area_style to table_area_style for consis...
2020-06-27 John DarringtonReplace some calls to xcalloc with XCALLOC
2020-06-07 John DarringtonWhitespace changes only.
2019-12-29 Ben PfaffAdd support for reading and writing SPV files.
2019-12-29 Ben Pfaffpivot-table: Add support for hiding footnotes.
2019-12-29 Ben Pfaffpivot-table: Add support for hiding the caption.
2019-12-29 Ben Pfaffoutput: Refine support for footnotes, subscripts, and...
2019-12-29 Ben Pfafftable: Move tab.h into table.h and rename tab_*() to...
2019-12-29 Ben Pfafftab: Merge struct tab_table into struct table.
2019-12-29 Ben Pfafftable: Require headers to be set at table creation.
2019-12-29 Ben Pfafftable-item: Generalize support for layer info.
2019-12-29 Ben Pfaffpivot-table: Add reference counts.
2019-02-09 Ben Pfaffpivot-output: Improve variable naming.
2019-01-13 Ben PfaffFix numerous memory leaks.
2019-01-01 Ben Pfaffpivot-output: Fix argument order that made lots of...
2019-01-01 Ben Pfaffoutput: Introduce pivot tables.