[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1784-g8dfe
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1784-g8dfe93d |
Date: |
Wed, 27 Oct 2010 14:30:03 +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 8dfe93d6dde6f5a500c5c4f0dccb067fe647904c (commit)
via 845d4b4f3fb5fdd7af9272c40f2c2987d859c2aa (commit)
via 7720f4e8ad3d3835720e707f9eeed099118b036d (commit)
via f5f8c375e650d350eab25680c6aa348229524984 (commit)
from 944f383430e291f13aa73ab48ea736c96b944ef7 (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 8dfe93d6dde6f5a500c5c4f0dccb067fe647904c
Author: Ben Pfaff <address@hidden>
Date: Tue Oct 26 21:58:14 2010 -0700
psppire-output-window: Insert a half-line of space between output items.
Before, the lack of table titles put some vertical space into the output
window. Now that table titles are shown, there's no white space left, so
this commit reintroduces some by putting half a line of vertical white
space between output items.
commit 845d4b4f3fb5fdd7af9272c40f2c2987d859c2aa
Author: Ben Pfaff <address@hidden>
Date: Tue Oct 26 21:56:37 2010 -0700
cairo: Draw table titles in xr_rendering_draw() too.
xr_rendering_draw() didn't draw table titles. It seems that this was just
an oversight, so this commit fixes the problem.
xr_rendering_draw() is used by the GUI output viewer window, so this makes
the GUI output viewer display table titles now.
Bug #30554.
commit 7720f4e8ad3d3835720e707f9eeed099118b036d
Author: Ben Pfaff <address@hidden>
Date: Tue Oct 26 21:53:53 2010 -0700
cairo: Always save output item in xr_rendering_create().
Currently xr_rendering_create() only saves the output item passed in if it
is a chart. However an upcoming commit will have a need for table output
items too, so this commit always saves them.
commit f5f8c375e650d350eab25680c6aa348229524984
Author: Ben Pfaff <address@hidden>
Date: Tue Oct 26 07:34:45 2010 -0700
case: Add support for debugging case reference count leaks.
-----------------------------------------------------------------------
Summary of changes:
src/data/case.c | 23 ++++++++++++++-
src/data/case.h | 14 +--------
src/output/cairo.c | 54 ++++++++++++++++++++++-------------
src/ui/gui/psppire-output-window.c | 11 +++++++
4 files changed, 69 insertions(+), 33 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1784-g8dfe93d,
Ben Pfaff <=