DragAndDropManager.st
Fri, 13 Oct 2006 18:24:00 +0200 Claus Gittinger drag and drop cleanup
Fri, 13 Oct 2006 17:57:55 +0200 Claus Gittinger drag and drop cleanup
Fri, 13 Oct 2006 17:45:19 +0200 Claus Gittinger drag and drop cleanup
Tue, 11 Apr 2006 19:57:32 +0200 Stefan Vogel common behavior for windows and unix: rel5_2_8
Mon, 30 Jan 2006 09:29:46 +0100 Claus Gittinger care for widget beeing destroyed during drop-action
Tue, 24 Jan 2006 17:53:42 +0100 Claus Gittinger *** empty log message ***
Tue, 10 Jan 2006 10:47:40 +0100 Claus Gittinger *** empty log message ***
Wed, 21 Dec 2005 12:36:08 +0100 Claus Gittinger comment
Wed, 21 Dec 2005 12:35:21 +0100 Claus Gittinger comment
Wed, 05 Oct 2005 14:13:42 +0200 Claus Gittinger code cleanup
Fri, 30 Sep 2005 10:46:22 +0200 Claus Gittinger dropTarget takesFocus
Tue, 27 Sep 2005 14:58:03 +0200 Claus Gittinger focus behavior when \"click-for-focus\" is on.
Mon, 30 May 2005 21:25:09 +0200 ab *** empty log message ***
Mon, 30 May 2005 18:38:33 +0200 ab Add disabled flag. If enabled (=true) the handling of button motion
Sat, 20 Nov 2004 13:05:16 +0100 ca bugfix: computing the drop point (see UIPainter)
Thu, 11 Nov 2004 10:14:01 +0100 Claus Gittinger *** empty log message ***
Sat, 18 Sep 2004 14:40:05 +0200 ca *** empty log message ***
Tue, 02 Mar 2004 00:06:27 +0100 Claus Gittinger print -> infoPrint
Fri, 31 Oct 2003 07:57:05 +0100 ca compress buttonMotion events handling (look for outstanding events)
Tue, 28 Oct 2003 16:32:24 +0100 ca bugfix in scrolling during drag & drop; test for isRootView
Fri, 17 Oct 2003 14:49:57 +0200 ca support autoScroll during drag operation
Mon, 06 Oct 2003 17:41:00 +0200 Claus Gittinger *** empty log message ***
Mon, 19 May 2003 11:37:43 +0200 Claus Gittinger category
Tue, 15 Apr 2003 13:57:43 +0200 Stefan Vogel Use SynchronousWindoeSensor if no windowGroup
Wed, 19 Mar 2003 11:06:54 +0100 Claus Gittinger comments
Fri, 24 Jan 2003 17:34:07 +0100 Claus Gittinger obsoleted preEventHook and postEventHook in windowGroup
Tue, 21 Jan 2003 08:23:12 +0100 ca add eventHooks on windowGroup
Sat, 18 Jan 2003 15:28:36 +0100 ca work araound if a second DragAndDropManager is started
Tue, 10 Dec 2002 12:01:29 +0100 Claus Gittinger category change
Mon, 04 Nov 2002 15:29:55 +0100 Claus Gittinger added passiveAction: invoked if staying over a dropItem for a while
Tue, 22 Oct 2002 10:53:02 +0200 ca *** empty log message ***
Fri, 04 Oct 2002 07:26:48 +0200 ca bug fix if operation cancled by #Escape, must invoke #leave
Mon, 16 Sep 2002 12:17:07 +0200 ca *** empty log message ***
Fri, 13 Sep 2002 15:44:30 +0200 penk drop context have to know about his manager
Fri, 26 Jul 2002 17:25:25 +0200 Stefan Vogel *** empty log message ***
Thu, 25 Jul 2002 18:01:13 +0200 ca use new notUnderstood catcher
Mon, 10 Jun 2002 17:12:24 +0200 Stefan Vogel Use #onDevice:
Mon, 11 Feb 2002 10:29:58 +0100 Claus Gittinger + at least output a message when catching errors
Wed, 10 Oct 2001 15:41:33 +0200 Claus Gittinger use new #translatePoint:fromView:toView:
Fri, 28 Sep 2001 15:24:23 +0200 Claus Gittinger *** empty log message ***
Thu, 27 Sep 2001 15:58:38 +0200 martin dropContextQuery signal
Thu, 23 Aug 2001 13:19:16 +0200 Claus Gittinger avoid jumping icon while moving
Wed, 15 Aug 2001 14:52:20 +0200 Claus Gittinger care for cursor when drawing dragObjects (avoid overdrawing the cursor)
Mon, 30 Jul 2001 18:05:38 +0200 martin *** empty log message ***
Fri, 20 Jul 2001 14:20:57 +0200 Claus Gittinger *** empty log message ***
Tue, 03 Apr 2001 18:25:32 +0200 Stefan Vogel Use #viewIdFromPoint: to get the drop target.
Fri, 17 Nov 2000 01:43:56 +0100 Claus Gittinger use rootWindowId (save a message send)
Thu, 09 Nov 2000 12:46:23 +0100 Claus Gittinger category change
Tue, 22 Aug 2000 00:45:32 +0200 Claus Gittinger category changes
Wed, 08 Dec 1999 21:36:52 +0100 ca grabbing changes to restore grab,
Thu, 06 May 1999 23:17:08 +0200 Claus Gittinger *** empty log message ***
Fri, 16 Apr 1999 16:18:58 +0200 Claus Gittinger set DragHandler in the DropContext
Sat, 12 Sep 1998 15:40:19 +0200 Claus Gittinger do not pas nil point to dropDestination
Tue, 31 Mar 1998 11:42:45 +0200 Claus Gittinger checkin from browser
Mon, 30 Mar 1998 14:02:15 +0200 ca support of Drop -Source -Target and Context
Mon, 09 Mar 1998 17:06:35 +0100 ca add more simple drag & drop functionality:
Mon, 11 Aug 1997 14:03:50 +0200 Claus Gittinger keep dragOffset - provide querySignal
Thu, 26 Jun 1997 14:47:08 +0200 ca DragOriginatorQuerySignal added
Wed, 18 Jun 1997 10:22:15 +0200 Claus Gittinger pass logical coordinates to dropAction.
Sat, 19 Apr 1997 17:24:51 +0200 Claus Gittinger checkin from browser
less more (0) -60 tip