Re: a couple of small problems

2003-11-21 Thread Andre Poenitz
On Fri, Nov 21, 2003 at 09:20:34AM +0100, Alfredo Braunstein wrote: > Alfredo Braunstein wrote: > > > I'll do the change. > > Ok to commit? Looks good, so: Sure. > + The above two fixes > + x0_ -> xo_ > + some cursorPar()->getRow(cursor.pos()) -> cursorRow Good idea ;-) Andre'

Re: a couple of small problems

2003-11-21 Thread Alfredo Braunstein
Alfredo Braunstein wrote: > I'll do the change. Ok to commit? + The above two fixes + x0_ -> xo_ + some cursorPar()->getRow(cursor.pos()) -> cursorRow Alfredo ? bfri.C Index: lyxtext.h === RCS file: /usr/local/lyx/cvsroot/lyx-de

Re: a couple of small problems

2003-11-21 Thread Alfredo Braunstein
Andre Poenitz wrote: > We simply should draw full paragraphs. This way we could have a smooth > drawing of 'really tall rows' and this would make the usage of > RowPainter a bit simpler, too. Fine. > InsetText::draw > LyXText::draw(to be implemented) > Paragraph::draw (to be implem

Re: a couple of small problems

2003-11-21 Thread Andre Poenitz
On Fri, Nov 21, 2003 at 08:19:07AM +0100, Alfredo Braunstein wrote: > First a fix to checkInsetHit. (some insets on screen cannot be > reached by clicks). > Fixing this remarks another problem: we draw at the row level > (i.e. stop drawing when the row goes out of screen), > but use the position

a couple of small problems

2003-11-21 Thread Alfredo Braunstein
First a fix to checkInsetHit. (some insets on screen cannot be reached by clicks). Fixing this remarks another problem: we draw at the row level (i.e. stop drawing when the row goes out of screen), but use the position information for all insets in the paragraph. Thus the last rows in the last