Consolidate quoting style in printed strings.
[pspp] / src / output / cairo.c
2010-09-15 John DarringtonConsolidate quoting style in printed strings.
2010-06-29 Ben Pfaffcairo: Fix handling of font sizes. 20100702040502/pspp 20100703040502/pspp
2010-06-26 Ben Pfaffcairo: Remove support for printed headers. 20100627040502/pspp 20100628040502/pspp 20100629040501/pspp 20100630040503/pspp 20100701040502/pspp
2010-05-29 Ben Pfaffgui: Speed up rendering of large tables that are only... 20100530040501/pspp 20100531040501/pspp 20100601040502/pspp
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-05-20 Ben Pfaffcairo: Implement xr_driver_destroy() and use it during...
2010-05-19 Ben PfaffMerge "paginate" branch into "master".
2010-05-13 Ben Pfaffcairo: Allow xr_driver_create()'s caller to usefully...
2010-05-13 Ben Pfaffcairo: Apply margins to pages added with xr_driver_next...
2010-05-13 Ben Pfaffcairo: Remove write-only member 'file_type' from struct...
2010-05-08 Ben Pfaffoutput: Refactor Cairo output driver to make printing...
2010-05-08 Ben Pfaffcairo: Update #include style.
2010-03-22 Ben Pfaffpsppire: Use default GTK+ font in output shown in GUI.
2010-02-08 Ben Pfaffoutput: Phrase output driver error messages more consis...
2010-02-08 Ben PfaffMerge "output" into "master"
2010-02-07 Ben Pfaffoutput: Make errors, warnings, and notes into a new...
2010-02-07 Ben PfaffGreatly simplify PSPP configuration.
2010-02-06 Ben Pfaffcairo: Avoid GLib-GObject-CRITICAL from g_object_unref...
2010-02-06 Ben Pfaffcairo: Require minimum page width.
2010-02-05 Ben PfaffMake text output left-justified in ascii and cairo...
2010-01-17 Ben PfaffRewrite PSPP output engine.
2009-12-25 John DarringtonMerge branch 'master' into output
2009-12-18 John DarringtonMerge branch 'master' into output
2009-12-06 Ben Pfaffoutput: Remove PostScript driver.
2009-10-24 Ben PfaffMerge "master" into "output".
2009-08-11 Ben PfaffMerge master into output branch.
2009-08-01 John DarringtonConsolidate translatable strings into a common form.
2009-07-30 Ben Pfaffoutput: Use Cairo and Pango to draw charts, instead...
2009-07-02 Ben Pfaffoutput: Refactor implementation of charts.
2009-06-20 Ben Pfaffoutput: Implement very rudimentary graphical GUI output...
2009-06-20 Ben Pfaffoutput: Make outp_parse_options slightly more general...
2009-06-17 Ben Pfaffoutput: Make allocating and freeing drivers independent...
2009-06-16 Ben Pfaffcairo: Use default Cairo scale factor.
2009-06-12 Ben Pfaffcairo: Fix values of prop_em_width, fixed_width.
2009-06-09 Ben Pfaffcairo: Fix header box drawing.
2009-06-09 Ben Pfaffcairo: Set line width.
2009-06-08 Ben Pfaffoutput: Add initial support for PSPP output via Cairo.