Add --table-look command line option and SET TLOOK command.
[pspp] / src / output / pivot-table.c
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-12-21 Ben Pfaffpivot-table: Change the default format to omit empty...
2020-11-10 Ben PfaffAdd support for .tlo TableLook files from SPSS 15 and...
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.
2020-01-01 Ben Pfaffpivot-table: Avoid ctime_r() for portability reasons.
2019-12-29 Ben Pfaffcairo: Fix font scaling.
2019-12-29 Ben Pfaffpivot-table: Kluge dropping default 9-point font to...
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 Pfafftable: Add pool parameter to area_style_copy(), font_st...
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: Also dump sizing info in pivot_table_dump().
2019-12-29 Ben Pfaffpivot-table: Minor comment and style improvements.
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-10-30 Ben Pfaffpivot-table: Use ctime_r() instead of ctime(), for...
2019-10-30 Ben Pfaffpivot-table: Fix memory leaks in pivot_table_dump().
2019-10-30 Ben Pfaffpivot-table: Fix memory leak in pivot_value_destroy().
2019-10-05 Ben Pfaffpivot-table: Improve comments.
2019-07-22 John Darringtonpivot_table: Constness
2019-07-22 Ben Pfaffvalue: Get rid of value_str(), value_str_rw(), value_num().
2019-07-07 Ben Pfaffpivot-table: Properly allocate pivot_table's current_layer.
2019-01-13 Ben Pfaffpivot-table: Fix use-after-free error.
2019-01-13 Ben PfaffFix numerous memory leaks.
2019-01-02 Ben Pfaffpivot-table: Fix format specifiers.
2019-01-02 Ben Pfaffpivot-table: Fix type mismatch in equal_indexes().
2019-01-01 Ben Pfaffoutput: Introduce pivot tables.