Re: Minor bug fixes

2012-05-31 Thread Pavel Sanda
John Tapsell wrote: > Here's another small patch. This is in for 2.0.4. Pavel > It fixes the "Page break on current row" checkbox. Currently if you > set it for a row in a table, you cannot unset it again. > > I tested this and it seems to work, but I'm not sure if I'm doing the > right thing.

Re: Minor bug fixes

2012-05-09 Thread Pavel Sanda
John Tapsell wrote: > > I would let this one for tabular guys, I have no idea where latex arg > > plays role. Anyway, please don't use any html inside .ui files, > > it does not fit well with translation machinery. > > In the second patch I cleaned up the html and made it fairly minimal. > It shou

Re: Minor bug fixes

2012-05-09 Thread John Tapsell
Here's another small patch. It fixes the "Page break on current row" checkbox. Currently if you set it for a row in a table, you cannot unset it again. I tested this and it seems to work, but I'm not sure if I'm doing the right thing. John From 912f0dfbe62e07f3996a4e2dbc7fcd8899ac478d Mon Sep 1

Re: Minor bug fixes

2012-05-09 Thread John Tapsell
On 9 May 2012 08:38, Pavel Sanda wrote: > John Tapsell wrote: >> Hi all, >> >>   Here's some minor bug fixes for bugs that I've come across. >> >>   The first moves the Latex Argument option for tables into the column >> property sectio

Re: Minor bug fixes

2012-05-09 Thread Pavel Sanda
John Tapsell wrote: > Hi all, > > Here's some minor bug fixes for bugs that I've come across. > > The first moves the Latex Argument option for tables into the column > property section in the dialog. It got moved fairly recently by > accidently I think. I

Re: Minor bug fixes

2012-05-08 Thread John Tapsell
Sorry, this patch updates the 0001-Latex-Argument-is-a-column-property-move-it-in-the-U.patch to change a smart quote and clean up the html. John From 7147346b24b876b01ae72661fa8e866ea4bc588e Mon Sep 17 00:00:00 2001 From: John Tapsell Date: Tue, 8 May 2012 21:51:32 +0100 Subject: [PATCH 1/3] Lat

Minor bug fixes

2012-05-08 Thread John Tapsell
Hi all, Here's some minor bug fixes for bugs that I've come across. The first moves the Latex Argument option for tables into the column property section in the dialog. It got moved fairly recently by accidently I think. The second fixes buddies in the same dialog (the connecti

Re: [RFC] Bug fixes for Inset Layouts

2009-11-02 Thread rgheck
On 11/02/2009 01:24 AM, Vincent van Ravesteijn - TNW wrote: I would like to share with you three patches. -- One removes superfluous tags from the stdinsets file. This is fine, I think. -- Bug 6113: Customized font color in footnote is not rendered in LyX It seems we're realizing the fonts in

[RFC] Bug fixes for Inset Layouts

2009-11-01 Thread Vincent van Ravesteijn - TNW
I would like to share with you three patches. -- One removes superfluous tags from the stdinsets file. -- Bug 6113: Customized font color in footnote is not rendered in LyX It seems we're realizing the fonts in the wrong order. http://www.lyx.org/trac/ticket/6113 -- Bug 5657:Font not displ

[Tests] bug fixes 2251, 2217

2006-02-18 Thread Martin Vermeer
On Fri, Feb 17, 2006 at 06:59:54PM +0100, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > Martin> On Wed, Feb 15, 2006 at 11:47:54PM +0100, Jean-Marc Lasgouttes > Martin> wrote: ... > > Martin> Bugs that need more discussion (ugly/tentative/special-

Re: Some bug fixes are trivial :-)

2005-04-29 Thread Georg Baum
Martin Vermeer wrote: > ...and some development work should not be done after bedtime ;-) Well, noon is not bedtime for me, but thanks for the fix! Georg

Some bug fixes are trivial :-)

2005-04-29 Thread Martin Vermeer
...and some development work should not be done after bedtime ;-) This goes in now. - Martin Index: ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/controllers/ChangeLog,v retrieving revision 1.475 diff -u -p

Re: [patch]: remove bug fixes for xforms < 0.89.5

