Re: [Cvslog] lyx-devel/src/frontends/xforms

2001-03-30 Thread John Levon
On Fri, 30 Mar 2001 [EMAIL PROTECTED] wrote: > Update of /usr/local/lyx/cvsroot/lyx-devel/src/frontends/xforms > In directory baywatch.lyx.org:/tmp/cvs-serv17815/frontends/xforms > > Modified Files: > ChangeLog FormCitation.C FormExternal.C form_citation.C > form_external.C form_ext

Re: [Cvslog] lyx-devel/src/frontends/xforms

2001-03-18 Thread Allan Rae
On 19 Mar 2001, Lars Gullik Bjønnes wrote: > Allan Rae <[EMAIL PROTECTED]> writes: > > | On Fri, 16 Mar 2001, Angus Leeming wrote: > | > The extern "C" callbacks are meant to be very simple wrappers for "real" C++ > | > functions. In the past we did this with a macro, but that buggered up Lars' >

Re: [Cvslog] lyx-devel/src/frontends/xforms

2001-03-18 Thread Lars Gullik Bjønnes
Allan Rae <[EMAIL PROTECTED]> writes: | On Fri, 16 Mar 2001, Angus Leeming wrote: | > The extern "C" callbacks are meant to be very simple wrappers for "real" C++ | > functions. In the past we did this with a macro, but that buggered up Lars' | > debugger. The principle behind the macros is still

Re: [Cvslog] lyx-devel/src/frontends/xforms

2001-03-18 Thread Allan Rae
On Fri, 16 Mar 2001, Angus Leeming wrote: > The extern "C" callbacks are meant to be very simple wrappers for "real" C++ > functions. In the past we did this with a macro, but that buggered up Lars' > debugger. The principle behind the macros is still valid, however. Ahh! Now I finally know what

Re: [Cvslog] lyx-devel/src/frontends/xforms

2001-03-16 Thread Angus Leeming
On Friday 16 March 2001 15:29, John Levon wrote: > On Fri, 16 Mar 2001 [EMAIL PROTECTED] wrote: > This was not checking for form && form->visible in the WMHideCB ?? > Odd that it didn't happen at home ... No. This was me. FormMaths ultimately derives from FormBaseDeprecated, not FormBase anym

Re: [Cvslog] lyx-devel/src/frontends/xforms

2001-03-16 Thread John Levon
On Fri, 16 Mar 2001 [EMAIL PROTECTED] wrote: > Update of /usr/local/lyx/cvsroot/lyx-devel/src/frontends/xforms > In directory baywatch.lyx.org:/tmp/cvs-serv29983/src/frontends/xforms > > Modified Files: > ChangeLog FormBaseDeprecated.C FormMaths.C FormMaths.h > form_maths.C form_mat

Re: [Cvslog] lyx-devel/src/frontends/xforms

2001-03-16 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> so whenever I use stringstream I have to use str().c_str() to John> get the string out in the case of using lyxstring right ? It is for the ugly case where one uses lyxstring in general (which I am forced to do under tru64 because the

Re: [Cvslog] lyx-devel/src/frontends/xforms

2001-03-16 Thread John Levon
On Fri, 16 Mar 2001 [EMAIL PROTECTED] wrote: > Update of /usr/local/lyx/cvsroot/lyx-devel/src/frontends/xforms > In directory baywatch.lyx.org:/tmp/cvs-serv29891/src/frontends/xforms > > Modified Files: > ChangeLog FormMaths.C > Log Message: > compilation fixes so whenever I use stringst