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.2.0-58-g37a14e


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-58-g37a14e6
Date: Tue, 25 Dec 2018 15:35:15 -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  37a14e6b8ab908b2c23d77e0cb6a9085fe2d73e1 (commit)
       via  311f2cd4115da767c61c548aa25e71e722ec937c (commit)
       via  66a8687fbbe219b8c5b8d4dcd7aa2249fd55f5cf (commit)
       via  0b676d85cb983fa0e719de9300935d2c8b549b14 (commit)
       via  214ed115df21d414f1a785a090d74e8b2525108a (commit)
       via  68dffb1e4a3a8f706b61265e1fd81dfe0b5a74d6 (commit)
      from  80e2ae37bcf4cd9a8f54cfaad206794081534c47 (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 37a14e6b8ab908b2c23d77e0cb6a9085fe2d73e1
Author: Ben Pfaff <address@hidden>
Date:   Tue Nov 20 10:24:20 2018 -0800

    output: Add support for fonts.

commit 311f2cd4115da767c61c548aa25e71e722ec937c
Author: Ben Pfaff <address@hidden>
Date:   Sun Nov 25 17:01:39 2018 -0800

    output: Add support for cell margins.
    
    Until now, space between cells was implemented by adding some space on the
    sides of rules.  That worked fine before cells could have colored
    backgrounds, but now it means that the backgrounds don't reach all the way
    to the rules.  Thus, this commit adds configurable margins to the cells
    themselves.

commit 66a8687fbbe219b8c5b8d4dcd7aa2249fd55f5cf
Author: Ben Pfaff <address@hidden>
Date:   Sun Nov 18 22:23:28 2018 -0800

    output: Add support for colors in cells.
    
    Background colors aren't painted very well until the following commit adds
    support for cell margins.

commit 0b676d85cb983fa0e719de9300935d2c8b549b14
Author: Ben Pfaff <address@hidden>
Date:   Sat Nov 17 15:49:27 2018 -0800

    output: Add support for dashed, thick, and thin rules.

commit 214ed115df21d414f1a785a090d74e8b2525108a
Author: Ben Pfaff <address@hidden>
Date:   Sat Nov 17 11:12:55 2018 -0800

    output: Add support for vertical alignment of cells.
    
    It makes sense to bottom-align top headings but to top-align data cells,
    for example.

commit 68dffb1e4a3a8f706b61265e1fd81dfe0b5a74d6
Author: Ben Pfaff <address@hidden>
Date:   Sun Nov 18 17:43:56 2018 -0800

    tab: Expand space for table options from 8 to 16 bits each.
    
    Upcoming commits will need the extra bits.

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

Summary of changes:
 src/output/ascii.c          | 117 ++++++++++++------
 src/output/ascii.h          |   2 +-
 src/output/cairo.c          | 280 ++++++++++++++++++++++++++++++--------------
 src/output/html.c           |  77 ++++++++----
 src/output/render.c         |  93 ++++++++++-----
 src/output/render.h         |  13 +-
 src/output/tab.c            |  34 +++---
 src/output/tab.h            |  12 +-
 src/output/table-item.c     |   2 +
 src/output/table-item.h     |   1 +
 src/output/table-provider.h |  43 +++++++
 src/output/table.c          |  24 ++++
 src/output/table.h          |  34 ++++--
 tests/output/render-test.c  |  34 ++++--
 14 files changed, 549 insertions(+), 217 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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