> Launch external Windows processes for e.g. display image conversion using
> CreateProcess with a CREATE_NO_WINDOW flag, allowing LyX to be compiled as a
> GUI application without console windows popping up.
Hi Joost,
Where can I specify this option?
I cannot find any further documentation of t
On 7/2/2010 3:37 AM, Stephan Witt wrote:
I tried to incorporate some thesaurus files from OpenOffice. It seems like the
file format has changed and is incompatible now. So the old thesaurus .idx and
.dat files are found but not valid and then LyX crashes. To avoid this I added
the checks above
Am 02.07.2010 um 14:54 schrieb Jean-Marc LASGOUTTES:
> lasgout...@lyx.org writes:
>
>> Author: lasgouttes
>> Date: Fri Jul 2 14:41:14 2010
>> New Revision: 34745
>> URL: http://www.lyx.org/trac/changeset/34745
>>
>> Log:
>> Fix nasty memory bug signalled by valgrind while looking at another bug
Am 02.07.2010 um 14:54 schrieb Jean-Marc LASGOUTTES:
> lasgout...@lyx.org writes:
>
>> Author: lasgouttes
>> Date: Fri Jul 2 14:41:14 2010
>> New Revision: 34745
>> URL: http://www.lyx.org/trac/changeset/34745
>>
>> Log:
>> Fix nasty memory bug signalled by valgrind while looking at another bug
lasgout...@lyx.org writes:
> Author: lasgouttes
> Date: Fri Jul 2 14:41:14 2010
> New Revision: 34745
> URL: http://www.lyx.org/trac/changeset/34745
>
> Log:
> Fix nasty memory bug signalled by valgrind while looking at another bug.
>
> The string passed to Aspell has been already released, since
Am 02.07.2010 um 10:16 schrieb Pavel Sanda:
> Stephan Witt wrote:
>> I tried to incorporate some thesaurus files from OpenOffice. It seems like
>> the file format has changed and is incompatible now. So the old thesaurus
>> .idx and .dat files are found but not valid and then LyX crashes. To avo
Stephan Witt wrote:
> I tried to incorporate some thesaurus files from OpenOffice. It seems like
> the file format has changed and is incompatible now. So the old thesaurus
> .idx and .dat files are found but not valid and then LyX crashes. To avoid
> this I added the checks above.
> But the que
Am 02.07.2010 um 09:03 schrieb sw...@lyx.org:
> Author: switt
> Date: Fri Jul 2 09:03:15 2010
> New Revision: 34742
> URL: http://www.lyx.org/trac/changeset/34742
>
> Log:
> add checks for empty word list to avoid crashes later in MyThes::binsearch()
>
> Modified:
> lyx-devel/trunk/src/suppor