2002-12-16 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Angus Leeming wrote: | | > Pretty trivial, but posted anyway. | > Ok to apply Lars? | | Weeelll? | | Incidentally, note that this patch kills lyxrc.override_x_deadkeys as | only lyxlookup.C used it and that's now gone. Shall I remove the | lyxrc va

Re: [patch]: remove bug fixes for xforms < 0.89.5

2002-12-16 Thread Angus Leeming
Angus Leeming wrote: > Pretty trivial, but posted anyway. > Ok to apply Lars? Weeelll? Incidentally, note that this patch kills lyxrc.override_x_deadkeys as only lyxlookup.C used it and that's now gone. Shall I remove the lyxrc variable also? -- Angus

[patch]: remove bug fixes for xforms < 0.89.5

2002-12-13 Thread Angus Leeming
Pretty trivial, but posted anyway. Ok to apply Lars? -- Angus ifdef.diff.gz Description: GNU Zip compressed data

RE: Small bug fixes for the next LyX release

2002-05-16 Thread Lasgouttes, J.M.
run Edit>Reconfigure? JMarc PS: I am not working on scilab myself, but I now a few people who do, and this software certainly rocks :) -Original Message- From: PAP To: Jean-Marc Lasgouttes Sent: 14/05/02 16:18 Subject: Small bug fixes for the next LyX release Hello, I have downloa

Re: Some bug fixes

2001-12-10 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: Herbert> as far as I remember \columnwidth, \textwidth, and others Herbert> can't have a glue length because they are of registertype Herbert> dimen and not of type skip, which can have glue. This is the kind of information I was lookin

Re: Some bug fixes

2001-12-10 Thread Herbert Voss
Jean-Marc Lasgouttes wrote: >>"Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: >> > >>>I wrote the code this week-end, and then lost it :( Anyway, it was >>>not too difficult. However what kind of length should I have? >>>LyXLength or LyXGlueLength? Can there be glue in column width

Re: Some bug fixes

2001-12-10 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: >> I wrote the code this week-end, and then lost it :( Anyway, it was >> not too difficult. However what kind of length should I have? >> LyXLength or LyXGlueLength? Can there be glue in column widths? >> Same question holds for minipage

Re: Some bug fixes

2001-12-10 Thread Herbert Voss
Jean-Marc Lasgouttes wrote: >>"Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> > > Jean-Marc> On the other hand, VSpace::VSpace takes 38% of the total > Jean-Marc> time to load/display this file! This is because langths are > Jean-Marc> stored as strings and converted

Re: Some bug fixes

2001-12-10 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> On the other hand, VSpace::VSpace takes 38% of the total Jean-Marc> time to load/display this file! This is because langths are Jean-Marc> stored as strings and converted whenever something needs to Jean-Marc> be don

Re: Some bug fixes

2001-12-04 Thread John Levon
On Tue, Dec 04, 2001 at 02:46:10PM +1000, Allan Rae wrote: > > Who the hell is Jerry Springer! #:O) > > Yet another American talk show host (YAATSH) who relies on the 5 C's > of communication: > Confrontation, > Cursing, > Confusion, > Conceit, > Corruption > heh

Re: Some bug fixes

2001-12-03 Thread Allan Rae
On Mon, 3 Dec 2001, Juergen Vigna wrote: > > On 03-Dec-2001 Allan Rae wrote: > > >> this is just like Jerry Springer ! > > > > Which is more frightening: > > that this conversation is allegedly like Jerry Springer > > or > > that John has watched Jerry Springer in order to make this >

Re: Some bug fixes

2001-12-03 Thread Juergen Vigna
On 03-Dec-2001 Allan Rae wrote: >> this is just like Jerry Springer ! > > Which is more frightening: > that this conversation is allegedly like Jerry Springer > or > that John has watched Jerry Springer in order to make this > observation? Who the hell is Jerry Springer! #:O)

Re: Some bug fixes

2001-12-02 Thread Allan Rae
On Fri, 30 Nov 2001, John Levon wrote: > On Fri, Nov 30, 2001 at 12:51:13PM +0100, Juergen Vigna wrote: > > > Do you want to let us know how good your math-skills are or did you > > book a statistical course lately? Anyway just try to load the TablesExamples > > file and you'll get the messages.

[PATCH] two bug fixes for the price of one

2001-11-30 Thread John Levon
1) make sure no selection exists at inset-uncollapse time to prevent drawing errors 2) don't open an inset when we finish a selection. This was a really really annoying "feature", then when you end up over an inset at the end of a selection, it opened the inset. please apply thanks john p.s.

