Re: [patch] rowlist speedup

2003-10-16 Thread Andre Poenitz
On Thu, Oct 16, 2003 at 06:53:51PM +0200, Lars Gullik Bjønnes wrote: > | === > | RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/lyxcursor.C,v > | retrieving revision 1.26 > | diff -u -p -r1.26 lyxcursor.C > | --- lyxcursor.C 9 Oct

Re: [patch] rowlist speedup

2003-10-16 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | See attached. > | -- | Those who desire to give up Freedom in order to gain Security, will not have, | nor do they deserve, either one. (T. Jefferson or B. Franklin or both...) > | Index: lyxcursor.C | ===

Re: [patch] rowlist speedup

2003-10-16 Thread Andre Poenitz
On Thu, Oct 16, 2003 at 05:15:51PM +0100, Angus Leeming wrote: > Andre Poenitz wrote: > > I don't think that this is initialised in the c-tor. > Index: lyxrow.h > === > /// cached y position > -unsigned int y_; > +

Re: [patch] rowlist speedup

2003-10-16 Thread Angus Leeming
Andre Poenitz wrote: I don't think that this is initialised in the c-tor. Index: lyxrow.h === /// cached y position -unsigned int y_; +unsigned int y_offset_; Nor this: > Index: paragraph.h >