aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-05-31 10:19:51 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-05-31 10:19:51 +0800
commite4e38ebdc91360b82fa2781e80673cda2c250d9d (patch)
treed91402b0be76d784ebf2d015839bc4dceb39946b /shell/ChangeLog
parent0f0ab78afdfcf9aa7d8493aab235ff36a9c19a63 (diff)
downloadgsoc2013-evolution-e4e38ebdc91360b82fa2781e80673cda2c250d9d.tar
gsoc2013-evolution-e4e38ebdc91360b82fa2781e80673cda2c250d9d.tar.gz
gsoc2013-evolution-e4e38ebdc91360b82fa2781e80673cda2c250d9d.tar.bz2
gsoc2013-evolution-e4e38ebdc91360b82fa2781e80673cda2c250d9d.tar.lz
gsoc2013-evolution-e4e38ebdc91360b82fa2781e80673cda2c250d9d.tar.xz
gsoc2013-evolution-e4e38ebdc91360b82fa2781e80673cda2c250d9d.tar.zst
gsoc2013-evolution-e4e38ebdc91360b82fa2781e80673cda2c250d9d.zip
Fixed the buglet that caused unwanted bogus drag & drop operations to
start, and added some initial resistance to the drag & drop operation itself. svn path=/trunk/; revision=3307
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 9f481a3a81..29f9e0e3a1 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,17 @@
2000-05-31 Ettore Perazzoli <ettore@helixcode.com>
+ * e-storage-set-view.c: New constant `DRAG_RESISTANCE'. New
+ members `button_x', `button_y' in `EStorageSetViewPrivate'.
+ (init): Initialize to zero.
+ (button_press_event): Set.
+ (motion_notify_event): Don't start drag unless the current x/y
+ position is farther than `DRAG_RESISTANCE', in any of the two
+ directions, from the original position of the button click.
+ (button_release_event): Always ungrab the pointer, even if
+ `selected_row_path' is NULL.
+
+2000-05-31 Ettore Perazzoli <ettore@helixcode.com>
+
* evolution-shell-component.c (class_init): Eeek!
s/owner_set/owner_unset/.