output: Rename page-eject-item to page-break-item.
[pspp] / src / output / spv /
2021-01-10 Ben Pfaffoutput: Rename page-eject-item to page-break-item.
2021-01-10 Ben Pfaffspv-writer: Consistently use label from output_item.
2021-01-10 Ben Pfaffoutput: Make spv-writer code understand output_item.
2021-01-10 Ben Pfaffpivot-table: Fix handling of current-layer in spv files...
2021-01-10 Ben Pfaffspv-light-decoder: Support special format 40 in decode_...
2021-01-10 Ben Pfaffspv-light-decoder: Drop special case for dim 0 in decod...
2021-01-10 Ben Pfaffpivot-table: Implement hiding footnotes.
2021-01-10 Ben Pfaffpivot-table: Always put footnote markers in sorted...
2021-01-10 Ben Pfaffspv-light-decoder: Add back character set encoding...
2021-01-09 Ben Pfaffpspp-output: New "strings" developer command.
2021-01-09 Ben Pfaffspv-legacy-decoder: Initialize all members for SPV_VALU...
2021-01-09 Ben Pfaffspv-legacy-decoder: Set data_index and presentation_ind...
2021-01-09 Ben Pfaffspv-select: Allow structure_member and png_member to...
2021-01-09 Ben PfaffMake the Cairo and Pango libraries required rather...
2021-01-08 Ben PfaffAdd support for PNG images in .spv files.
2021-01-08 Ben Pfaffspv-file-format: Revise .spv light member documentation.
2021-01-08 Ben Pfaffspv: Encode and decode AHEX format in light binary...
2021-01-08 Ben Pfaffspv-light-decoder: Text strings are all UTF-8 encoded.
2021-01-07 Ben Pfaffpivot-table: Implement SET SMALL.
2021-01-07 Ben Pfaffpivot-table: Incorporate format settings.
2021-01-07 Ben PfaffMake data input and output take a fmt_settings structure.
2021-01-02 Ben Pfaffoutput: Make table_item a pivot_table, table_cell a...
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.