Re: Some bug fixes

2001-11-30 Thread John Levon
On Fri, Nov 30, 2001 at 12:51:13PM +0100, Juergen Vigna wrote: > Do you want to let us know how good your math-skills are or did you > book a statistical course lately? Anyway just try to load the TablesExamples > file and you'll get the messages. Is this an ease enough solution also > for you?

Re: Some bug fixes

2001-11-30 Thread Jules Bean
On Fri, Nov 30, 2001 at 05:00:51PM +0100, Andre Poenitz wrote: > On Fri, Nov 30, 2001 at 05:00:01PM +0100, Lars Gullik Bjønnes wrote: > > | That is my belief. Although, when you care about these things, I've > > | always thought a naming scheme like u32int is better style. > > > > So how many mm

Re: Some bug fixes

2001-11-30 Thread Andre Poenitz
On Fri, Nov 30, 2001 at 05:00:01PM +0100, Lars Gullik Bjønnes wrote: > | That is my belief. Although, when you care about these things, I've > | always thought a naming scheme like u32int is better style. > > So how many mm can a 32 bits int measured in sp span? 2^16 points = 2^16/72 inches = 2

Re: Some bug fixes

2001-11-30 Thread Andre Poenitz
On Fri, Nov 30, 2001 at 03:32:53PM +, Jules Bean wrote: > It's not in Stroustrup; but I can't see any such details about data > size there. *sigh* Portability is not obtained by making 'int' > represent 'a convenient size': rather, portability is obtained by > knowing exactly how many bits you

Re: Some bug fixes

2001-11-30 Thread Jules Bean
On Fri, Nov 30, 2001 at 04:16:40PM +0100, Andre Poenitz wrote: > On Fri, Nov 30, 2001 at 03:12:02PM +, Jules Bean wrote: > > There is a standardised 64 bit integer type: long long int is standard. > > It's in C99 as far as I know, but in C++98? I don't know. It's not in Stroustrup; but I ca

Re: Some bug fixes

2001-11-30 Thread Andre Poenitz
On Fri, Nov 30, 2001 at 03:12:02PM +, Jules Bean wrote: > There is a standardised 64 bit integer type: long long int is standard. It's in C99 as far as I know, but in C++98? > It may not be supported by all the compilers though. Yes. > Anyhow, this is all (fortunately) moot: you'll notice

Re: Some bug fixes

2001-11-30 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> On Fri, Nov 30, 2001 at 03:48:27PM +0100, Jean-Marc Lasgouttes Andre> wrote: >> As far as my benchmarking is concerned, not storing the lengths as >> strings should do the trick. >> Please discuss you planned changes before doing

Re: Some bug fixes

2001-11-30 Thread Jules Bean
On Fri, Nov 30, 2001 at 04:04:03PM +0100, Andre Poenitz wrote: > On Fri, Nov 30, 2001 at 02:59:50PM +, Jules Bean wrote: > > And the difference between 'multiple of some small value' and 'some > > fixed point thingy' is what, exactly? > > I'd stick to double for the moment since if the sp is

Re: Some bug fixes

2001-11-30 Thread Andre Poenitz
On Fri, Nov 30, 2001 at 02:59:50PM +, Jules Bean wrote: > And the difference between 'multiple of some small value' and 'some > fixed point thingy' is what, exactly? I'd stick to double for the moment since if the sp is 2^(-32) of a point, they won't fit too well into an int on IA32 and there

Re: Some bug fixes

2001-11-30 Thread Jules Bean
On Fri, Nov 30, 2001 at 03:48:27PM +0100, Jean-Marc Lasgouttes wrote: > > "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: > > Andre> LaTeX stores length as multiple of some small value if I got > Andre> this right, and we should do likewise. The 'scaled point' which is 2^(-32) of a poi

Re: Some bug fixes

2001-11-30 Thread Andre Poenitz
On Fri, Nov 30, 2001 at 03:48:27PM +0100, Jean-Marc Lasgouttes wrote: > As far as my benchmarking is concerned, not storing the lengths as > strings should do the trick. > Please discuss you planned changes before doing them. I was thinking about this ;-) The "plan" looks like: Internal: -

