Layered split file for FREQUENCIES works.
[pspp] / src / output / pivot-table.h
2022-08-07 Ben PfaffLayered split file for FREQUENCIES works.
2022-08-07 Ben PfaffCTABLES
2022-06-01 Ben Pfaffpivot-table: New functions for setting captions, etc.
2021-12-06 Ben Pfaffpivot-table: New function pivot_value_new_variable__().
2021-03-09 Ben Pfaffpivot-table: Reduce size of struct pivot_value from...
2021-03-09 Ben Pfaffpivot-table: Reduce size of struct pivot_value from...
2021-01-10 Ben Pfaffpivot-table: Always put footnote markers in sorted...
2021-01-10 Ben Pfaffascii: Include footnote markers in output.
2021-01-10 Ben Pfaffpivot-table: Allow footnote marker style to change...
2021-01-09 Ben Pfaffspv-legacy-decoder: Initialize all members for SPV_VALU...
2021-01-07 Ben Pfaffpivot-table: Implement SET SMALL.
2021-01-07 Ben Pfaffpivot-table: Incorporate format settings.
2021-01-02 Ben Pfaffoutput: Make table_item a pivot_table, table_cell a...
2021-01-02 Ben Pfaffpivot-table: Add some more utility functions for pivot...
2021-01-01 Ben Pfaffoutput: Improve comments.
2021-01-01 Ben Pfaffpivot-table: Update comments to drop mention of omit_empty.
2020-12-31 Ben Pfaffoutput: Remove superscript support.
2020-12-31 Ben Pfaffspv-file-format: Document "show-title" option.
2020-12-27 Ben Pfaffhtml: Pop up tooltip with table notes in output.
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.