ListView.st
Fri, 13 Feb 1998 22:56:03 +0100 Stefan Vogel Do not reurn lineNumbers < 1 in #visibleLineOfY:
Thu, 29 Jan 1998 10:44:54 +0100 ca leftOver selection pixels
Tue, 27 Jan 1998 14:11:36 +0100 Claus Gittinger do not invalidate, when the size changes;
Thu, 22 Jan 1998 21:08:39 +0100 Claus Gittinger do not draw using fromCol:toCol:, if there is a chance
Tue, 21 Oct 1997 20:15:06 +0200 Claus Gittinger *** empty log message ***
Thu, 16 Oct 1997 15:20:50 +0200 ca add:aString beforeIndex:
Tue, 07 Oct 1997 16:22:49 +0200 Claus Gittinger checkin from browser
Mon, 15 Sep 1997 22:32:08 +0200 Claus Gittinger allow case-ignoring search
Tue, 09 Sep 1997 19:37:42 +0200 Claus Gittinger *** empty log message ***
Thu, 21 Aug 1997 23:53:50 +0200 Claus Gittinger *** empty log message ***
Mon, 11 Aug 1997 13:59:55 +0200 Claus Gittinger checkin from browser
Thu, 03 Jul 1997 12:58:47 +0200 Claus Gittinger handle nil entry in #getFontParameters
Wed, 02 Jul 1997 14:55:00 +0200 Claus Gittinger break out of col-search loop in case of bad string
Mon, 16 Jun 1997 20:28:31 +0200 Claus Gittinger typo
Thu, 05 Jun 1997 12:40:55 +0200 Claus Gittinger checkin from browser
Thu, 05 Jun 1997 11:28:18 +0200 Claus Gittinger added low-level entry to set the list without a non-string scan
Wed, 04 Jun 1997 13:22:12 +0200 ca update label in case of font changed
Mon, 12 May 1997 19:02:02 +0200 Claus Gittinger checkin from browser
Fri, 18 Apr 1997 14:52:54 +0200 Claus Gittinger checkin from browser
Thu, 17 Apr 1997 02:14:55 +0200 Claus Gittinger use asyncronous invaluate, instead of synchronous redraw
Thu, 03 Apr 1997 00:01:04 +0200 Claus Gittinger handle escaped matchCharacters
Thu, 06 Mar 1997 15:25:34 +0100 Claus Gittinger oops - compare in #setList: does not work always ....
Wed, 05 Mar 1997 17:31:43 +0100 Claus Gittinger in setList: - only redraw lines if required.
Fri, 28 Feb 1997 19:48:48 +0100 Claus Gittinger now fetch models value when model is assigned;
Wed, 19 Feb 1997 13:12:13 +0100 Stefan Vogel Fix getListFromModel when model updates the stringCollection
Sat, 08 Feb 1997 15:24:59 +0100 Claus Gittinger *** empty log message ***
Sat, 08 Feb 1997 12:46:20 +0100 Claus Gittinger *** empty log message ***
Wed, 29 Jan 1997 13:31:23 +0100 Claus Gittinger checkin from browser
Wed, 29 Jan 1997 13:24:42 +0100 Claus Gittinger explicit async bitBlt
Wed, 22 Jan 1997 18:21:36 +0100 Claus Gittinger commentary
Fri, 17 Jan 1997 17:44:56 +0100 Claus Gittinger oops - widthForScroll was wrong
Thu, 16 Jan 1997 23:47:49 +0100 Claus Gittinger checkin from browser
Tue, 14 Jan 1997 00:12:53 +0100 Claus Gittinger fetch device resources early
Tue, 07 Jan 1997 20:33:21 +0100 Claus Gittinger added #stringAtLine:from:to:
Fri, 03 Jan 1997 03:23:33 +0100 Stefan Vogel menuHolder/menuPerformer stuff.
Thu, 02 Jan 1997 17:32:28 +0100 Claus Gittinger dont clear listMessage in #on:aspect:...
Thu, 02 Jan 1997 17:28:04 +0100 Stefan Vogel Move #model: from TextView to ListView.
Mon, 23 Dec 1996 13:59:51 +0100 Claus Gittinger moved menuHolder/menuPerformer stuff up in the hierarchy
Mon, 23 Dec 1996 13:46:48 +0100 Claus Gittinger moved menuHolder/menuPerformer up in the hierarchy
Wed, 18 Dec 1996 19:08:28 +0100 Stefan Vogel Fix #makeLineVisible: to update viewOrigin and dependents.
Thu, 21 Nov 1996 17:44:41 +0100 Claus Gittinger stefan ! test your changes ;-)
Mon, 18 Nov 1996 20:58:25 +0100 Stefan Vogel Recompute origin when one or more lines have been deleted.
Thu, 14 Nov 1996 17:40:54 +0100 ca positioning fix
Mon, 04 Nov 1996 23:29:30 +0100 Claus Gittinger checkin from browser
Wed, 23 Oct 1996 00:20:39 +0200 Claus Gittinger care for new fontParameters, if changing from a non-string-list
Tue, 01 Oct 1996 13:40:34 +0200 Claus Gittinger checkin from browser
Thu, 12 Sep 1996 15:04:52 +0200 Claus Gittinger scrollToPercent fix
Mon, 19 Aug 1996 10:25:20 +0200 Stefan Vogel Send #getListFromModel when setting #model:
Wed, 07 Aug 1996 18:49:20 +0200 Stefan Vogel Define #scrollTo: here to call scrollUp/Down/Left/Right.
Wed, 31 Jul 1996 17:18:35 +0200 ah Add #scrollUpPixel: and #scrollDownPixel: (needed for TableView).
Fri, 19 Jul 1996 20:53:39 +0200 Claus Gittinger handle Text items in xOfCol...
Fri, 05 Jul 1996 18:03:38 +0200 Claus Gittinger use #graphicsDevice instead of #device.
Fri, 05 Jul 1996 16:44:43 +0200 Claus Gittinger use Screen current instead of Display
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
less more (0) -100 -60 tip