Re: Some bug fixes

2001-11-30 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> LaTeX stores length as multiple of some small value if I got Andre> this right, and we should do likewise. Where did you find that? I though it was some fixed point thingy. Andre> You benchmarking even suggests that there is som

Re: Some bug fixes

2001-11-30 Thread Andre Poenitz
On Fri, Nov 30, 2001 at 03:40:17PM +0100, Jean-Marc Lasgouttes wrote: > Andre> As I said, the next look I will have on vspace.[hC] would > Andre> probably involve some real changes... > > To the interface? To the code? Both. LaTeX stores length as multiple of some small value if I got this righ

Re: Some bug fixes

2001-11-30 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> As I said, the next look I will have on vspace.[hC] would Andre> probably involve some real changes... To the interface? To the code? JMarc

Re: Some bug fixes

2001-11-30 Thread Andre Poenitz
On Fri, Nov 30, 2001 at 02:51:34PM +0100, Jean-Marc Lasgouttes wrote: > Jean-Marc> Ahh, so finally I have an answer. Thanks. Yes, I mean it. > > In case anybody cares: It is possible to avoid the warning, but it > involves adding a gratuitous tabular->GetInsetOfCell call just to have > a correct

Re: Some bug fixes

2001-11-30 Thread Juergen Vigna
On 30-Nov-2001 Angus Leeming wrote: > Well I can picture a solution of storing the pixmaps for each cell in a > cache. Changing a cell would then result in you only needing to recreate the > pixmaps for that column (if the width of the cell changed) and that row (if > the height of the cell c

Re: Some bug fixes

2001-11-30 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> On 30-Nov-2001 Jean-Marc Lasgouttes wrote: >> On the other hand, VSpace::VSpace takes 38% of the total time to >> load/display this file! This is because langths are stored as >> strings and converted whenever something needs

Re: Some bug fixes

2001-11-30 Thread Juergen Vigna
On 30-Nov-2001 Jean-Marc Lasgouttes wrote: > On the other hand, VSpace::VSpace takes 38% of the total time to > load/display this file! This is because langths are stored as strings > and converted whenever something needs to be done (at each > getMaxWidthOfCell, for example). Is there a reason

Re: Some bug fixes

2001-11-30 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> Anyway just try to load the TablesExamples file and you'll Juergen> get the messages. Is this an ease enough solution also for Juergen> you? Jean-Marc> Ahh,

Re: Some bug fixes

2001-11-30 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> Anyway just try to load the TablesExamples file and you'll Juergen> get the messages. Is this an ease enough solution also for Juergen> you? Ahh, so finally I have an answer. Thanks. Yes, I mean it. Juergen> Anyway if you all

Re: Some bug fixes

2001-11-30 Thread Juergen Vigna
On 30-Nov-2001 Jean-Marc Lasgouttes wrote: > So the drawing was in O(nbcells^2). Now this is fixed. Fine. > > So now we have a warning when a text inset has to check over all its > tabular owner to know in which cell it lies. This is an O(nbcells) > operation, so it is expensive. Since you seem

Re: Some bug fixes

2001-11-30 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> On 30-Nov-2001 Jean-Marc Lasgouttes wrote: >> Yes, but when the warning appears, it means that one has to scan >> all the tabular. Juergen> Ok then tell me how you would draw the tabular by NOT Juergen> scanning all of it! Or

Re: Some bug fixes

2001-11-30 Thread Angus Leeming
On Friday 30 November 2001 10:15 am, Juergen Vigna wrote: > On 30-Nov-2001 Jean-Marc Lasgouttes wrote: > > > Yes, but when the warning appears, it means that one has to scan all > > the tabular. > > Ok then tell me how you would draw the tabular by NOT scanning all of it! > Or better just implem

Re: Some bug fixes

2001-11-30 Thread Juergen Vigna
On 30-Nov-2001 Jean-Marc Lasgouttes wrote: > Yes, but when the warning appears, it means that one has to scan all > the tabular. Ok then tell me how you would draw the tabular by NOT scanning all of it! Or better just implement it I'm surely curious how that painted table my look!

Re: Some bug fixes

2001-11-30 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> Comeone Jean-Marc you can do better! You know that in that Juergen> code we are setting a cache variable for the used Inset now Juergen> if you iterate over all cell doing a whole redraw of the Juergen> tabular guess if the cac

Re: Some bug fixes

2001-11-30 Thread Juergen Vigna
On 29-Nov-2001 Jean-Marc Lasgouttes wrote: > I asked because this getMaxWidth is slow when the warning occurs, and > speeding things up is always nice :) Comeone Jean-Marc you can do better! You know that in that code we are setting a cache variable for the used Inset now if you iterate over al

