[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-208-ge8043
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-208-ge804300 |
Date: |
Sat, 26 Dec 2020 20:56:21 -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 e804300543c1c37393cb6d777e8a2f05686ff2cb (commit)
via 56a9bab76d340530048bf0dea1e858701299fa29 (commit)
via bdd73954cd30c51c959205e46c98e5feb4d1df87 (commit)
via 7fceea6249f2a570ecc44b5cb35f94711da957c1 (commit)
from 478345884ee6bb30ef7501b9f9da1a30d097cb61 (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 e804300543c1c37393cb6d777e8a2f05686ff2cb
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Sat Dec 26 17:54:56 2020 -0800
html: Pop up tooltip with table notes in output.
I can't see how to do this for ODP or PDF output. (PDF supports tooltips
but Cairo doesn't expose the feature; ODP doesn't seem to support it at
all.)
commit 56a9bab76d340530048bf0dea1e858701299fa29
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Sat Dec 26 17:54:07 2020 -0800
cairo: Label pages in PDFs with page numbers.
These normally wouldn't do much, but PSPP does support an "initial page
number" setting, and if that is set to anything but 1 then it will make
a difference.
commit bdd73954cd30c51c959205e46c98e5feb4d1df87
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Sat Dec 26 17:47:50 2020 -0800
cairo: Support scaling tables to fit page width and page length.
commit 7fceea6249f2a570ecc44b5cb35f94711da957c1
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Sat Dec 26 15:52:16 2020 -0800
cairo-fsm: Remove code that was #if'd out.
This was missed during an earlier refactoring.
-----------------------------------------------------------------------
Summary of changes:
src/output/ascii.c | 2 +-
src/output/cairo-fsm.c | 108 ++++-----------------------------------------
src/output/cairo-pager.c | 8 ++++
src/output/html.c | 9 +++-
src/output/pivot-output.c | 2 +-
src/output/pivot-table.h | 2 +-
src/output/render.c | 93 +++++++++++++++++++++++++++-----------
src/output/render.h | 7 +++
src/output/table-item.c | 29 ++++++++++--
src/output/table-item.h | 14 +++---
src/output/text-item.c | 2 +-
tests/output/render-test.c | 2 +-
12 files changed, 139 insertions(+), 139 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-208-ge804300,
Ben Pfaff <=