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. v0.8.3-62-g3e98ee


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.3-62-g3e98eec
Date: Sun, 31 Aug 2014 17:46:56 +0000

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  3e98eec9f2c774a7c695944c15de651ecd120430 (commit)
       via  df2f1ae30c2835a39f4bc6b0c14f10a2090d9401 (commit)
       via  a2884fe5499f6953c28341023ece8d486344ddfe (commit)
       via  8e4a0daa2b60e5ebf6fa4ff83ad98d78a8de0dff (commit)
       via  9021515cfa1489f9cd37e7440807bdd1d40de37a (commit)
       via  a0a7eb746b634d7d6c0ac3a8827e960a45c26179 (commit)
       via  c924d7187269c30657e0ad2d5a989b30aeb85c3f (commit)
      from  b7dc0fed8f8e0053cd8a1dc715c74f4133a6a415 (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 3e98eec9f2c774a7c695944c15de651ecd120430
Author: Ben Pfaff <address@hidden>
Date:   Sat Aug 30 11:53:15 2014 -0700

    psppire-dialog-action-varinfo: Make dialog use output engine.

commit df2f1ae30c2835a39f4bc6b0c14f10a2090d9401
Author: Ben Pfaff <address@hidden>
Date:   Sat Aug 30 12:01:34 2014 -0700

    psppire-output-view: New features for use separate from output window.

commit a2884fe5499f6953c28341023ece8d486344ddfe
Author: Ben Pfaff <address@hidden>
Date:   Sat Aug 30 11:31:50 2014 -0700

    psppire-output-view: Adjust output formatting as widget is resized.

commit 8e4a0daa2b60e5ebf6fa4ff83ad98d78a8de0dff
Author: Ben Pfaff <address@hidden>
Date:   Sat Aug 30 11:39:25 2014 -0700

    psppire-output-view: Fix memory leaks.
    
    These memory leaks have been present for a long time, probably since
    Cairo-based GUI output was introduced.

commit 9021515cfa1489f9cd37e7440807bdd1d40de37a
Author: Ben Pfaff <address@hidden>
Date:   Sat Aug 30 11:55:08 2014 -0700

    psppire-output-window: Factor out output view as psppire-output-view.
    
    This will allow it to be used in other places.

commit a0a7eb746b634d7d6c0ac3a8827e960a45c26179
Author: Ben Pfaff <address@hidden>
Date:   Sun Aug 24 15:03:26 2014 -0700

    gui: Consistently call PsppireOutputWindow a "window", not a "viewer".
    
    I intend to separate the windw from the view, which makes the existing
    terminology confusing.

commit c924d7187269c30657e0ad2d5a989b30aeb85c3f
Author: Ben Pfaff <address@hidden>
Date:   Mon Aug 25 18:08:06 2014 -0700

    output: Make it possible to push and pop output engines.
    
    This makes it possible to temporarily push a different set of output
    drivers, which in turn makes it possible to do output as a pane within a
    dialog or other window.

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

Summary of changes:
 src/output/cairo.c                                |   11 +
 src/output/cairo.h                                |    3 +-
 src/output/driver-provider.h                      |    2 +-
 src/output/driver.c                               |   94 ++-
 src/output/driver.h                               |   14 +-
 src/ui/gui/automake.mk                            |    4 +-
 src/ui/gui/{output-viewer.ui => output-window.ui} |    0
 src/ui/gui/psppire-dialog-action-var-info.c       |  120 +--
 src/ui/gui/psppire-dialog-action-var-info.h       |    6 +-
 src/ui/gui/psppire-output-view.c                  |  939 +++++++++++++++++++++
 src/ui/gui/psppire-output-view.h                  |   43 +
 src/ui/gui/psppire-output-window.c                |  737 +----------------
 src/ui/gui/psppire-output-window.h                |   21 +-
 src/ui/gui/psppire.c                              |    3 +-
 src/ui/gui/variable-info.ui                       |   25 +-
 src/ui/terminal/main.c                            |    5 +-
 tests/output/render-test.c                        |    3 +-
 17 files changed, 1151 insertions(+), 879 deletions(-)
 rename src/ui/gui/{output-viewer.ui => output-window.ui} (100%)
 create mode 100644 src/ui/gui/psppire-output-view.c
 create mode 100644 src/ui/gui/psppire-output-view.h


hooks/post-receive
-- 
GNU PSPP



reply via email to

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