SUBTABLE works (I'm suspicous about ROW though)
[pspp] / src / output /
2020-08-16 John Darringtonhtml.c: Reimplement as HTML5
2020-08-18 John Darringtonbarchart.c: Sort the categories before displaying them.
2020-08-17 Friedrich Beckmannlimit the number of variables in barchart from crosstab...
2020-07-11 John DarringtonSpreadLevel Plot: Don't try to take the logarithm of...
2020-07-11 John Darringtonsrc/output/cairo-chart.h (xrchart_write_scale): Check...
2020-07-11 John DarringtonDo not attempt to use the output driver while it's...
2020-07-04 John DarringtonHTML output driver: Correct typo
2020-06-27 John DarringtonIntroduce reference counting for variables.
2020-06-27 John DarringtonReplace some calls to xcalloc with XCALLOC
2020-06-27 John DarringtonFix memory leak in src/output/table.c
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.
2020-01-09 Ben Pfaffascii: Correct multiple bugs regarding output width.
2020-01-09 Ben Pfaffascii: Fix parsing of -O width=<n> option.
2020-01-01 Ben Pfaffpivot-table: Avoid ctime_r() for portability reasons.
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 Pfaffcairo: Fix font scaling.
2019-12-29 Ben Pfaffpivot-table: Kluge dropping default 9-point font to...
2019-12-29 Ben PfaffAdd support for reading and writing SPV files.
2019-12-29 Ben Pfaffpivot-table: Add support for hiding footnotes.
2019-12-29 Ben Pfaffpivot-table: Add support for hiding the caption.
2019-12-29 Ben Pfaffoutput: Refine support for footnotes, subscripts, and...
2019-12-29 Ben Pfafftable: Factor out common code and improve comments.
2019-12-29 Ben Pfafftable: Replace table_joined_cell by table_cell.
2019-12-29 Ben Pfaffrender: Fix up layer violation in add_footnote_page().
2019-12-29 Ben Pfafftable: Get rid of TAL_* constants.
2019-12-29 Ben Pfafftable: Get rid of TAB_* for horizontal and vertical...
2019-12-29 Ben Pfaffpivot-table: Make pivot_area_get_default_style() return...
2019-12-29 Ben Pfafftable: Add pool parameter to area_style_copy(), font_st...
2019-12-29 Ben Pfafftable: Move tab.h into table.h and rename tab_*() to...
2019-12-29 Ben Pfafftable: Merge tab.c into table.c.
2019-12-29 Ben Pfafftab: Merge struct tab_table into struct table.
2019-12-29 Ben Pfafftable: Require headers to be set at table creation.
2019-12-29 Ben Pfafftable: Get rid of table_class.
2019-12-29 Ben Pfafftable: Simplify interface for number of rows and columns.
2019-12-29 Ben Pfafftab: Fix overlap between table enumerations.
2019-12-29 Ben Pfafftable: Get rid of table_cell destructors, which were...
2019-12-29 Ben Pfaffpivot-table: Initialize subtype, command_id for pivot...
2019-12-29 Ben Pfaffpivot-table: Make template pivot_values localized.
2019-12-29 Ben Pfaffpivot-table: Also dump sizing info in pivot_table_dump().
2019-12-29 Ben Pfaffpivot-table: Minor comment and style improvements.
2019-12-29 Ben Pfaffpivot-table: Make struct pivot_cell public.
2019-12-29 Ben Pfaffpivot-table: New public functions for default area...
2019-12-29 Ben Pfaffrender: Change style for footnote blocks.
2019-12-29 Ben Pfaffdriver: Do not accumulate marked-up text.
2019-12-29 Ben Pfafftable-item: Generalize support for layer info.
2019-12-29 Ben Pfafftable: Make table_collect_footnotes() not return NULL...
2019-12-29 Ben Pfaffcairo: Make footnote markers smaller than normal text...
2019-12-29 Ben Pfaffpivot-table: Add reference counts.
2019-12-15 Ben Pfaffascii: Open output file immediately instead of deferrin...
2019-12-08 Ben Pfaffcommand: Put command_ids in output into title case.
2019-11-28 John DarringtonRemove #include <assert.h> from files which don't need it
2019-11-27 John DarringtonDelete trailing whitespace at line endings.
2019-10-30 Ben Pfaffpivot-table: Use ctime_r() instead of ctime(), for...
2019-10-30 Ben Pfaffascii: Avoid buffer overread outputting page longer...
2019-10-30 Ben Pfaffpivot-table: Fix memory leaks in pivot_table_dump().
2019-10-30 Ben Pfaffpivot-table: Fix memory leak in pivot_value_destroy().
2019-10-30 Ben Pfaffdriver: Fix memory leak in output_submit().
2019-10-11 Ben Pfaffzip-writer: New functions for adding members.
2019-10-11 Ben Pfaffoutput: Move text_item and group_item usage closer...
2019-10-11 Ben Pfaffoutput: Reimplement table_from_string in terms of tab.
2019-10-11 Ben Pfaffoutput: Remove table_unshare.
2019-10-11 Ben Pfaffoutput: Remove table_select and table_paste.
2019-10-11 Ben Pfaffrender: Drop use of table_select().
2019-10-11 Ben Pfaffrender: Modernize coding style.
2019-10-05 Ben Pfaffpivot-table: Improve comments.
2019-07-22 John DarringtonPivot Table: Fix compiler warning.
2019-07-22 John Darringtonpivot_table: Constness
2019-07-22 Ben Pfaffvalue: Get rid of value_str(), value_str_rw(), value_num().
2019-07-07 Ben Pfaffpivot-table: Properly allocate pivot_table's current_layer.
2019-07-03 John DarringtonRemove UNUSED attributes where they were inappropriate.
2019-06-29 John DarringtonConstness
2019-06-13 Ben Pfaffpivot-table: Better document how to hide empty rows...
2019-05-06 John DarringtonSpelling: nonnegative -> non-negative
2019-05-05 John DarringtonDump barchart when in testing mode.
2019-05-05 John DarringtonBarchart.h: Add comment.
2019-05-04 John DarringtonCorrect thinko in previous commit
2019-05-04 John DarringtonEXAMINE: Don't crash when unrenderable graphs are...
2019-04-28 John Darringtonsrc/output/driver.c: Change engine_stack from an array...
2019-04-20 John Darringtonpiechart-cairo.c: Remove erroneous duplicate line.
2019-02-09 Ben Pfaffpivot-output: Improve variable naming.
2019-01-23 Ben Pfafftable-transpose: Remove.
2019-01-13 Ben Pfaffpivot-table: Fix use-after-free error.
2019-01-13 Ben PfaffFix numerous memory leaks.
2019-01-06 Ben Pfaffascii: Always use Unicode boxes by default if appropriate.
2019-01-02 Ben Pfafftab: Fix implementation of "middle" vertical alignment...
2019-01-02 Ben Pfaffpivot-table: Fix format specifiers.
2019-01-02 Ben Pfaffdriver: Fix format specifiers and avoid fixed-size...
2019-01-02 Ben Pfaffpivot-table: Fix type mismatch in equal_indexes().
2019-01-02 Ben Pfafftable: Avoid initializer warnings with GCC 4.9.
2019-01-02 Ben Pfaffcairo: Make xr_rendering_measure() tolerate NULL arguments.
2019-01-02 Ben Pfaffoutput-item: Add 'name' member to class structure.
2019-01-01 Ben Pfaffoutput: Fix XML parsing in output_get_text_from_markup().
2019-01-01 Ben Pfaffpivot-output: Fix argument order that made lots of...
2019-01-01 Ben Pfaffoutput: Introduce pivot tables.
2019-01-01 Ben Pfaffcairo: Minor cleanup by factoring out new function...
2019-01-01 Ben Pfaffoutput: Support decimal and mixed alignment,
next