[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-161-g0f18e
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-161-g0f18e88 |
Date: |
Sat, 19 Dec 2020 00:20:27 -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 0f18e88b65c8d63498a31fb8065f1310e43c0b37 (commit)
via 018a99b1d53ec1ab60e84dfe82c02ffb14232820 (commit)
via 75ac1e869e551495c403cf94a3a24dd0dfee98ef (commit)
from 70362b1089128359b39ceccd75c67b0d8083797f (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 0f18e88b65c8d63498a31fb8065f1310e43c0b37
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Sun Dec 6 13:08:34 2020 -0800
render: Make struct render_params a little smaller.
This factors out pieces that currently in practice are always the same for
a particular driver.
commit 018a99b1d53ec1ab60e84dfe82c02ffb14232820
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Sun Dec 6 13:08:24 2020 -0800
page-eject-item: Factor out of text_item.
These really don't have much in common.
commit 75ac1e869e551495c403cf94a3a24dd0dfee98ef
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Sat Dec 5 17:07:12 2020 -0800
psppire-output-view: Consistently apply "transparent" and "systemcolors".
Commit 81dece3642da ("output view: make items selectable and use system
colours") add transparency and system colors to the driver in the GUI,
but it did so somewhat after the driver was created. I don't know why.
It makes more sense to me to set these options when creating the driver.
This commit makes that change. It also deletes the function to change
the options; it had no other user.
-----------------------------------------------------------------------
Summary of changes:
src/language/data-io/print.c | 3 +-
src/output/ascii.c | 31 ++++----
src/output/automake.mk | 2 +
src/output/cairo.c | 49 ++++++-------
src/output/cairo.h | 1 -
src/output/csv.c | 6 ++
src/output/html.c | 4 --
src/output/{message-item.c => page-eject-item.c} | 47 +++++-------
src/output/page-eject-item.h | 91 ++++++++++++++++++++++++
src/output/pivot-output.c | 3 +-
src/output/render.c | 26 +++----
src/output/render.h | 67 +++++++++--------
src/output/spv-driver.c | 3 +
src/output/spv/spv-writer.c | 9 ++-
src/output/spv/spv-writer.h | 2 +
src/output/tex.c | 4 --
src/output/text-item.c | 3 -
src/output/text-item.h | 1 -
src/ui/gui/psppire-output-view.c | 8 +--
19 files changed, 221 insertions(+), 139 deletions(-)
copy src/output/{message-item.c => page-eject-item.c} (56%)
create mode 100644 src/output/page-eject-item.h
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-161-g0f18e88,
Ben Pfaff <=