EditField.st
Wed, 10 Sep 2008 12:48:31 +0200 Claus Gittinger changed #editMenu
Mon, 23 Jun 2008 18:51:00 +0200 Claus Gittinger dont (re)set the background, if I have a bg-channel.
Tue, 22 Apr 2008 12:53:50 +0200 Claus Gittinger +bePassword
Wed, 23 Jan 2008 01:17:26 +0100 Claus Gittinger comment
Sat, 18 Aug 2007 16:55:54 +0200 Claus Gittinger changed #dropFileObject:
Wed, 07 Mar 2007 10:03:33 +0100 boris check for numArgs == 0 before evaluating the keyAction
Tue, 06 Mar 2007 21:11:30 +0100 Claus Gittinger *** empty log message ***
Tue, 06 Mar 2007 21:10:48 +0100 Claus Gittinger tab handling;
Fri, 13 Oct 2006 17:43:48 +0200 Claus Gittinger drag and drop cleanup
Thu, 12 Oct 2006 17:21:54 +0200 sr #updateBackground bug fixed
Fri, 25 Aug 2006 15:43:24 +0200 Claus Gittinger ...and beep on an attempt.
Fri, 25 Aug 2006 15:42:45 +0200 Claus Gittinger refuse to copy passwords to the clipboard.
Thu, 11 May 2006 19:54:11 +0200 Claus Gittinger *** empty log message ***
Tue, 28 Mar 2006 23:02:25 +0200 Stefan Vogel remove empty comments
Wed, 22 Feb 2006 22:45:59 +0100 Stefan Vogel move #requestAutoAccept from EditField to superclass EditTextView
Wed, 22 Feb 2006 16:00:43 +0100 Claus Gittinger resource directive
Mon, 05 Dec 2005 17:32:22 +0100 ab add double click action
Tue, 19 Oct 2004 18:18:47 +0200 penk acceptOnLostFocus getter added
Mon, 27 Sep 2004 12:49:53 +0200 Stefan Vogel Send #beep to window instead of device
Wed, 09 Jun 2004 19:04:54 +0200 Claus Gittinger *** empty log message ***
Wed, 09 Jun 2004 19:04:27 +0200 Claus Gittinger *** empty log message ***
Wed, 09 Jun 2004 17:20:08 +0200 Claus Gittinger entryCompletionBlockHolder
Thu, 21 Aug 2003 13:07:43 +0200 Claus Gittinger category changes
Tue, 01 Jul 2003 20:20:34 +0200 Claus Gittinger unchecked: tabRequiresControl for VW compatibility
Tue, 13 May 2003 18:01:31 +0200 Claus Gittinger oops
Tue, 13 May 2003 18:00:59 +0200 Claus Gittinger makeCursorVisible-fix
Wed, 07 May 2003 16:56:32 +0200 Claus Gittinger method category rename
Thu, 24 Apr 2003 14:59:19 +0200 Claus Gittinger checkin from browser
Thu, 20 Mar 2003 02:22:30 +0100 Claus Gittinger leaving editor with cursorUp/down fixed (editing in a dataSet).
Thu, 20 Mar 2003 01:56:41 +0100 Claus Gittinger care for nil windogroup (editor in dataSet)
Wed, 19 Mar 2003 12:21:14 +0100 Claus Gittinger *** empty log message ***
Tue, 25 Feb 2003 13:03:56 +0100 Claus Gittinger *** empty log message ***
Fri, 21 Feb 2003 11:24:27 +0100 Claus Gittinger editMenu: order is cut-copy-paste (as in windows)
Tue, 10 Dec 2002 16:45:03 +0100 penk + accessor for entryCompletionCharacter
Tue, 01 Oct 2002 17:13:20 +0200 Claus Gittinger *** empty log message ***
Tue, 17 Sep 2002 11:09:07 +0200 Claus Gittinger type on method name
Thu, 04 Jul 2002 12:35:25 +0200 Claus Gittinger care for accept with unchangedValue;
Fri, 22 Feb 2002 11:22:28 +0100 Claus Gittinger allow for entryCompletionBlock to have 2 args
Fri, 05 Oct 2001 10:56:34 +0200 Claus Gittinger eliminated accesses to leftOffset
Thu, 04 Oct 2001 14:58:10 +0200 Claus Gittinger uppercase-first menu items
Thu, 04 Oct 2001 14:56:52 +0200 Claus Gittinger checkin from browser
Wed, 04 Apr 2001 10:06:27 +0200 Claus Gittinger do not allow copy of password-characters out of an editfield.
Wed, 28 Mar 2001 19:45:17 +0200 Claus Gittinger checkin from browser
Mon, 09 Oct 2000 12:00:06 +0200 Claus Gittinger immediate update did not work for Backspace key (and some others)
Thu, 25 May 2000 14:42:24 +0200 Stefan Vogel Channels moved to superclass (#destroy)
Wed, 09 Feb 2000 18:51:42 +0100 Claus Gittinger moved control over how-to-move-the-cursor when updating text
Wed, 26 Jan 2000 15:36:34 +0100 ca neu: acceptIfUnchanged
Sat, 13 Nov 1999 14:17:41 +0100 Claus Gittinger checkin from browser
Mon, 20 Sep 1999 12:15:25 +0200 Claus Gittinger dont scroll horizontally, if there is a lengthLimit,
Mon, 23 Aug 1999 13:00:10 +0200 tm hasKeyboardFocus -> do not validate if enabled is false
Fri, 20 Aug 1999 15:42:46 +0200 Claus Gittinger *** empty log message ***
Fri, 20 Aug 1999 15:39:49 +0200 Claus Gittinger checkin from browser
Wed, 18 Aug 1999 17:06:39 +0200 Claus Gittinger #on: -> #onDevice:
Tue, 10 Aug 1999 11:21:17 +0200 Claus Gittinger avoid accepting twice
Tue, 27 Jul 1999 18:25:29 +0200 Claus Gittinger checkin from browser
Wed, 30 Jun 1999 01:40:12 +0200 Claus Gittinger oops - autoHScroll lead to too much flicker
Mon, 28 Jun 1999 18:20:57 +0200 Claus Gittinger added acceptOnPointerLeave - must be separate from acceptOnLeave
Mon, 28 Jun 1999 15:45:21 +0200 tm pointerLeave fixed
Thu, 27 May 1999 13:41:59 +0200 Claus Gittinger use extra query: #wantsFocusWithPointerEnter;
Sat, 22 May 1999 17:32:25 +0200 Claus Gittinger no need for #isKeyboardConsumer (already inherited)
less more (0) -100 -60 tip