ListView.st
Tue, 29 Oct 2002 11:18:16 +0100 Claus Gittinger oops
Tue, 29 Oct 2002 10:49:53 +0100 Claus Gittinger checkin from browser
Fri, 06 Sep 2002 13:51:57 +0200 Claus Gittinger oops
Fri, 06 Sep 2002 12:40:09 +0200 Claus Gittinger added redrawFromLine:col:toLine:col:
Fri, 09 Aug 2002 16:29:48 +0200 Stefan Vogel Remove unused vars
Fri, 09 Aug 2002 15:19:14 +0200 Michael Beyl partial redraw behone non-string lines end
Wed, 24 Jul 2002 20:12:22 +0200 Michael Beyl oops
Wed, 24 Jul 2002 20:05:46 +0200 Michael Beyl use maxAscent instead of ascent
Tue, 23 Jul 2002 23:02:27 +0200 Michael Beyl searching with non-string items
Tue, 23 Jul 2002 22:51:52 +0200 Michael Beyl drawing non-strings
Tue, 23 Jul 2002 21:35:54 +0200 Michael Beyl more for non-string items
Tue, 23 Jul 2002 17:29:50 +0200 Michael Beyl more selection fixes (with non-string/non-text lines)
Tue, 23 Jul 2002 14:40:29 +0200 Claus Gittinger selecting colored Text: draw correctly in selection-colors
Mon, 11 Feb 2002 10:59:37 +0100 Claus Gittinger bug fix when text is replaced by shorter text while beeing
Mon, 07 Jan 2002 18:26:17 +0100 Claus Gittinger backward search without inital line
Fri, 09 Nov 2001 14:28:17 +0100 Claus Gittinger viewBackground setting;
Tue, 16 Oct 2001 11:20:26 +0200 Claus Gittinger *** empty log message ***
Fri, 05 Oct 2001 12:13:54 +0200 Claus Gittinger *** empty log message ***
Fri, 05 Oct 2001 10:57:52 +0200 Claus Gittinger removed leftOffset
Fri, 05 Oct 2001 10:56:34 +0200 Claus Gittinger eliminated accesses to leftOffset
Thu, 04 Oct 2001 18:53:32 +0200 Claus Gittinger more editing stuff (xxx-characterPosition)
Thu, 04 Oct 2001 14:56:25 +0200 Claus Gittinger absoluteLineToVisibleLine: -> listLineToVisibleLine:
Fri, 28 Sep 2001 15:24:46 +0200 Claus Gittinger added #lineAtY:
Fri, 22 Jun 2001 10:42:14 +0200 Claus Gittinger tab stuff
Mon, 09 Apr 2001 14:25:26 +0200 Claus Gittinger viewOrigin (if x ~~ 0) and list is updated.
Thu, 22 Mar 2001 13:42:36 +0100 Claus Gittinger *** empty log message ***
Wed, 21 Mar 2001 10:16:05 +0100 Claus Gittinger #insert at the end of the model-list
Fri, 16 Feb 2001 21:29:04 +0100 Claus Gittinger validate change-notifications list-index in #insert: and #remove.
Fri, 22 Dec 2000 15:23:38 +0100 Claus Gittinger checkin from browser
Tue, 19 Dec 2000 17:16:13 +0100 Claus Gittinger additional scroll-margin can be redefined
Wed, 06 Dec 2000 13:27:11 +0100 Claus Gittinger checkin from browser
Fri, 24 Nov 2000 11:47:13 +0100 martin react to list-change messages
Wed, 22 Nov 2000 13:20:33 +0100 Claus Gittinger category change
Wed, 08 Nov 2000 10:17:08 +0100 Claus Gittinger only access originChanged, extentChanged and cornerChanged
Tue, 19 Sep 2000 13:48:19 +0200 Claus Gittinger stop autoscroll if no longer visible
Wed, 06 Sep 2000 15:48:45 +0200 Claus Gittinger comment
Wed, 06 Sep 2000 13:04:47 +0200 src care for scrollWhenUpdating when adding individual lines
Wed, 30 Aug 2000 18:17:14 +0200 Claus Gittinger async invalidate instead of synchronous redraw
Wed, 30 Aug 2000 18:04:36 +0200 Claus Gittinger added #replaceFrom:to:with:startingAt:
Wed, 30 Aug 2000 15:11:35 +0200 Stefan Vogel *** empty log message ***
Thu, 24 Aug 2000 00:33:55 +0200 Claus Gittinger scroll pixel bug; removeFromIndex:toIndex: redraw bug.
Wed, 23 Aug 2000 18:38:07 +0200 Claus Gittinger added #removeFromIndex:toIndex:
Tue, 22 Aug 2000 00:45:25 +0200 Claus Gittinger category changes
Mon, 21 Aug 2000 13:21:20 +0200 Claus Gittinger added suppressEmphasisInSelection handling
Sat, 19 Aug 2000 20:30:33 +0200 Claus Gittinger must recompute width of contents, if inserting/removing lines
Fri, 18 Aug 2000 13:18:42 +0200 Claus Gittinger fixed redraw, when at:put: or add:
Wed, 16 Aug 2000 15:08:23 +0200 Claus Gittinger *** empty log message ***
Tue, 15 Aug 2000 21:12:40 +0200 Claus Gittinger oops - leftOffset seemed to get clobbered
Thu, 10 Aug 2000 00:21:42 +0200 Claus Gittinger *** empty log message ***
Thu, 10 Aug 2000 00:18:02 +0200 Claus Gittinger *** empty log message ***
Fri, 28 Jul 2000 16:55:40 +0200 Claus Gittinger synchronous redraw after a scroll
Fri, 21 Jul 2000 12:23:25 +0200 Claus Gittinger auto-scroll (when fetching list from model) to bottom fixed
Mon, 08 May 2000 11:46:54 +0200 ca #expandTabs do not raise any change notification
Tue, 18 Apr 2000 16:37:23 +0200 Claus Gittinger mus notify textChanged in #add: / #add:beforeIndex:
Tue, 18 Apr 2000 12:10:59 +0200 Claus Gittinger need dummy textChanged
Tue, 18 Apr 2000 11:50:32 +0200 Claus Gittinger must set modified flag in #withoutRedrawAt:put:
Wed, 23 Feb 2000 11:29:02 +0100 Claus Gittinger generalized text-access fromLine:col:toLine:col:
Wed, 09 Feb 2000 20:25:14 +0100 Claus Gittinger comment
Wed, 09 Feb 2000 20:24:04 +0100 Claus Gittinger comment
Wed, 09 Feb 2000 18:50:15 +0100 Claus Gittinger added control over how-to-scroll when updating text.
less more (0) -100 -60 tip