Replace numerous instances of xzalloc with XZALLOC
[pspp] / src / output / cairo.c
2021-10-02 John DarringtonReplace numerous instances of xzalloc with XZALLOC
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-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...
2020-12-26 Ben Pfaffcairo-pager: Add outline to PDF output.
2020-12-26 Ben Pfaffcairo: Avoid using cairo_t for a destroyed cairo_surface_t.
2020-12-25 Ben Pfaffcairo: Add missing new-lines at the end of messages...
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: Use arrays for page sizes and margins, to simpli...
2020-12-20 Ben Pfaffcairo: Move chart code into cairo-chart.
2020-12-20 Ben Pfaffcairo: Get rid of unused PangoLayouts.
2020-12-20 Ben Pfaffcairo: Factor out code for basic rendering.
2020-12-20 Ben Pfaffcairo: Remove "emphasis" font option because it had...
2020-12-19 Ben Pfaffrender: Make struct render_params a little smaller.
2020-12-19 Ben Pfaffpage-eject-item: Factor out of text_item.
2020-12-19 Ben Pfaffpsppire-output-view: Consistently apply "transparent...
2020-12-19 Ben Pfaffcairo: Drop unused line_spacing, line_width members...
2020-12-05 Ben Pfaffoutput: Move parse_color() from cairo.c to options.c.
2020-11-30 Ben Pfaffcairo: Remove 'x' from struct xr_driver.
2020-11-30 Ben Pfaffcairo: Remove 'heading_vars' from struct xr_driver.
2020-11-30 Ben Pfaffcairo: Remove unused 'command_name', 'title', 'subtitle...
2020-11-30 Ben Pfaffcairo: Remove obsolete 'nest' member from struct xr_driver.
2020-11-29 Ben Pfaffcairo: Simplify and modernize xr_create().
2020-11-07 John DarringtonNew function: xr_draw_eps_chart
2020-10-29 Ben Pfaffrender: Fix rendering of backgrounds in middle- or...
2020-09-11 Friedrich Beckmanncairo: added xr_draw_svg_file function
2020-09-11 Friedrich Beckmannoutput view: make items selectable and use system colours
2020-07-11 John DarringtonDo not attempt to use the output driver while it's...
2020-06-07 John DarringtonWhitespace changes only.
2019-12-29 Ben Pfaffcairo: Fix font scaling.
2019-12-29 Ben Pfaffoutput: Refine support for footnotes, subscripts, and...
2019-12-29 Ben Pfaffcairo: Make footnote markers smaller than normal text...
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-07-03 John DarringtonRemove UNUSED attributes where they were inappropriate.
2019-06-29 John DarringtonConstness
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-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,
2019-01-01 Ben Pfaffoutput: Rename a few struct members for consistency.
2019-01-01 Ben Pfaffoutput: Support rotation.
2019-01-01 Ben Pfafftable: Make table cells have exactly one piece of conte...
2019-01-01 Ben Pfaffoutput: New page-setup-item.
2019-01-01 Ben Pfaffoutput: Add support for Pango markup of fonts and styles.
2019-01-01 Ben Pfaffpsppire-output-view: Render only the visible parts...
2019-01-01 Ben Pfaffoutput: Cache the script ltr versus rtl direction.
2018-12-31 Ben Pfaffcairo: Render group_open_items.
2018-12-26 Ben Pfaffcairo: Improve comment.
2018-12-26 Ben Pfaffcairo: Fix word-wrapping of ".000" and similar.
2018-12-25 Ben Pfaffoutput: Introduce group_item in place of TEXT_ITEM_COMM...
2018-12-25 Ben Pfafftext-item: Merge "title" and "subtitle" items into...
2018-12-25 Ben Pfaffcairo: New macros XR_LINE_WIDTH and XR_LINE_SPACE.
2018-12-25 Ben Pfaffoutput: Add support for alternating row colors.
2018-12-25 Ben Pfaffcairo: Remove debug print.
2018-12-25 Ben Pfaffoutput: Add support for colors for rules.
2018-12-25 Ben Pfaffoutput: Support styles for text items.
2018-12-25 Ben Pfaffoutput: Add support for fonts.
2018-12-25 Ben Pfaffoutput: Add support for cell margins.
2018-12-25 Ben Pfaffoutput: Add support for colors in cells.
2018-12-25 Ben Pfaffoutput: Add support for dashed, thick, and thin rules.
2018-12-25 Ben Pfaffoutput: Add support for vertical alignment of cells.
2018-12-25 Ben Pfaffoutput: Expand footnote support.
2018-12-25 Ben Pfaffoutput: Factor common code for command name tracking...
2018-12-25 Ben Pfafftable: Get rid of TAL_GAP.
2018-12-25 Ben Pfaffcairo: Get rid of useless parameter 'y' to xr_layout_ce...
2018-12-03 Ben Pfaffoutput: Remove support for nested tables.
2017-09-10 John DarringtonMerge remote-tracking branch 'origin/sheet'
2017-09-10 John Darringtonsrc/output/cairo.c (xr_chart_renderer): Set the chart...
2017-09-10 John Darringtonsrc/output/cairo.c (xr_chart_render): New variable...
2017-04-22 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-04-22 John DarringtonWhitespace changes only: Remove trailing whitespace
2016-08-12 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-08-11 John DarringtonFix possible null pointer dereference
2016-02-21 Ben Pfaffcairo: Fix memory leak of pango_layout_iter.
2015-12-02 John DarringtonVertically reflect the table borders for RTL locales
2015-11-21 John DarringtonMake fn_open and fn_close take a struct file_handle...
2015-06-24 Friedrich Beckmann fix crash when exporting pdf via gui - fixes bug...
2015-06-21 Ben PfaffMerge "gtk3" branch into "master".
2015-06-20 John DarringtonMerge remote-tracking branch 'origin/master' into gtk3
2015-05-01 Friedrich Beckmannmerge master->gtk3, fixed psppire-output-view.c refacto...
2015-01-21 John DarringtonFrequencies: Added the /BARCHART subcommand.
2015-01-04 Ben Pfaffcairo: Remove claim that a null 'cairo' can work.
2014-10-18 Ben Pfaffcairo: Add .5pt gutter around table rules.
2014-09-28 Friedrich BeckmannAdd GRAPH command initially with just scatterplots...
2014-09-16 Ben Pfaffoutput: Add support for captions.
2014-09-13 Ben Pfaffoutput: Add footnote support.
2014-09-13 Ben Pfaffrender: Fold caption drawing into rendering engine.
2014-09-13 Ben Pfaffrender: Render table_items instead of tables.
2014-09-13 Ben Pfaffrender: Push all rendering, not just pagination, into...
2014-09-13 Ben Pfaffrender: Introduce render_pager to factor out code from...
2014-08-30 Ben Pfaffpsppire-output-view: Fix memory leaks.
2014-08-24 Ben Pfaffoutput: Implement nested tables.
2014-07-20 Ben PfaffMake minimum breaks configurable.
2014-06-24 Ben Pfaffcairo: Use same scale factor as Pango, for precision...
next