[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, psppsheet, updated. v0.7.9-575-ged
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, psppsheet, updated. v0.7.9-575-ged25e82 |
Date: |
Sun, 03 Mar 2013 06:48: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, psppsheet has been updated
via ed25e8236ce220a86c20c51636771ac160a07581 (commit)
via aaffd4495cf2b0727a3d9ac22f1710e70343ce12 (commit)
via a44f03df973e8dbce11e5424efb74c7b5e68334a (commit)
from 7f4e7f1f7846b6a4a68e5f0614ba01ef9ab79fac (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 ed25e8236ce220a86c20c51636771ac160a07581
Author: Ben Pfaff <address@hidden>
Date: Sat Mar 2 22:28:35 2013 -0800
pspp-sheet-view: Make Ctrl+Up and Ctrl+Down go to top and bottom.
These keybindings match those implemented by Gnumeric.
Suggested by John Darrington.
commit aaffd4495cf2b0727a3d9ac22f1710e70343ce12
Author: Ben Pfaff <address@hidden>
Date: Sat Mar 2 22:28:09 2013 -0800
pspp-sheet-view: Get rid of ctrl_pressed and shift_pressed.
Having these as member variables made it hard to keep key
press status separate from whether we want to extend or
toggle row selection. Most of the time, these are the
same, but there are some cases (e.g. Shift+Tab) where they
don't coincide, and an upcoming commit will add another
case.
commit a44f03df973e8dbce11e5424efb74c7b5e68334a
Author: Ben Pfaff <address@hidden>
Date: Sat Mar 2 20:47:24 2013 -0800
pspp-sheet-view: Rename GtkTreeSelectMode to PsppSheetSelectMode.
This avoids invading GTK+ reserved namespace.
-----------------------------------------------------------------------
Summary of changes:
src/ui/gui/pspp-sheet-private.h | 14 +---
src/ui/gui/pspp-sheet-selection.c | 20 ++--
src/ui/gui/pspp-sheet-view.c | 173 ++++++++++++++++++++-----------------
src/ui/gui/pspp-sheet-view.h | 12 ++-
4 files changed, 114 insertions(+), 105 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, psppsheet, updated. v0.7.9-575-ged25e82,
Ben Pfaff <=