pspp-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-commits] [SCM] GNU PSPP branch, output, updated. v0.6.1-685-gf633d


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, output, updated. v0.6.1-685-gf633dff
Date: Sat, 20 Jun 2009 05:58:38 +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, output has been updated
       via  f633dff560960ab2c7d25108ec591d4db7a612a3 (commit)
       via  f1c8603e9591187542718e43ec7f4202e0da202f (commit)
       via  69b939ff89b6689c00063abea3ae93c7b408d6e8 (commit)
       via  18121006e5416f858633900820c4518dd30479c4 (commit)
      from  8e789c210f823ed199ae9211413ca6a6e362e15a (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 f633dff560960ab2c7d25108ec591d4db7a612a3
Author: Ben Pfaff <address@hidden>
Date:   Tue Jun 16 22:38:52 2009 -0700

    output: Implement very rudimentary graphical GUI output for PSPPIRE.
    
    It's quick and dirty and lacks many important features (such as
    scrolling, and not leaking memory), but it does look a lot better than
    a text editor window.

commit f1c8603e9591187542718e43ec7f4202e0da202f
Author: Ben Pfaff <address@hidden>
Date:   Fri Jun 19 22:52:40 2009 -0700

    output: Make tables reference-counted.
    
    Adding a reference count to tab_table allows output drivers to retain
    a copy of a table even after the main output engine is done.  This
    will be useful for the GUI output driver.

commit 69b939ff89b6689c00063abea3ae93c7b408d6e8
Author: Ben Pfaff <address@hidden>
Date:   Fri Jun 19 22:51:31 2009 -0700

    output: Improve warnings about negative table dimensions.

commit 18121006e5416f858633900820c4518dd30479c4
Author: Ben Pfaff <address@hidden>
Date:   Fri Jun 19 22:57:16 2009 -0700

    output: Make outp_parse_options slightly more general-purpose.
    
    This function can be a little more flexible in the interface it offers
    its callers by letting them provide general auxiliary data instead of
    having to provide a struct outp_driver *.

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

Summary of changes:
 src/output/ascii.c                            |    7 +-
 src/output/cairo.c                            |  216 ++++++++++++-------
 src/{math/chart-geometry.h => output/cairo.h} |   11 +-
 src/output/html.c                             |    8 +-
 src/output/output.c                           |   15 +-
 src/output/output.h                           |    8 +-
 src/output/postscript.c                       |    7 +-
 src/output/table.c                            |   22 ++-
 src/output/table.h                            |    2 +
 src/ui/gui/executor.c                         |    2 -
 src/ui/gui/output-viewer.glade                |    9 +-
 src/ui/gui/psppire-output-window.c            |  288 +++++++++----------------
 src/ui/gui/psppire-output-window.h            |   15 +-
 src/ui/gui/psppire.c                          |   33 +---
 14 files changed, 295 insertions(+), 348 deletions(-)
 copy src/{math/chart-geometry.h => output/cairo.h} (77%)


hooks/post-receive
--
GNU PSPP




reply via email to

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