Re: Some bug fixes

2001-11-29 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> It is obvious why this happens and it will always happen! The Juergen> message is in getMaxWidth() which every InsetText inside of a Juergen> tabular has to call to be able to draw itself! So if we draw Juergen> the tabular for

Re: Some bug fixes

2001-11-29 Thread Juergen Vigna
On 28-Nov-2001 Jean-Marc Lasgouttes wrote: > Juergen> Fixed (actually this is only a warning for internal reasons I > Juergen> left it there but with lyxerr[INSETTEXT] ;) > > Did you manage in reproducing it? I would be interested to see why it > happens. I'm not sure what I am supposed to do t

Re: Some bug fixes

2001-11-28 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: >> - Loading a document with a very large table (125 rows x 5 columns) >> causes the following console message(s): "Actcell not equal to >> actual cell!" (document by request) Juergen> Fixed (actually this is only a warning for interna

Some bug fixes

2001-11-28 Thread Juergen Vigna
> - Loading a document with a very large table (125 rows x 5 columns) causes the > following console message(s): "Actcell not equal to actual cell!" (document by > request) Fixed (actually this is only a warning for internal reasons I left it there but with lyxerr[INSETTEXT] ;) > - Juergen

Re: patch: Bug fixes

2000-12-06 Thread Allan Rae
On 4 Dec 2000, Lars Gullik Bjønnes wrote: > Dekel Tsur <[EMAIL PROTECTED]> writes: > | This fix is just two lines in spellchecker.C. > > I don't care. Especially since the first thing in 1.2.0cvs would be to > remove those two lines again and fix the bug properly. I've missed most of the arguem

Re: patch: Bug fixes

2000-12-05 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> This patch fixes few issues with RTL cursor, and also - Open Dekel> all floats before spellchecking to enable spellchecking of Dekel> their contents - Fix the bug where selecting with the mouse Dekel> some text that ends with a closed

Re: [PATCH] two 1.1.6 bug fixes

2000-12-05 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> The attached patch fixes the two bugs : OK, this is applied now. JMarc

Re: [PATCH] two 1.1.6 bug fixes

2000-12-05 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Very well... we will have anoter prerelease anyway... Lars> I guess we could take the "open-all-floats-when-spellchecking" Lars> patch too. Fine, I'll commit those two patches. John, I would be interested by a 1.1.5cvs patch

Re: [PATCH] two 1.1.6 bug fixes

2000-12-05 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "John" == John Levon <[EMAIL PROTECTED]> writes: | | John> The attached patch fixes the two bugs : | | John> 1) figures wouldn't work if pspell was enabled. This bug is a | John> direct result of not having functions in their proper files

Re: [PATCH] two 1.1.6 bug fixes

2000-12-05 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> The attached patch fixes the two bugs : John> 1) figures wouldn't work if pspell was enabled. This bug is a John> direct result of not having functions in their proper files ;) John> 2) Fix most of the cases of the gs hangs with a wor

Re: patch: Bug fixes

2000-12-04 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | > Let's get 1.1.6 out, begin 1.2.0cvs, "fixes" like this can be | > backported to 1.1.6fixX. | | How is this going to delay the code ? All additional patches delay code... We have seen that patches thought to be trivial has created bugs, and created brow

Re: patch: Bug fixes

2000-12-04 Thread Dekel Tsur
On Mon, Dec 04, 2000 at 10:02:25PM +0100, Lars Gullik Bj&resh;nnes wrote: > Dekel Tsur <[EMAIL PROTECTED]> writes: > > | > Let's leave it until then. > | > Lyx 1.1.6 will not be any worse that prev verisons in this respect. > | > | But openning the floats is better than the current behavior. >

Re: patch: Bug fixes

