docs
[pspp] / src / output /
2022-06-01 Ben Pfaffspv-legacy-decoder: Always give the pivot table a title.
2022-06-01 Ben Pfaffoutput-item: Add missing new-line printing tables in...
2022-06-01 Ben Pfaffoutput-item: Fix memory leak in output_item_dump().
2022-06-01 Ben Pfaffpivot-table: New functions for setting captions, etc.
2022-06-01 Ben Pfaffpivot-table: Fix pivot_table_dump() null pointer derefe...
2022-04-05 Ben Pfaffpivot-table: Avoid null dereference in "pspp-output...
2022-03-18 Friedrich Beckmannbug #62189: Fixed clipped numbers in histogram legend
2022-03-13 Ben Pfaffspv-light-decoder: Avoid GCC 11.x warning in decode_spv...
2021-12-30 Ben PfaffChange how checking for missing values works.
2021-12-16 Ben PfaffFix build requirements by correctly noting that Python...
2021-12-09 Ben Pfafftreewide: Replace <name>_cnt by n_<name>s and <name...
2021-12-06 Ben Pfaffpivot-table: New function pivot_value_new_variable__().
2021-12-06 Ben Pfaffdriver: New function output_log_nocopy().
2021-10-02 John DarringtonUse XCALLOC / XZALLOC macros where reasonable
2021-10-02 John DarringtonReplace numerous instances of xzalloc with XZALLOC
2021-09-03 Ben Pfaffcase: Introduce new functions for numbers and substring...
2021-06-27 Ben PfaffTITLE and SUBTITLE: Don't treat an unquoted argument...
2021-05-01 John Darringtonsrc/output/tex.c (post_process_tokens): Fix memory...
2021-05-01 John Darringtonsrc/output/select.c (select_matches): Fix memory leak
2021-05-01 John Darringtonsrc/output/spv/spv.c (spv_read): Remove unused variable
2021-05-01 John Darringtonsrc/output/output-item.c (output_item_unref): Fix memor...
2021-05-01 John Darringtonsrc/output/output-item.h (outpt_item_ref): Add WARN_UNU...
2021-05-01 John Darringtonsrc/ouput/output-item.c (output_item_unshare): Use...
2021-05-01 John Darringtonsrc/output/pivot-table.c (pivot_value_ex_destroy):...
2021-04-18 John DarringtonOutput drivers: Remove assertions on OUTPUT_ITEM_GROUP
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 6 bytes...
2021-03-08 Ben Pfaffformat: Reduce size of struct fmt_spec from 12 bytes...
2021-02-21 Ben Pfaffascii: Always include <sys/ioctl.h> if we're calling...
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-25 Ben Pfaffoutput: New function output_log().
2021-01-25 Ben Pfaffllx: Introduce new iteration macros and some users.
2021-01-24 Ben Pfaffoutput-item: Allocate correct size in message_item_crea...
2021-01-11 Ben Pfaffoutput: Add missing chart.h.
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 Pfaffcairo-fsm: Remove dead code in xr_fsm_create().
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 Pfafftext-item: Fix reference leak in text_item_to_table_item().
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: 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 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 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 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 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 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()
next