Fix problem with category borders.
[pspp] / src / output /
2023-01-30 Ben PfaffFix problem with category borders. pivot-titles-5
2023-01-28 Ben Pfaffmonolithic rendering fixes
2023-01-28 Ben Pfaffrender: Fix spanned width distribution for cells not...
2023-01-28 Ben Pfaffwork on monolithic rendering
2023-01-28 Ben Pfaffoutput: Remove support for bottom and right side headers.
2023-01-28 Ben Pfaffascii: Improve look of dashed line ends.
2023-01-28 Ben Pfaffpivot-output: When there's no dimension border, use...
2023-01-27 Ben Pfaffoutput: Add debugging code to rendering and table code.
2023-01-27 Ben Pfafftable: Make debug code unconditional.
2023-01-27 Ben Pfaffrender: Fix typo in comment.
2023-01-27 Ben Pfaffpivot-table: Fix buffer overflow in corner case in...
2023-01-27 Ben Pfaffpivot-table: Fix buffer overflow in pivot_table_dump...
2023-01-16 Ben Pfafftable: Fix use of uninitialized data.
2023-01-16 Ben Pfaffoutput: Combine color and stroke into table_border_style.
2023-01-15 Ben Pfaffrender: Get rid of RENDER_LINE_* in favor of similar...
2023-01-05 Ben Pfafftable: Rename TAB_* to TABLE_CELL_* and reduce from...
2023-01-05 Ben Pfafftable: Drop support for -1 as style to table_hline...
2023-01-05 Ben Pfafftable: Remove table_box().
2022-11-27 Ben PfaffMove all command implementations into a single 'command...
2022-11-27 Ben PfaffRemove unneeded #includes.
2022-11-25 Ben Pfaffpivot-table: Fix memory leak in debug print code.
2022-11-23 Ben Pfaffspv-driver: Fix memory leak on error path.
2022-11-22 Ben Pfaffspv: ALlow an extra 01 at the end of X3.
2022-11-06 Ben Pfaffspvxml-helpers: Avoid warning on recent versions of...
2022-09-13 Ben PfaffPRINT: Improve error messages.
2022-09-12 Ben PfaffImprove error messages for format specifiers.
2022-09-10 Ben Pfaffformat: Cite variable names in messages reporting incom...
2022-08-28 Ben Pfaffpivot-table: Introduce infrastructure for handling...
2022-08-28 Ben Pfaffpivot-table: Allow all pivot_value formatting functions...
2022-08-28 Ben Pfaffpivot-table: Improve comment.
2022-08-28 Ben Pfaffpivot-table: Avoid making PIVOT_N_AXES an enum member.
2022-08-07 Ben Pfaffrender: Coding style fix.
2022-07-08 Ben PfaffFix use-after-free errors.
2022-06-18 Ben PfaffImplement SET LEADZERO.
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...
next