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
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
> "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
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
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
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
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);
//
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);
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