Add --table-look command line option and SET TLOOK command.
[pspp] / src / output / pivot-table.h
2020-12-22 Ben PfaffAdd --table-look command line option and SET TLOOK...
2020-12-21 Ben Pfaffpivot-table: Make pivot_table_look a refcounted object.
2020-11-15 Friedrich Beckmanncheck gcc version before using gnu_printf attribute
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-10-29 Ben Pfaffpspp-output: New command get-table-look.
2020-10-27 Ben PfaffUse gnu_printf in attribute(()) to indicate GNU printf...
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 Pfaffpivot-table: Make pivot_area_get_default_style() return...
2019-12-29 Ben Pfaffpivot-table: Initialize subtype, command_id for pivot...
2019-12-29 Ben Pfaffpivot-table: Make template pivot_values localized.
2019-12-29 Ben Pfaffpivot-table: Make struct pivot_cell public.
2019-12-29 Ben Pfaffpivot-table: New public functions for default area...
2019-12-29 Ben Pfaffpivot-table: Add reference counts.
2019-07-22 John DarringtonPivot Table: Fix compiler warning.
2019-07-22 John Darringtonpivot_table: Constness
2019-07-07 Ben Pfaffpivot-table: Properly allocate pivot_table's current_layer.
2019-06-13 Ben Pfaffpivot-table: Better document how to hide empty rows...
2019-01-13 Ben PfaffFix numerous memory leaks.
2019-01-01 Ben Pfaffoutput: Introduce pivot tables.