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.6.2-146-g62a04


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.6.2-146-g62a04ffbf
Date: Mon, 16 Jan 2023 11:19:48 -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  62a04ffbf5aa2e3ceb194a118c3423bd2de81713 (commit)
       via  32246b56b00acc8ccfddc3e91ac9765ad7d14471 (commit)
      from  660d222c1c6e484e5887ac9920d095ea7aaa0e38 (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 62a04ffbf5aa2e3ceb194a118c3423bd2de81713
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Sun Jan 15 10:05:03 2023 -0800

    output: Combine color and stroke into table_border_style.
    
    Rules in tables have a line style (stroke) and a color.  Until now, these
    have been mostly maintained separately.  This commit combines them in most
    places.

commit 32246b56b00acc8ccfddc3e91ac9765ad7d14471
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Sun Jan 15 09:28:08 2023 -0800

    render: Get rid of RENDER_LINE_* in favor of similar TABLE_STROKE_*.
    
    These had the same values.  They were separated for abstraction reasons
    that don't seem to be needed, and eliminating one of them eliminates some
    conversions.

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

Summary of changes:
 src/output/ascii.c              | 38 +++++++++--------
 src/output/cairo-fsm.c          | 95 ++++++++++++++++++++---------------------
 src/output/html.c               | 10 ++---
 src/output/pivot-output.c       | 76 +++++++++++----------------------
 src/output/render.c             | 82 ++++++++++++-----------------------
 src/output/render.h             | 14 +-----
 src/output/spv/spv-table-look.c |  4 +-
 src/output/spv/spv-writer.c     |  4 +-
 src/output/table-provider.h     |  4 +-
 src/output/table.c              | 71 +++++++++++++-----------------
 src/output/table.h              | 15 +++----
 11 files changed, 166 insertions(+), 247 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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