treewide: Replace <name>_cnt by n_<name>s and <name>_cap by allocated_<name>.
[pspp] / src / output / tex.c
2021-12-09 Ben Pfafftreewide: Replace <name>_cnt by n_<name>s and <name...
2021-05-01 John Darringtonsrc/output/tex.c (post_process_tokens): Fix memory...
2021-04-18 John DarringtonOutput drivers: Remove assertions on OUTPUT_ITEM_GROUP
2021-03-09 Ben Pfaffpivot-table: Reduce size of struct pivot_value from...
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-11 Ben Pfaffoutput-item: Collapse the inheritance hierarchy into...
2021-01-10 Ben Pfafftext-item: Simplify text_item further to just hold...
2021-01-10 Ben Pfaffpivot-table: Implement hiding footnotes.
2021-01-10 Ben Pfaffpivot-table: Allow footnote marker style to change...
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-02 Ben Pfaffoutput: Make table_item a pivot_table, table_cell a...
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-provider: Remove "const" from struct table_cell...
2020-12-27 Ben Pfafftable: Get rid of accessor functions for 'h' and 'n...
2020-12-20 John DarringtonFix building --without-cairo
2020-12-20 Ben Pfaffcairo: Move chart code into cairo-chart.
2020-12-19 Ben Pfaffpage-eject-item: Factor out of text_item.
2020-12-05 Ben Pfaffoutput: Move parse_color() from cairo.c to options.c.
2020-10-26 John DarringtonTeX driver: Conditionally emit "\input graphics" contro...
2020-10-25 Ben Pfafftex: Avoid compiler warning for unused variable.
2020-10-25 John DarringtonAdd a TeX driver