]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/ChangeLog
The free_spacing patch and fix to the mess that Rob discovered.
[lyx.git] / src / graphics / ChangeLog
index ff1909a8efbdab0e5d39b97751d459668e2e29a6..4b9ac506ec0297e735f99c76fdacb0002ab04eb3 100644 (file)
@@ -1,3 +1,76 @@
+2003-05-22  Angus Leeming  <leeming@lyx.org>
+
+       * PreviewLoader.C (dumpPreamble): no longer pass a free_spacing arg to
+       the inset::latex method.
+
+2003-05-22  Angus Leeming  <leeming@lyx.org>
+
+       * PreviewLoader.C (dumpPreamble): no longer pass a fragile arg to
+       the inset::latex method.
+
+2003-05-22  Angus Leeming  <leeming@lyx.org>
+
+       * PreviewLoader.C (dumpPreamble): the 'nice' param passed to
+       makeLaTeXFile is now encapsulated within runparams.
+
+2003-05-22  Angus Leeming  <leeming@lyx.org>
+
+       * PreviewLoader.C (dumpPreamble):
+       pass around a LatexRunParams parameter.
+
+2003-05-13 André Pönitz <poenitz@gmx.net>
+
+       * GraphicsConverter.C:
+       * PreviewLoader.C: use tostr from own header
+
+2003-05-12 André Pönitz <poenitz@gmx.net>
+
+       * PreviewLoader.C:  boost::format -> bformat 
+
+2003-04-15  Angus Leeming  <leeming@lyx.org>
+
+       * GraphicsConverter.C: #include lstrings.h.
+
+2003-02-28  Alfredo Braunstein <abraunst@libero.it>
+
+       * GraphicsConverter.C
+       * PreviewLoader.C: added #include "format.h"
+
+2003-02-26  Angus Leeming  <leeming@lyx.org>
+
+       * PreviewedInset.[Ch]: strip out the caching of the BufferView and
+       use the cache of the parent inset instead.
+
+       * PreviewLoader.C (startLoading): Prevent a crash if the user is
+       not using a tmp directory.
+
+2003-02-26  Alfredo Braunstein  <abraunst@libero.it>
+
+       * GraphicsLoader.[Ch],
+       * PreviewImage.[Ch],
+       * PreviewedInset.C: Removed unneeded list of owner insets 
+
+2003-02-25  Alfredo Braunstein  <abraunst@libero.it>
+
+       * GraphicsConverter (startConversion): add the call to
+       ForkedCallQueue::add 
+
+       * GraphicsLoader.[Ch],
+       * PreviewImage.[Ch],
+       * PreviewedInset.C: Removed unneeded BufferView 
+       
+2003-02-25  Alfredo Braunstein  <abraunst@libero.it>
+
+       * LoaderQueue.[Ch]: a simplification of the code, eliminated
+       the unneeded input bucket.
+
+       * GraphicsCacheItem.C (imageConverted): move warning inside the
+       !success block.
+
+2003-02-25  Alfredo Braunstein  <abraunst@libero.it>
+
+       * PreviewLoader.C (FindFirst): use ==, not < with std::find.
+
 2003-02-21  Alfredo Braunstein  <abraunst@libero.it>
        
        * LoaderQueue.[Ch] (setPriority): added