csv: Change footnote format.
[pspp] / src / output / spv /
2021-01-02 Ben Pfafftext-item: Use struct font_style instead of individual...
2021-01-02 Ben Pfafftable-item: Make caption into table_cell too.
2021-01-01 Ben Pfaffoutput-item: Make label a part of every output_item.
2021-01-01 Ben Pfaffoutput: Improve comments.
2020-12-31 Ben Pfaffspv-file-format: Document "show-title" option.
2020-12-29 Ben Pfaffspv-css-parser: Parse text color also.
2020-12-29 Ben Pfaffspv-css-parser: The font-size is really "px" even thoug...
2020-12-29 Ben Pfaffoutput: Eliminate duplicated color parsing code.
2020-12-27 Ben Pfaffpsppire-window: Fix use-after-free error in read_spv_fi...
2020-12-26 Ben PfaffFix memory leaks reported by Address Sanitizer.
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-11-13 Ben PfaffFix parsing of some more .tlo files.
2020-11-10 Ben PfaffAdd support for .tlo TableLook files from SPSS 15 and...
2020-11-03 Ben Pfaffspv-table-look: Don't use user-provided text as format...
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-29 Ben Pfaffspv: Support underlining in table styles.
2020-10-27 Ben Pfaffspv: Avoid some compiler warnings on mingw.
2020-10-27 Ben Pfaffpspp-output: New option --table-look.
2020-10-25 Ben Pfaffpspp-output: Add new --nth-commands option.
2020-08-31 Ben Pfaffspv-light-decoder: Avoid GCC 10.x warning in decode_spv...
2020-08-29 Friedrich Beckmannxml-parser-generator - iterate over sorted dict - ...
2020-08-24 Friedrich BeckmannWarnings: added cast for enumaration types
2020-06-27 John DarringtonReplace some calls to xcalloc with XCALLOC
2020-06-20 John Darringtonspv.c: Avoid warnings about uninitialised variables
2020-06-14 John DarringtonFix broken build when ./configure --without-gui is...
2020-06-14 John DarringtonRemove trailing whitespace at end of lines
2020-06-07 John DarringtonWhitespace changes only.
2019-12-30 Ben Pfaffspv: Make parser generators compatible with python3.
2019-12-30 Ben Pfaffspv: Run Python at build time via $PYTHON variable.
2019-12-29 Ben PfaffAdd support for reading and writing SPV files.