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-97-g355f01


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-97-g355f010
Date: Wed, 2 Jan 2019 01:08:58 -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  355f0104f7b496494d4ca4fe71162e3df0754226 (commit)
       via  d18e5ef8b730eda2c87a596cf51159dd5044e541 (commit)
       via  21687be9c3a1205a7f221d74bb88b0acbb900633 (commit)
       via  71e127e1085ec56f4aa51153701d96a80ef8ff05 (commit)
       via  672c9b7e1c60763d279ecc781b7bf939b8bab4b4 (commit)
      from  984d77a666f94bad8ebdc39b44d9e8de19a11f55 (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 355f0104f7b496494d4ca4fe71162e3df0754226
Author: Ben Pfaff <address@hidden>
Date:   Tue Jan 1 21:07:05 2019 -0800

    psppire-output-view: Only rerender for real changes.
    
    Rerendering is expensive and slow, so only do it when there's a real change
    like font size, not just when the cursor moves to a different window.

commit d18e5ef8b730eda2c87a596cf51159dd5044e541
Author: Ben Pfaff <address@hidden>
Date:   Tue Jan 1 11:12:36 2019 -0800

    psppire-output-view: Add a little extra space to GtkLayout.
    
    It can be difficult to see the bottom and right sides of the GtkLayout
    because of the scroll bars that, on newer versions of GTK+ 3, seem to
    actually overlap part of the content.  Add a little extra space around
    the output items to make it clearer.

commit 21687be9c3a1205a7f221d74bb88b0acbb900633
Author: Ben Pfaff <address@hidden>
Date:   Tue Jan 1 22:07:47 2019 -0800

    cairo: Make xr_rendering_measure() tolerate NULL arguments.

commit 71e127e1085ec56f4aa51153701d96a80ef8ff05
Author: Ben Pfaff <address@hidden>
Date:   Tue Jan 1 12:03:54 2019 -0800

    output-item: Add 'name' member to class structure.
    
    This occasionally makes debugging easier.

commit 672c9b7e1c60763d279ecc781b7bf939b8bab4b4
Author: Ben Pfaff <address@hidden>
Date:   Tue Jan 1 20:57:17 2019 -0800

    string-map: New function string_map_equals().

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

Summary of changes:
 src/libpspp/string-map.c          | 19 +++++++++
 src/libpspp/string-map.h          |  2 +
 src/output/cairo.c                | 17 +++++---
 src/output/chart-item.c           |  1 +
 src/output/group-item.c           |  2 +
 src/output/message-item.c         |  1 +
 src/output/output-item-provider.h |  2 +
 src/output/page-setup-item.c      |  1 +
 src/output/table-item.c           |  1 +
 src/output/text-item.c            |  1 +
 src/ui/gui/psppire-output-view.c  | 88 +++++++++++++++++++++------------------
 11 files changed, 89 insertions(+), 46 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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