2000-12-04 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | > Let's leave it until then. | > Lyx 1.1.6 will not be any worse that prev verisons in this respect. | | But openning the floats is better than the current behavior. Is it really? Perhaps it is... but I don't want anything that can potentially delay 1.1

Re: patch: Bug fixes

2000-12-04 Thread Dekel Tsur
On Mon, Dec 04, 2000 at 09:50:52PM +0100, Lars Gullik Bj&resh;nnes wrote: > Dekel Tsur <[EMAIL PROTECTED]> writes: > > | > IMHO the float should only be opened if a wrongly spelt word is found > | > inside. > | > | This should be done in 1.2.0. > > Let's leave it until then. > Lyx 1.1.6 will no

Re: patch: Bug fixes

2000-12-04 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | On Mon, Dec 04, 2000 at 07:32:16PM +0100, Lars Gullik Bjønnes wrote: | > Dekel Tsur <[EMAIL PROTECTED]> writes: | > | | > | You do want to spellcheck the text in the footnotes. | > | > by opening them. | | How many users knows that this is needed ? And

Re: patch: Bug fixes

2000-12-04 Thread Dekel Tsur
On Mon, Dec 04, 2000 at 07:32:16PM +0100, Lars Gullik Bj&resh;nnes wrote: > Dekel Tsur <[EMAIL PROTECTED]> writes: > | > | You do want to spellcheck the text in the footnotes. > > by opening them. How many users knows that this is needed ? And how many of those will remember doing it ? > IMHO

Re: patch: Bug fixes

2000-12-04 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | On Mon, Dec 04, 2000 at 06:43:50PM +0100, Jean-Marc Lasgouttes wrote: | > > "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: | > | > Dekel> This patch fixes few | > Dekel> issues with RTL cursor, and also - Open all floats before | > Dekel> spellchec

Re: patch: Bug fixes

2000-12-04 Thread Dekel Tsur
On Mon, Dec 04, 2000 at 06:43:50PM +0100, Jean-Marc Lasgouttes wrote: > > "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: > > Dekel> This patch fixes few > Dekel> issues with RTL cursor, and also - Open all floats before > Dekel> spellchecking to enable spellchecking of their contents - Fix

Re: patch: Bug fixes

2000-12-04 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> This patch fixes few Dekel> issues with RTL cursor, and also - Open all floats before Dekel> spellchecking to enable spellchecking of their contents - Fix Dekel> the bug where selecting with the mouse some text that ends with Dekel> a

[PATCH] two 1.1.6 bug fixes

2000-12-04 Thread John Levon
The attached patch fixes the two bugs : 1) figures wouldn't work if pspell was enabled. This bug is a direct result of not having functions in their proper files ;) 2) Fix most of the cases of the gs hangs with a workaround. I have verified this on 0.88 and 0.89. The remaining cases involve po

patch: Bug fixes

2000-12-02 Thread Dekel Tsur
This patch fixes few issues with RTL cursor, and also - Open all floats before spellchecking to enable spellchecking of their contents - Fix the bug where selecting with the mouse some text that ends with a closed float causes the float to open. PS: Should I prepare a patch for 1.1.5fix ? pat

PATCH: bug fixes

2000-11-29 Thread Angus Leeming
Attached is a patch of assorted bug fixes. Angus patch.diff.bz2

two new bug fixes

1999-02-23 Thread Allan Rae
Okay I've just committed two bug fixes for 1.0. 1. bmtable pixmap/bitmap on 8-bit displays. This was reported by Jose I think and I soon discovered I also have this problem at Uni. So I fixed it (or at least it works for we with a private col

Re: Bug fixes

1999-01-31 Thread Richard E. Hawkins Esq.
> I commited a bunch of changes to lyx-cvs 1_0_x: > - Fixed positioning of Math Panel pop-ups. (Asger) > An old-timer -- the problem was that the bitmaps could pop out of the screen. thanks. The janitors were complaining, because they make such a mess on the floor when that happens :) --

Bug fixes

1999-01-31 Thread Asger Alstrup Nielsen
Hi! I commited a bunch of changes to lyx-cvs 1_0_x: - Fixed positioning of Math Panel pop-ups. (Asger) An old-timer -- the problem was that the bitmaps could pop out of the screen. - Fixed click cursor positioning, so that if you click at the left half of a letter, the cursor will go to the