Am Mittwoch, 29. November 2006 16:02 schrieb Bennett Helm:
> >
> > This is fixed now. I reused the former solution in rowpainter.C but
> > now this is done automatically on-the-fly.
>
> Works for me. Thanks!
>
For me too. However, multiple moving page up, page down, and then using slider
I had
On Nov 29, 2006, at 9:10 AM, Abdelrazak Younes wrote:
Abdelrazak Younes wrote:
Kornel Benko wrote:
Am Dienstag, 28. November 2006 16:20 schrieb Abdelrazak Younes:
Abdelrazak Younes wrote:
Bennett Helm wrote:
2. Crash: load User's Guide. Page down to the bottom, then
page up several times.
Abdelrazak Younes wrote:
Kornel Benko wrote:
Am Dienstag, 28. November 2006 16:20 schrieb Abdelrazak Younes:
Abdelrazak Younes wrote:
Bennett Helm wrote:
2. Crash: load User's Guide. Page down to the bottom, then page up
several times. LyX crashes. Here's the backtrace:
This is because I did
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> Anyway, I came up with the conclusion that returning a
Abdelrazak> bool is the less risky change for now as it won't affect
Abdelrazak> the code that does not make use of it. Additionally, I
Abdelrazak> would like to s
Jean-Marc Lasgouttes wrote:
"Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> * InsetBase and all derivates: - metrics(MetricsInfo & mi,
Abdelrazak> Dimension & dim) now returns a bool (true if metrics
Abdelrazak> changed).
All these changes make me wonder whether the c
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> * InsetBase and all derivates: - metrics(MetricsInfo & mi,
Abdelrazak> Dimension & dim) now returns a bool (true if metrics
Abdelrazak> changed).
All these changes make me wonder whether the caller could test by
itsel
Kornel Benko wrote:
Am Dienstag, 28. November 2006 16:20 schrieb Abdelrazak Younes:
Abdelrazak Younes wrote:
Bennett Helm wrote:
2. Crash: load User's Guide. Page down to the bottom, then page up
several times. LyX crashes. Here's the backtrace:
This is because I did not take into account pot
Am Dienstag, 28. November 2006 16:20 schrieb Abdelrazak Younes:
> Abdelrazak Younes wrote:
> > Bennett Helm wrote:
> >
> >> 2. Crash: load User's Guide. Page down to the bottom, then page up
> >> several times. LyX crashes. Here's the backtrace:
> >
> > This is because I did not take into accoun
Bennett Helm wrote:
2. Crash: load User's Guide. Page down to the bottom, then page up
several times. LyX crashes. Here's the backtrace:
This is because I did not take into account potential changed graphics
height in redoParagraph(). You know, when the graphics is changed from
"Not open" to
Bennett Helm wrote:
> LyX: Unknown tag `\converter_cache_maxage15552000' [around line 54 of
> file ]
That was a typo of me, it is fixed now (but you need to insert a space
before the number by hand if the error message should go away). What I do
not understand is why this got written at all to th
On Nov 27, 2006, at 11:24 AM, Abdelrazak Younes wrote:
Please, send a patch to Status15.x if you cannot commit it yourself.
Attached. I haven't changed anything on the speed issues yet because
I originally reported them with PPC Mac, and I haven't yet had a
chance to double-check it on PPC
Abdelrazak Younes wrote:
Bennett Helm wrote:
On Nov 26, 2006, at 5:58 AM, Michael Gerz wrote:
Hi everybody,
I just cleaned up Status.15x and marked a few bugs are resolved.
Probably, more bugs have been fixed in the meantime. Please have a
look at Status.15x.
What is the current status re
Bennett Helm wrote:
On Nov 26, 2006, at 5:58 AM, Michael Gerz wrote:
Hi everybody,
I just cleaned up Status.15x and marked a few bugs are resolved.
Probably, more bugs have been fixed in the meantime. Please have a
look at Status.15x.
What is the current status regarding painting, especial
On Nov 26, 2006, at 5:58 AM, Michael Gerz wrote:
Hi everybody,
I just cleaned up Status.15x and marked a few bugs are resolved.
Probably, more bugs have been fixed in the meantime. Please have a
look at Status.15x.
What is the current status regarding painting, especially on the
Mac? Ri
Am Sonntag, 26. November 2006 20:20 schrieb Abdelrazak Younes:
> Couldn't we use true unicode symbols instead?
If we have fonts with all these symbols yes. But not all symbols of our
fonts have an unicode code point (e.g. the LaTeX symbol does not have
one), and even if they had you need a font
Georg Baum wrote:
Am Sonntag, 26. November 2006 19:07 schrieb Abdelrazak Younes:
Ah? I didn't know that. Too bad, this would have been a very good
explanation. The thing is that the slowness happens only when typing
within the line following a big formula. I suspected that
redoParagraph() migh
Am Sonntag, 26. November 2006 19:07 schrieb Abdelrazak Younes:
> Ah? I didn't know that. Too bad, this would have been a very good
> explanation. The thing is that the slowness happens only when typing
> within the line following a big formula. I suspected that
> redoParagraph() might be the cul
Georg Baum wrote:
Am Sonntag, 26. November 2006 16:42 schrieb Abdelrazak Younes:
Well, it is not related to painting on screen, that's for sure. But it
might be related to font metrics calculation which is system dependent.
We are caching font width for normal text for example but for math
the
Am Sonntag, 26. November 2006 16:42 schrieb Abdelrazak Younes:
> Well, it is not related to painting on screen, that's for sure. But it
> might be related to font metrics calculation which is system dependent.
> We are caching font width for normal text for example but for math
> there's maybe m
Herbert Voss wrote:
Abdelrazak Younes schrieb:
nusret wrote:
Hi all,
Painting is not just a Mac problem, I sincerely hope
that there is an easy way to fix it on Windows, too:
my documents are full of math, and the rendering is
extremely slow which makes Lyx essentially unusable in
my case. I wo
Abdelrazak Younes schrieb:
> nusret wrote:
>> Hi all,
>> Painting is not just a Mac problem, I sincerely hope
>> that there is an easy way to fix it on Windows, too:
>> my documents are full of math, and the rendering is
>> extremely slow which makes Lyx essentially unusable in
>> my case. I wouldn
nusret wrote:
--- Abdelrazak Younes <[EMAIL PROTECTED]> wrote:
nusret wrote:
Yes, this is known but this is not related to
painting at all. If you
open up your task manager you'll see that csrss.exe
takes up 50/70% of
the cpu. We have yet to find the reason for this
phenomena. But you'll
--- Abdelrazak Younes <[EMAIL PROTECTED]> wrote:
> nusret wrote:
> Yes, this is known but this is not related to
> painting at all. If you
> open up your task manager you'll see that csrss.exe
> takes up 50/70% of
> the cpu. We have yet to find the reason for this
> phenomena. But you'll
>
Michael Gerz wrote:
\ No newline at end of file
+
+* Copy/paste using middle mouse button inserts musical notes.
+ FIXED (; cannot reproduce on SuSE Linux 9.3)
Good, I've fixed that long time ago but I did not have any confirmation
since then.
Thanks,
Abdel.
nusret wrote:
Hi all,
Painting is not just a Mac problem, I sincerely hope
that there is an easy way to fix it on Windows, too:
my documents are full of math, and the rendering is
extremely slow which makes Lyx essentially unusable in
my case. I wouldn't bother you develeopers, but just
wanted to
Hi all,
Painting is not just a Mac problem, I sincerely hope
that there is an easy way to fix it on Windows, too:
my documents are full of math, and the rendering is
extremely slow which makes Lyx essentially unusable in
my case. I wouldn't bother you develeopers, but just
wanted to urge you fix i
26 matches
Mail list logo