Re: [Cvslog] r15605 - /lyx-devel/trunk/src/rowpainter.C

2006-11-03 Thread Abdelrazak Younes
Andre Poenitz wrote: On Mon, Oct 30, 2006 at 11:12:41AM +0100, Abdelrazak Younes wrote: Andre Poenitz wrote: Good in theory but it looks as if this is the kind of infomration that would be useful for a 'non-drawing real painter' (as opposed to the original nullpainter) I have implemented that

Re: [Cvslog] r15605 - /lyx-devel/trunk/src/rowpainter.C

2006-11-02 Thread Andre Poenitz
On Mon, Oct 30, 2006 at 11:12:41AM +0100, Abdelrazak Younes wrote: > Andre Poenitz wrote: > > > >Good in theory but it looks as if this is the kind of infomration that > >would be useful for a 'non-drawing real painter' (as opposed to the > >original nullpainter) > > I have implemented that and go

Re: [Cvslog] r15605 - /lyx-devel/trunk/src/rowpainter.C

2006-10-30 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Andre Poenitz wrote: >> Good in theory but it looks as if this is the kind of infomration >> that would be useful for a 'non-drawing real painter' (as opposed >> to the original nullpainter) Abdelrazak> I have implem

Re: [Cvslog] r15605 - /lyx-devel/trunk/src/rowpainter.C

2006-10-30 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Abdelrazak Younes wrote: Andre Poenitz wrote: Good in theory but it looks as if this is the kind of infomration that would be useful for a 'non-drawing real painter' (as opposed to the original nullpainter) I have implemented that and got rid of the NullPainter altog

Re: [Cvslog] r15605 - /lyx-devel/trunk/src/rowpainter.C

2006-10-30 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Andre Poenitz wrote: Good in theory but it looks as if this is the kind of infomration that would be useful for a 'non-drawing real painter' (as opposed to the original nullpainter) I have implemented that and got rid of the NullPainter altogether: Shit... Some of m

Re: [Cvslog] r15605 - /lyx-devel/trunk/src/rowpainter.C

2006-10-30 Thread Abdelrazak Younes
Andre Poenitz wrote: Good in theory but it looks as if this is the kind of infomration that would be useful for a 'non-drawing real painter' (as opposed to the original nullpainter) I have implemented that and got rid of the NullPainter altogether: Author: younes Date: Mon Oct 30 11:09:59 200

Re: [Cvslog] r15605 - /lyx-devel/trunk/src/rowpainter.C

2006-10-30 Thread Asger Ottar Alstrup
Abdelrazak Younes wrote: Andre Poenitz wrote: On Sun, Oct 29, 2006 at 04:39:51PM -, [EMAIL PROTECTED] wrote: -bool const inside = (y + rit->descent() >= 0 - && y - rit->ascent() < ww); RowPainter rp(pi, text, pit, *rit, x, y); //

Re: [Cvslog] r15605 - /lyx-devel/trunk/src/rowpainter.C

2006-10-30 Thread Abdelrazak Younes
Andre Poenitz wrote: On Sun, Oct 29, 2006 at 04:39:51PM -, [EMAIL PROTECTED] wrote: - bool const inside = (y + rit->descent() >= 0 - && y - rit->ascent() < ww); RowPainter rp(pi, text, pit, *rit, x, y);

Re: [Cvslog] r15605 - /lyx-devel/trunk/src/rowpainter.C

2006-10-29 Thread Andre Poenitz
On Sun, Oct 29, 2006 at 04:39:51PM -, [EMAIL PROTECTED] wrote: > Author: schmitt > Date: Sun Oct 29 17:39:51 2006 > New Revision: 15605 > > URL: http://www.lyx.org/trac/changeset/15605 > Log: > * rowpainter.C: remove unused variable 'inside', > a leftover from the axed nullpainter