From e4e38ebdc91360b82fa2781e80673cda2c250d9d Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Wed, 31 May 2000 02:19:51 +0000 Subject: 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 --- shell/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'shell/ChangeLog') diff --git a/shell/ChangeLog b/shell/ChangeLog index 9f481a3a81..29f9e0e3a1 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,15 @@ +2000-05-31 Ettore Perazzoli + + * 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 * evolution-shell-component.c (class_init): Eeek! -- cgit v1.2.3