output: Use Cairo and Pango to draw charts, instead of libplot.
[pspp-builds.git] / src / output / postscript.c
2009-07-30 Ben Pfaffoutput: Use Cairo and Pango to draw charts, instead... v0.7.3
2009-07-29 Ben Pfaffoutput: Make chart geometry the responsibility of the...
2009-07-02 Ben Pfaffoutput: Refactor implementation of charts.
2009-06-20 Ben Pfaffoutput: Make outp_parse_options slightly more general...
2009-06-17 Ben Pfaffoutput: Make allocating and freeing drivers independent...
2007-10-12 Ben Pfaffstdint.h-instead-of-size_max.h.patch from patch #6230.
2007-10-12 Ben Pfaffxalloc.h-instead-of-alloc.h.patch from patch #6230.
2007-09-23 Ben PfaffBug #21128. Reviewed by John Darrington.
2007-09-21 Ben Pfaff* ascii.c (struct ascii_driver_ext): New member reporte...
2007-09-08 John DarringtonRemoved #include "getline.h" because gnulib no longer...
2007-07-27 Ben PfaffMake interactive output go to the terminal (bug #17213...
2007-07-07 Ben PfaffChange license from GPLv2+ to GPLv3+.
2007-06-08 John DarringtonDelete trailing whitespace at end of lines.
2007-02-18 Ben PfaffAdd missing _() around messages.
2007-01-28 John DarringtonDeleted header file #includes which have been removed...
2006-12-15 Ben PfaffRemove "Written by Ben Pfaff <blp@gnu.org>" lines every...
2006-12-10 Ben Pfaff * file-name.c (fn_search_path): Remove prefix arg...
2006-10-22 John DarringtonMore constness/namespace policing
2006-10-20 John DarringtonConstness and global namespace patrol.
2006-07-08 Ben PfaffApply patch #5225, assertions.
2006-06-09 Ben PfaffReform string library.
2006-05-15 Ben PfaffGet rid of capacity argument to ds_init() and update...
2006-05-14 Ben PfaffFix PostScript output of multiple charts.
2006-05-14 Ben PfaffProperly indent comment.
2006-04-17 Ben PfaffGNU standards require "file name" instead of "filename" in
2006-04-17 Ben PfaffWe don't really support anything but Unix-like environm...
2006-04-17 Ben PfaffGNU standards require "file name" instead of "filename" in
2006-04-16 Ben PfaffRenamed some file name functions.
2006-04-16 Ben PfaffStart reforming error message support. In this phase...
2006-04-03 Ben PfaffClean up output subsystem.
2006-03-31 Ben PfaffImprove string library.
2006-03-28 John DarringtonFixed memory leaks resulting from fn_interp_vars et...
2006-03-15 John DarringtonChanged include paths to be explicitly specified in...
2006-03-05 Ben PfaffFix PostScript segfault when active file lacks a title.
2006-03-04 Ben PfaffGet rid of NO_HTML, NO_POSTSCRIPT.
2006-03-04 Ben PfaffMove GCC attribute declarations from pref.h.orig to...
2006-03-04 Ben PfaffRemove BLP_INT_DIGITS. Now we use the intprops.h heade...
2006-03-04 John DarringtonAdded new files resulting from directory restructuring.