Use XCALLOC / XZALLOC macros where reasonable
[pspp] / src / output / pivot-output.c
2021-10-02 John DarringtonUse XCALLOC / XZALLOC macros where reasonable
2021-03-09 Ben Pfaffpivot-table: Reduce size of struct pivot_value from...
2021-01-11 Ben Pfaffoutput-item: Collapse the inheritance hierarchy into...
2021-01-10 Ben Pfaffoutput: Rename page-eject-item to page-break-item.
2021-01-10 Ben Pfaffpivot-table: Fix handling of current-layer in spv files...
2021-01-10 Ben Pfaffpivot-table: Implement hiding footnotes.
2021-01-10 Ben Pfaffpivot-table: Allow footnote marker style to change...
2021-01-02 Ben Pfaffoutput: Make table_item a pivot_table, table_cell a...
2021-01-02 Ben Pfaffpivot-output: Fix typo in comment.
2021-01-02 Ben Pfafftable-item: Make caption into table_cell too.
2021-01-01 Ben Pfafftable-item: Change title from table_item_text to table_...
2021-01-01 Ben Pfafftable-item: Remove barely used parameters from table_it...
2021-01-01 Ben Pfaffoutput: Improve comments.
2020-12-31 Ben Pfaffpivot-output: Fix vertical line presence and style.
2020-12-31 Ben Pfaffpivot-output: Fix drawing lines between dimensions...
2020-12-31 Ben Pfaffpivot-output: Replicate dimension headings when divided...
2020-12-31 Ben Pfaffpivot-output: Really fix formatting of the corner cell.
2020-12-31 Ben Pfaffoutput: Remove superscript support.
2020-12-31 Ben Pfaffpivot-output: Implement superscript.
2020-12-31 Ben Pfaffspv-file-format: Document "show-title" option.
2020-12-28 Ben Pfaffpivot-output: Implement header rotation correctly.
2020-12-28 Ben Pfaffpivot-output: Fill corner cell even without corner...
2020-12-27 Ben Pfafftable: Get rid of accessor functions for 'h' and 'n...
2020-12-27 Ben Pfaffhtml: Pop up tooltip with table notes in output.
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.