[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-178-g1d447
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-178-g1d44797 |
Date: |
Sun, 20 Dec 2020 19:10:45 -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 1d447973271c2dbeedf5d5c3fad3b932038f9cec (commit)
via 13ca98079f4cb3cd80deb10b173813548b1f3ddc (commit)
via e6b6e7d67f173867d731ebca6b8fbad5a2f82560 (commit)
via 8ec15713eb9ba3b4bd991172204f8c1f67d30170 (commit)
via 893b3352084289b2cf22d71adfb682b23e2a3899 (commit)
via 6fa20f2f419eac61340d9b93d5cdde01c281c9ec (commit)
via c8091ec93ae9d9ae1d34cfaf6fbfa0d05ef9586c (commit)
via 50df556805bb5505ce153cb364ff2d3728694a4b (commit)
via 59449c5fa188dddb2d3fe08aacd24493546e57fe (commit)
via b4410895ac55fd413a146e95fc75e7c4ade380b5 (commit)
from e298b626d78aab4d891e5e561ab1e04322cfe9cd (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 1d447973271c2dbeedf5d5c3fad3b932038f9cec
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Sun Dec 20 15:38:21 2020 -0800
doc: Add .png output to the Info manual.
commit 13ca98079f4cb3cd80deb10b173813548b1f3ddc
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Sat Dec 19 00:12:28 2020 -0800
cairo: Add support for png and trim.
This also allows dropping the librsvg dependency.
commit e6b6e7d67f173867d731ebca6b8fbad5a2f82560
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Fri Dec 11 23:20:56 2020 -0800
cairo-pager: New.
commit 8ec15713eb9ba3b4bd991172204f8c1f67d30170
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Mon Dec 14 23:36:31 2020 -0800
cairo: Use pango_cairo_context_set_resolution() to get font sizes correct.
I never understood before why fonts didn't appear the right side in PDF
and PostScript output. This fixes the problem.
commit 893b3352084289b2cf22d71adfb682b23e2a3899
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Wed Dec 9 09:34:10 2020 -0800
cairo: Use arrays for page sizes and margins, to simplify code.
commit 6fa20f2f419eac61340d9b93d5cdde01c281c9ec
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Sun Dec 6 22:06:57 2020 -0800
cairo: Move chart code into cairo-chart.
commit c8091ec93ae9d9ae1d34cfaf6fbfa0d05ef9586c
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Sun Dec 6 21:50:59 2020 -0800
cairo: Get rid of unused PangoLayouts.
commit 50df556805bb5505ce153cb364ff2d3728694a4b
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Sun Dec 6 14:18:26 2020 -0800
cairo: Factor out code for basic rendering.
commit 59449c5fa188dddb2d3fe08aacd24493546e57fe
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Sun Dec 6 13:33:00 2020 -0800
cairo: Remove "emphasis" font option because it had no real effect.
commit b4410895ac55fd413a146e95fc75e7c4ade380b5
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Sat Dec 19 00:00:28 2020 -0800
options: Make parse_color() parse alpha.
cell_color includes an alpha channel so we might as well use it.
-----------------------------------------------------------------------
Summary of changes:
INSTALL | 4 -
NEWS | 14 +-
configure.ac | 4 -
doc/automake.mk | 40 +-
doc/invoking.texi | 88 +-
doc/pspp.texi | 26 +-
doc/tutorial.stt | 53 +
src/output/ascii.c | 2 +-
src/output/automake.mk | 5 +-
src/output/cairo-chart.c | 130 ++-
src/output/cairo-chart.h | 14 +
src/output/cairo-fsm.c | 1288 +++++++++++++++++++++++
src/output/cairo-fsm.h | 80 ++
src/output/cairo-pager.c | 359 +++++++
src/output/cairo-pager.h | 70 ++
src/output/cairo.c | 2103 +++++++-------------------------------
src/output/cairo.h | 105 --
src/output/driver.c | 2 +
src/output/html.c | 2 +-
src/output/message-item.c | 8 +
src/output/message-item.h | 2 +
src/output/options.c | 17 +-
src/output/page-setup-item.c | 26 +
src/output/page-setup-item.h | 5 +
src/output/tex.c | 2 +-
src/ui/gui/psppire-output-view.c | 396 ++++---
26 files changed, 2712 insertions(+), 2133 deletions(-)
create mode 100644 doc/tutorial.stt
create mode 100644 src/output/cairo-fsm.c
create mode 100644 src/output/cairo-fsm.h
create mode 100644 src/output/cairo-pager.c
create mode 100644 src/output/cairo-pager.h
delete mode 100644 src/output/cairo.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-178-g1d44797,
Ben Pfaff <=