EditField.st
Thu, 24 Jul 1997 18:23:30 +0200 Claus Gittinger checkin from browser
Thu, 24 Jul 1997 15:00:57 +0200 Claus Gittinger checkin from browser
Thu, 03 Jul 1997 14:27:05 +0200 Claus Gittinger resource flag: #menu -> #programMenu
Mon, 16 Jun 1997 19:03:53 +0200 ca checkin from browser
Tue, 20 May 1997 19:01:10 +0200 Claus Gittinger initialize acceptOnLostFocus
Fri, 04 Apr 1997 21:38:47 +0200 Claus Gittinger oops - care for nil contents
Fri, 04 Apr 1997 21:01:26 +0200 Claus Gittinger convert to string.
Fri, 07 Mar 1997 16:48:12 +0100 Claus Gittinger checkin from browser
Fri, 07 Mar 1997 11:17:34 +0100 Claus Gittinger added disableAccept
Thu, 06 Mar 1997 16:14:22 +0100 Claus Gittinger use new #changedPreferredBounds
Fri, 28 Feb 1997 19:47:08 +0100 Claus Gittinger redefined #selectAll to select nothing if there is nothing
Wed, 26 Feb 1997 00:15:33 +0100 Claus Gittinger oops - Shift-TAB is focusPrevious; not focusNext.
Tue, 25 Feb 1997 20:16:57 +0100 Claus Gittinger menu resource
Tue, 25 Feb 1997 14:32:01 +0100 ca specClass query
Fri, 21 Feb 1997 20:16:28 +0100 ca added #enabled.
Tue, 11 Feb 1997 12:17:05 +0100 ca more isXXX queries
Tue, 11 Feb 1997 12:05:53 +0100 ca added #isImmediateAccept
Tue, 28 Jan 1997 12:45:04 +0100 Claus Gittinger *** empty log message ***
Tue, 28 Jan 1997 11:33:25 +0100 Claus Gittinger allow non-Tab as entryCompleter; care for immediateAccept after completion
Wed, 22 Jan 1997 18:21:36 +0100 Claus Gittinger commentary
Wed, 22 Jan 1997 02:27:10 +0100 Claus Gittinger dont forget to accept, when only (cr- and tab-) actions are defined
Thu, 09 Jan 1997 12:49:58 +0100 Claus Gittinger resource spec updated
Wed, 11 Dec 1996 17:10:22 +0100 Claus Gittinger example
Wed, 11 Dec 1996 17:08:14 +0100 Claus Gittinger allow acceptOnLostFocus.
Mon, 14 Oct 1996 23:29:56 +0200 Stefan Vogel Rename misspelled "interrest" to "interest".
Wed, 11 Sep 1996 20:01:21 +0200 dq use new #initialHeight:
Fri, 19 Jul 1996 21:13:27 +0200 Claus Gittinger *** empty log message ***
Wed, 10 Jul 1996 12:16:09 +0200 Claus Gittinger scroll to origin, if size changes and all text fits into the view.
Fri, 31 May 1996 21:38:55 +0200 Claus Gittinger handle leave from EditField without a group as a focus-stepping
Wed, 29 May 1996 17:35:29 +0200 Claus Gittinger added resource info
Wed, 29 May 1996 16:57:26 +0200 Claus Gittinger #isInputView is obsolete now
Wed, 29 May 1996 12:24:15 +0200 Claus Gittinger care for preSet preferredExtent
Fri, 24 May 1996 18:35:29 +0200 Claus Gittinger no <accept> menu if immediateAccept is on
Wed, 22 May 1996 18:20:21 +0200 Claus Gittinger use new cursorValidation (now positions at end-of-input when clicked)
Wed, 22 May 1996 13:28:38 +0200 Claus Gittinger use fonts maxHeight in prefExtent (A-Umlaut)
Tue, 21 May 1996 21:33:05 +0200 Claus Gittinger checkin from browser
Sat, 18 May 1996 17:42:59 +0200 Claus Gittinger showCr: -> showCR:
Thu, 02 May 1996 18:33:21 +0200 Stefan Vogel Handle keypress:key x:nil y:nil correctly (means recursion).
Tue, 30 Apr 1996 15:10:31 +0200 Claus Gittinger comments
Sat, 27 Apr 1996 20:25:18 +0200 Claus Gittinger examples
Thu, 25 Apr 1996 19:34:16 +0200 Claus Gittinger documentation
Sat, 20 Apr 1996 14:39:32 +0200 ca oops - isInputView renamed to isInputField
Wed, 20 Mar 1996 11:43:59 +0100 Claus Gittinger added accelerators; no Accept if there is no acceptAction/model
Thu, 07 Mar 1996 13:38:02 +0100 Claus Gittinger resources
Wed, 06 Mar 1996 16:21:09 +0100 Claus Gittinger checkin from browser
Tue, 05 Mar 1996 01:17:10 +0100 Claus Gittinger checkin from browser
Fri, 01 Mar 1996 13:59:39 +0100 Claus Gittinger added style resource directive
Sat, 24 Feb 1996 17:35:36 +0100 Claus Gittinger eliminated all DefaultFont classVars (are now classINSTvars)
Fri, 09 Feb 1996 21:31:29 +0100 Claus Gittinger oops - explicit focusChange was broken
Fri, 09 Feb 1996 02:10:36 +0100 Claus Gittinger handle disabled state
Wed, 07 Feb 1996 19:37:45 +0100 Claus Gittinger better Tab key handling
Wed, 31 Jan 1996 02:53:04 +0100 Claus Gittinger Escape closes pullDownMenus & PopUpLists
Wed, 31 Jan 1996 02:10:17 +0100 Claus Gittinger fixed Tab handling in enterFieldGroups;
Sat, 27 Jan 1996 16:37:22 +0100 Claus Gittinger new tabbing scheme (asking via #canTab); new focus change (passing explicit to showFocus/noFocus);
Wed, 24 Jan 1996 19:04:30 +0100 Claus Gittinger *** empty log message ***
Wed, 24 Jan 1996 13:37:49 +0100 ah added more control over tab-key behavior (acceptOnTab:); added more examples & docu
Tue, 16 Jan 1996 20:07:57 +0100 Claus Gittinger innerWidth:/innerHeight support; much more docu in editField
Wed, 10 Jan 1996 15:48:41 +0100 ca empty strings are not nil
Sat, 16 Dec 1995 16:50:06 +0100 Claus Gittinger added channel-enable (needs overall cleanup)
Fri, 15 Dec 1995 14:04:06 +0100 Claus Gittinger interest is written with one 'r' (shame on me)
less more (0) -60 tip