ListView.st
Sun, 30 Jun 1996 12:37:40 +0200 Claus Gittinger use integer typed variables for compact code
Wed, 29 May 1996 16:38:27 +0200 Claus Gittinger use #invalidate instead of #redraw
Wed, 29 May 1996 14:56:00 +0200 Claus Gittinger fixed number-of-lines computation
Sun, 26 May 1996 16:01:49 +0200 Claus Gittinger fixed makeLineVisible; when not-yet realized
Sun, 26 May 1996 13:33:59 +0200 Claus Gittinger checkin from browser
Fri, 24 May 1996 20:13:23 +0200 Claus Gittinger added query for lines/cols - prefExt
Wed, 22 May 1996 16:29:43 +0200 Claus Gittinger more fixes for non-string entries
Wed, 22 May 1996 13:30:33 +0200 Claus Gittinger use fonts averageHeight for line-grid; redefine in TextView to use maxHeight
Wed, 22 May 1996 11:15:51 +0200 ca fixed argument of #origininChanged:
Sat, 18 May 1996 14:06:05 +0200 Claus Gittinger checkin from browser
Sat, 18 May 1996 09:54:16 +0200 Claus Gittinger handle emphasized text in #colOfX...
Tue, 14 May 1996 18:46:27 +0200 Claus Gittinger redraw in sizeChange
Sun, 12 May 1996 21:08:11 +0200 Claus Gittinger handle items which are higher than the font (LabelAndIcons, for example)
Sun, 12 May 1996 16:20:15 +0200 Claus Gittinger handle Text
Tue, 30 Apr 1996 17:36:22 +0200 Claus Gittinger fixed #widthOfContents if no device is known
Tue, 30 Apr 1996 11:39:03 +0200 Claus Gittinger characterAtLine:col: moved to here
Sat, 27 Apr 1996 20:25:18 +0200 Claus Gittinger examples
Fri, 26 Apr 1996 15:56:21 +0200 Claus Gittinger if there is no listMessage, try aspect to get models text
Thu, 25 Apr 1996 19:34:16 +0200 Claus Gittinger documentation
Sat, 20 Apr 1996 19:31:25 +0200 Claus Gittinger use #leftIndent
Wed, 10 Apr 1996 16:12:09 +0200 Claus Gittinger *** empty log message ***
Thu, 07 Mar 1996 19:46:39 +0100 Claus Gittinger added example for menuPerformer:
Fri, 01 Mar 1996 20:23:10 +0100 Claus Gittinger examples
Fri, 01 Mar 1996 13:54:27 +0100 Claus Gittinger added style resource directive
Wed, 28 Feb 1996 19:46:54 +0100 Claus Gittinger slight rewrites (changes for accelerator-display)
Wed, 28 Feb 1996 14:47:01 +0100 Claus Gittinger redraw debris leftover fixed (cursorStyle==#motif)
Mon, 26 Feb 1996 23:42:18 +0100 Claus Gittinger dont clear all when drawing a partial string
Mon, 26 Feb 1996 22:42:02 +0100 Claus Gittinger preserve cursor (error while searching)
Sat, 24 Feb 1996 18:19:17 +0100 Claus Gittinger fixed debris-leftover in scrollDown
Sat, 24 Feb 1996 17:35:36 +0100 Claus Gittinger eliminated all DefaultFont classVars (are now classINSTvars)
Fri, 23 Feb 1996 19:13:53 +0100 Claus Gittinger more 16bit fixes (compare chars using = / ~= instead of == / ~=)
Fri, 23 Feb 1996 03:25:52 +0100 Claus Gittinger starting 16bit support
Thu, 22 Feb 1996 18:52:28 +0100 ca correctly handle level changes if abs(lvl) changes
Sat, 10 Feb 1996 13:54:00 +0100 Claus Gittinger *** empty log message ***
Fri, 09 Feb 1996 13:48:50 +0100 ca acced method to set the wordCheckBlock
Thu, 08 Feb 1996 22:08:41 +0100 Claus Gittinger scroll-off-by-one bug fixed (I hope)
Sat, 27 Jan 1996 18:32:13 +0100 Claus Gittinger added query for height with n lines
Sat, 27 Jan 1996 12:51:29 +0100 Claus Gittinger commentary
Wed, 17 Jan 1996 13:06:35 +0100 Claus Gittinger use new Delay wait
Tue, 16 Jan 1996 20:07:57 +0100 Claus Gittinger innerWidth:/innerHeight support; much more docu in editField
Tue, 16 Jan 1996 01:15:43 +0100 Claus Gittinger *** empty log message ***
Tue, 19 Dec 1995 10:56:59 +0100 Stefan Vogel Reset cache widthOfLongestLine in setList:, also reposition if contents fits
Mon, 11 Dec 1995 17:52:55 +0100 Claus Gittinger draw strings as opaque strings - OS/2 server has a bug with non-image strings
Tue, 05 Dec 1995 15:06:01 +0100 Claus Gittinger *** empty log message ***
Tue, 05 Dec 1995 12:18:08 +0100 chrisy *** empty log message ***
Mon, 04 Dec 1995 00:49:33 +0100 Claus Gittinger *** empty log message ***
Mon, 04 Dec 1995 00:39:54 +0100 Claus Gittinger *** empty log message ***
Mon, 04 Dec 1995 00:05:05 +0100 Claus Gittinger *** empty log message ***
Sun, 03 Dec 1995 23:58:42 +0100 Claus Gittinger *** empty log message ***
Sun, 03 Dec 1995 23:21:28 +0100 Claus Gittinger *** empty log message ***
Sun, 03 Dec 1995 23:10:59 +0100 Claus Gittinger *** empty log message ***
Sun, 03 Dec 1995 22:09:03 +0100 Claus Gittinger fixes for last partial line
Fri, 24 Nov 1995 20:59:28 +0100 Claus Gittinger flash using redrawInverted
Fri, 24 Nov 1995 11:28:59 +0100 Claus Gittinger invalidate cached widthOfContents when font changes
Thu, 23 Nov 1995 02:43:52 +0100 Claus Gittinger scroll offset by half a lineSpacing
Thu, 23 Nov 1995 00:08:01 +0100 Claus Gittinger draw strings half a lineSpacing lower - highlight frames look better
Wed, 22 Nov 1995 22:19:31 +0100 Claus Gittinger *** empty log message ***
Sat, 11 Nov 1995 17:23:54 +0100 Claus Gittinger uff - version methods changed to return stings
Mon, 23 Oct 1995 21:07:01 +0100 Claus Gittinger .
Mon, 11 Sep 1995 00:32:36 +0200 claus .
less more (0) -60 tip