pspp
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-file-format: More detailed requirements for structu...
2021-01-10 Ben Pfafftext-item: Fix reference leak in text_item_to_table_item().
2021-01-10 Ben Pfaffspv-file-format: Update heading, label elements in...
2021-01-10 Ben Pfafftable-item: Don't unshare a pivot_table upon adding...
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: Test round-tripping to an .spv file.
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: Add test for footnotes.
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-10 Ben Pfaffcairo-fsm: Honor displaying footnote markers as subscripts.
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 Pfaffstring-array: New function string_array_uniq().
2021-01-09 Ben Pfaffpspp-output: Minor coding style, comment fixes.
2021-01-09 Ben Pfaffpspp-output: Don't write binary data to a terminal...
2021-01-09 Ben Pfaffpspp-output: Add --help-developer option.
2021-01-09 Ben Pfaffpivot-table: Minor coding style improvements.
2021-01-09 Ben Pfaffpivot-table: Tolerate nulls in pivot_value_clone().
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 Pfaffpivot-table: Fix cut and paste error in pivot_value_clo...
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 Pfaffzip-writer: Add functions for writing a member over...
2021-01-08 Ben Pfaffcairo-fsm: Tolerate negative "space" argument to xr_fsm...
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 Pfaffperl-module: Fix to build with recent changes.
2021-01-07 Ben Pfaffspv-file-format: Describe format 40 and the meaning...
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-06 Ben Pfaffformat: Move epoch into struct fmt_settings.
2021-01-06 Ben Pfaffformat: Make format settings structure smaller and...
2021-01-05 Ben Pfaffformat: Fix typo in comment.
2021-01-04 Ben Pfaffconfigure: Ensure the version always has 3 parts in...
2021-01-03 John Darringtonacinclude.m4 (PSPP_CHECK_XGETTEXT): Use sed instead...
2021-01-02 Ben Pfaffpivot-table: Add more tests for pivot table rendering.
2021-01-02 John DarringtonRecent gettext to version 0.20 or later
2021-01-02 Ben Pfaffoutput: Make table_item a pivot_table, table_cell a...
2021-01-02 Ben Pfaffcsv: Change footnote format.
2021-01-02 Ben Pfaffpivot-table: Add some more utility functions for pivot...
2021-01-02 Ben Pfaffpivot-table: Define numeric formats of categories as...
2021-01-02 Ben Pfaffpivot-table: Don't rely on xcalloc (0, x) returning...
2021-01-02 Ben Pfaffpivot-output: Fix typo in comment.
2021-01-02 Ben Pfaffrender: Simplify 'pages' array in struct render_pager.
2021-01-02 Ben Pfaffoutput: Drop TAB_FIX and the idea of a configurable...
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 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 Pfafftable-provider: Remove "const" from struct table_cell...
2021-01-01 Ben Pfaffoutput-item: Make label a part of every output_item.
2021-01-01 Ben Pfaffhtml: Step toward better handling of text_items.
2021-01-01 Ben Pfaffpivot-table: Fix memory leak in pivot_table_destroy()
2021-01-01 John DarringtonPSPPIRE: Add user hints dialog on startup
2021-01-01 Ben Pfafftests: Break off --draw-mode from render-test into...
2021-01-01 Ben Pfaffoutput: Improve comments.
2021-01-01 Ben Pfaffpivot-table: Update comments to drop mention of omit_empty.
2021-01-01 Ben Pfaffpspp-output: New feature for retrieving the default...
2021-01-01 Ben Pfaffpivot-table: Don't allow data cells for nonexistent...
2021-01-01 Ben Pfaffspv-file-format: Footnotes can't refer to footnotes.
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 John Darringtonperl-module/README: update version references
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-31 Ben Pfaffascii: Support dashed lines in output.
2020-12-31 Ben Pfaffascii: Refactor definition of box characters.
2020-12-31 Ben Pfaffcairo-fsm: Implement dashed lines.
2020-12-30 Ben Pfaffpivot-table: Fix incorrect allocation count in pivot_ta...
2020-12-30 Ben Pfafftests: Be consistent about adding to $(check_PROGRAMS).
2020-12-29 Ben Pfafftable: Add comment.
2020-12-29 Ben Pfaffspv-file-format: Document CSS in more detail.
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-28 Ben Pfaffhtml: Make <th> cells be font-weight: normal by default.
2020-12-28 Ben Pfaffhtml: Implement rotated cells.
2020-12-28 Ben Pfaffcairo-fsm: Always center rotated cells.
2020-12-28 Ben Pfaffpivot-output: Implement header rotation correctly.
2020-12-28 Ben Pfaffhtml: Implement more styling features.
2020-12-28 Ben Pfaffpivot-output: Fill corner cell even without corner...
2020-12-28 Ben Pfaffspv-file-format: Better document MANIFEST.MF.
2020-12-28 Ben Pfaffpivot-table: Include pivot table subtype in pivot_table...
next