Re: figinset cruft

2002-03-13 Thread Jean-Marc Lasgouttes
>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> This is cruft from the figinset. It should go, go , go! Angus Go ahead. JMarc

figinset cruft

2002-03-13 Thread Angus Leeming
This is cruft from the figinset. It should go, go , go! Angus Index: src/WorkArea.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/WorkArea.C,v retrieving revision 1.62 diff -u -p -r1.62 WorkArea.C --- src/WorkArea.C 28

Re: [PATCH] 1.1.5 figinset

2000-12-06 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> JMarc, here it is. Thanks. Applied. JMarc

[PATCH] 1.1.5 figinset

2000-12-05 Thread John Levon
JMarc, here it is. Verified w. xforms 0.88 thanks john -- "If you can't say anything good about someone, sit right here by me." - Alice Roosevelt Longworth Index: ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-deve

Re: figinset

2000-04-26 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Lars> Also note that it is the stringstream that we want to support, | Lars> it is the strstream that is temporary. | | Did I imply something else? No, I just wanted to make it clear. Lgb

Re: figinset

2000-04-26 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Lars> How difficult would that be. I'd really like to avoid all these Lars> | #ifdefs too. A wrapper around strstream should be possible, Lars> wouldn't |it? Lars> Probably no

Re: figinset

2000-04-26 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | How difficult would that be. I'd really like to avoid all these | #ifdefs too. A wrapper around strstream should be possible, wouldn't |it? Probably not. On the finer details of memory handling and termination characters stringstream and strstre

Re: figinset

2000-04-26 Thread Juergen Vigna
On 26-Apr-2000 Jean-Marc Lasgouttes wrote: >> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: > >>> How difficult would that be. > Andre> Not difficult. I could try to come up with one... shall I? > > My personal answer is 'yes'. Now, I can't tell what Lars thinks about > it... Well I

Re: figinset

2000-04-26 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: >> How difficult would that be. Andre> Not difficult. I could try to come up with one... shall I? My personal answer is 'yes'. Now, I can't tell what Lars thinks about it... JMarc

RE: figinset

2000-04-26 Thread Juergen Vigna
On 25-Apr-2000 Andre Poenitz wrote: > > > I attach a patch that should fix the current compilation problems for > figinset.C > > Although I started messing around with that file I am fairly sure > that the current state is not my fault. > > Moreover, I have to say that I am not happy with th

Re: figinset

2000-04-25 Thread Andre Poenitz
> How difficult would that be. Not difficult. I could try to come up with one... shall I? > I'd really like to avoid all these > #ifdefs too. A wrapper around strstream should be possible, wouldn't it? Sure. Andre' -- It'll take a long time to eat 63.000 peanuts. André Pönitz ..

Re: figinset

2000-04-25 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> I attach a patch that should fix the current compilation Andre> problems for figinset.C I have come up with something similar... Andre> Moreover, I have to say that I am not happy with the use of Andre> conditional compilation de

figinset

2000-04-25 Thread Andre Poenitz
I attach a patch that should fix the current compilation problems for figinset.C Although I started messing around with that file I am fairly sure that the current state is not my fault. Moreover, I have to say that I am not happy with the use of conditional compilation depending on whether s

Small patch for figinset

2000-03-10 Thread Andre Poenitz
I attach a small patch to insets/figinset.C. It just uses std::vector instead of Figref** and similar std::vector instead of figdata** and removes about 70 lines of 'not so C++ish' code. Andre' snip - Index: src/insets/figinset.C =