pspp-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-284-gf8659


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-284-gf865993
Date: Fri, 8 Jan 2021 03:23:30 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU PSPP".

The branch, master has been updated
       via  f8659933d48c5682010d1e1f04ae7acb5cbcd611 (commit)
       via  855eaf1506f0ea76a8bbfb3bbfd456524f4edeca (commit)
      from  7e8c8917a83cb0e7e48d5af2f3886e0a5256adb5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f8659933d48c5682010d1e1f04ae7acb5cbcd611
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Thu Jan 7 22:49:24 2021 -0800

    Add support for PNG images in .spv files.
    
    This also allows us to save charts to .spv files as images.

commit 855eaf1506f0ea76a8bbfb3bbfd456524f4edeca
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Thu Jan 7 20:51:15 2021 -0800

    zip-writer: Add functions for writing a member over multiple calls.

-----------------------------------------------------------------------

Summary of changes:
 doc/dev/spv-file-format.texi                   |  28 +++++
 src/libpspp/zip-writer.c                       | 140 ++++++++++++++-----------
 src/libpspp/zip-writer.h                       |   6 ++
 src/output/ascii.c                             |  20 ++++
 src/output/automake.mk                         |   2 +
 src/output/cairo-chart.c                       |  62 ++++++-----
 src/output/cairo-chart.h                       |   6 ++
 src/output/cairo-fsm.c                         |  67 ++++++++++++
 src/output/html.c                              |  12 +++
 src/output/image-item.c                        |  93 ++++++++++++++++
 src/output/{page-eject-item.h => image-item.h} |  63 ++++++-----
 src/output/spv-driver.c                        |  16 +++
 src/output/spv/spv-dump.c                      |   4 +-
 src/output/spv/spv-writer.c                    |  42 ++++++++
 src/output/spv/spv-writer.h                    |   8 ++
 src/output/spv/spv.c                           |  79 +++++++++++---
 src/output/spv/spv.h                           |  21 +++-
 src/output/spv/structure-xml.grammar           |   2 +-
 src/output/tex.c                               |  13 +++
 src/ui/gui/psppire-window.c                    |   7 ++
 utilities/pspp-output.c                        |  29 +++--
 21 files changed, 575 insertions(+), 145 deletions(-)
 create mode 100644 src/output/image-item.c
 copy src/output/{page-eject-item.h => image-item.h} (52%)


hooks/post-receive
-- 
GNU PSPP



reply via email to

[Prev in Thread] Current Thread [Next in Thread]