Add support for PNG images in .spv files.
[pspp] / src / output / cairo-fsm.c
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-02 Ben Pfaffoutput: Make table_item a pivot_table, table_cell a...
2021-01-02 Ben Pfaffoutput: Drop TAB_FIX and the idea of a configurable...
2021-01-01 Ben Pfaffoutput-item: Make label a part of every output_item.
2020-12-31 Ben Pfaffoutput: Remove superscript support.
2020-12-31 Ben Pfaffcairo-fsm: Implement dashed lines.
2020-12-28 Ben Pfaffcairo-fsm: Always center rotated cells.
2020-12-27 Ben Pfaffcairo: Support scaling tables to fit page width and...
2020-12-26 Ben Pfaffcairo-fsm: Remove code that was #if'd out.
2020-12-21 Ben Pfaffcairo: Add support for png and trim.
2020-12-20 Ben Pfaffcairo-pager: New.
2020-12-20 Ben Pfaffcairo: Use pango_cairo_context_set_resolution() to...
2020-12-20 Ben Pfaffcairo: Move chart code into cairo-chart.
2020-12-20 Ben Pfaffcairo: Factor out code for basic rendering.