pspp-commits
[Top][All Lists]
Advanced

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

[Pspp-commits] [SCM] GNU PSPP branch, rewrite-sheet, updated. v0.6.1-226


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, rewrite-sheet, updated. v0.6.1-226-g614492c
Date: Sat, 06 Dec 2008 03:50:31 +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, rewrite-sheet has been updated
       via  614492cb70a6d5ee1ef440df03e12acc59ebc417 (commit)
       via  83c403ce2b64c20ace3e52b591f23ff4ac8e2b7a (commit)
       via  0f03c61e77661a19ad0c76a5d0e20f3b74543ad7 (commit)
       via  d26b0b232197cf1610544f3c9a96eeb0285dd2cb (commit)
       via  1fe087cbcce6a9eb41928b7af6b58c7a2aac47f8 (commit)
       via  116686286bbd768ef9fce6d861b0706bb2d1177c (commit)
       via  eb2fbc841a0424b22ca44e6734b30cb67cd47cfb (commit)
      from  4e353bce75f100fb7d9b2dc1fa26bcf4e8ca2679 (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 614492cb70a6d5ee1ef440df03e12acc59ebc417
Author: John Darrington <address@hidden>
Date:   Sat Dec 6 12:42:58 2008 +0900

    Make the axis implementation more tolerant of boundary conditions

commit 83c403ce2b64c20ace3e52b591f23ff4ac8e2b7a
Author: John Darrington <address@hidden>
Date:   Sat Dec 6 12:21:57 2008 +0900

    Canonicalise identifier names

commit 0f03c61e77661a19ad0c76a5d0e20f3b74543ad7
Author: John Darrington <address@hidden>
Date:   Sat Dec 6 11:23:31 2008 +0900

    Made the datasheets share axes

commit d26b0b232197cf1610544f3c9a96eeb0285dd2cb
Author: John Darrington <address@hidden>
Date:   Sat Dec 6 11:05:38 2008 +0900

    (re)enabled dragging of row boundaries

commit 1fe087cbcce6a9eb41928b7af6b58c7a2aac47f8
Author: John Darrington <address@hidden>
Date:   Sat Dec 6 09:07:42 2008 +0900

    Replaced implementation of psppire-axis.
    
    Deleted psppire-axis-hetero.* and psppire-axis-uniform.* and
    replaced with psppire-axis-impl.[ch] which combines the benefits
    of both.

commit 116686286bbd768ef9fce6d861b0706bb2d1177c
Author: John Darrington <address@hidden>
Date:   Thu Dec 4 21:49:50 2008 +0900

    Improve rendering of active cell border

commit eb2fbc841a0424b22ca44e6734b30cb67cd47cfb
Author: John Darrington <address@hidden>
Date:   Thu Dec 4 21:30:02 2008 +0900

    Improve reliability of active cell border display

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

Summary of changes:
 lib/gtksheet/automake.mk            |    6 +-
 lib/gtksheet/gtksheet.c             |  289 +++++++++++++------------
 lib/gtksheet/psppire-axis-hetero.c  |  263 -----------------------
 lib/gtksheet/psppire-axis-hetero.h  |   80 -------
 lib/gtksheet/psppire-axis-impl.c    |  404 +++++++++++++++++++++++++++++++++++
 lib/gtksheet/psppire-axis-impl.h    |   89 ++++++++
 lib/gtksheet/psppire-axis-uniform.c |  196 -----------------
 lib/gtksheet/psppire-axis-uniform.h |   72 ------
 lib/gtksheet/psppire-axis.c         |   10 +-
 lib/gtksheet/psppire-axis.h         |   10 +-
 src/ui/gui/psppire-data-editor.c    |   92 ++++----
 src/ui/gui/psppire-var-sheet.c      |    9 +-
 12 files changed, 706 insertions(+), 814 deletions(-)
 delete mode 100644 lib/gtksheet/psppire-axis-hetero.c
 delete mode 100644 lib/gtksheet/psppire-axis-hetero.h
 create mode 100644 lib/gtksheet/psppire-axis-impl.c
 create mode 100644 lib/gtksheet/psppire-axis-impl.h
 delete mode 100644 lib/gtksheet/psppire-axis-uniform.c
 delete mode 100644 lib/gtksheet/psppire-axis-uniform.h


hooks/post-receive
--
GNU PSPP




reply via email to

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