cairo: Correctly render table during scrolling.
[pspp-builds.git] / src / output / cairo.c
2011-03-23 Ben Pfaffcairo: Correctly render table during scrolling.
2010-10-30 Ben Pfaffcairo: Fix rendering of wide titles for GUI rendering.
2010-10-27 Ben Pfaffcairo: Draw table titles in xr_rendering_draw() too.
2010-10-27 Ben Pfaffcairo: Always save output item in xr_rendering_create().
2010-09-15 John DarringtonConsolidate quoting style in printed strings.
2010-06-29 Ben Pfaffcairo: Fix handling of font sizes.
2010-06-26 Ben Pfaffcairo: Remove support for printed headers.
2010-05-29 Ben Pfaffgui: Speed up rendering of large tables that are only...
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. fc11-i386-build74 fc11-x64-build71 sid-i386-build141
2009-12-25 John DarringtonMerge branch 'master' into output
2009-12-18 John DarringtonMerge branch 'master' into output fc11-i386-build61 fc11-x64-build58 lenny-x64-build82 sid-i386-build128
2009-12-06 Ben Pfaffoutput: Remove PostScript driver. fc11-i386-build50 fc11-x64-build47 lenny-x64-build71 sid-i386-build117
2009-10-24 Ben PfaffMerge "master" into "output". fc11-i386-build29 fc11-x64-build26 lenny-x64-build50 sid-i386-build98
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... v0.7.3
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.