Implement SET LEADZERO.
[pspp] / src / output / spv / spv-writer.c
2022-06-18 Ben PfaffImplement SET LEADZERO.
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-writer: Avoid obsolete function asctime().
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-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-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 Pfaffpivot-table: Implement hiding footnotes.
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-07 Ben Pfaffpivot-table: Implement SET SMALL.
2021-01-07 Ben Pfaffpivot-table: Incorporate format settings.
2021-01-02 Ben Pfaffoutput: Make table_item a pivot_table, table_cell a...
2020-12-31 Ben Pfaffspv-file-format: Document "show-title" option.
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-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...
2019-12-29 Ben PfaffAdd support for reading and writing SPV files.