work on docs
[pspp] / src / output / spv /
2022-01-18 Ben Pfaffspv-legacy-decoder: Always give the pivot table a title.
2021-12-16 Ben PfaffFix build requirements by correctly noting that Python...
2021-10-02 John DarringtonReplace numerous instances of xzalloc with XZALLOC
2021-05-01 John Darringtonsrc/output/spv/spv.c (spv_read): Remove unused variable
2021-03-14 John Darringtonsrc/output/spv/automake.mk: Add some explicit dependenc...
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-03-08 Ben Pfaffformat: Reduce size of struct fmt_spec from 12 bytes...
2021-02-07 Ben Pfaffspv-light-decoder: Use unsigned int, not int, for ...
2021-02-07 Ben Pfaffspv-writer: Avoid obsolete function asctime().
2021-02-07 Ben Pfaffspvbin-helpers: Properly handle parsing strings with...
2021-02-07 Ben Pfaffspv-light-decoder: Fix check for valid decimal point...
2021-01-25 Ben Pfaffspv: Add support for page breaks.
2021-01-25 Ben Pfaffspv: Remove code that was just #if 0'd out before.
2021-01-25 Ben Pfaffoutput: Replace OUTPUT_ITEM_PAGE_SETUP by a new driver...
2021-01-25 Ben Pfaffoutput: Make groups contain their subitems, and get...
2021-01-25 Ben Pfaffoutput-item: Add basic support for visibility.
2021-01-25 Ben Pfaffzip-reader: Make the zip_reader reference counted.
2021-01-25 Ben Pfaffzip-reader: Switch to a more usual error reporting...
2021-01-25 Ben Pfaffspv-legacy-decoder: Make 'data' parameter to decode_spv...
2021-01-11 Ben Pfaffoutput-item: Collapse the inheritance hierarchy into...
2021-01-11 Ben Pfaffoutput-item: Make command name part of every output_item.
2021-01-11 Ben Pfaffoutput: Change command names from uppercase to title...
2021-01-11 Ben Pfaffstr: Add function xstrdup_if_nonnull() and introduce...
2021-01-11 Ben Pfaffspv-file-format: Update understanding of commandName...
2021-01-10 Ben Pfafftext-item: Simplify text_item further to just hold...
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.