]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/ChangeLog
Herbert's and my fixes to the graphics inset.
[lyx.git] / src / graphics / ChangeLog
index 199c24fb371cd20efd19c129d5e28d0bec9cde9c..1608094dd935db6b6666ef9beeef44f55962fd3a 100644 (file)
@@ -1,3 +1,39 @@
+2002-04-04  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * GraphicsParams.C (BoundingBox c-tor): ensure that the member
+       variables are initialised. Clean-up parsing of the string (with thanks
+       to Herbert.)
+
+2002-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * GraphicsCacheItem.C (convertToDisplayFormat): don't launch that Alert
+       if the file can't be found.
+
+       * GraphicsParams.h (c-tor): remove string() as default argument.
+
+       * GraphicsCacheItem.C: a couple of changes as a result.
+
+2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * GraphicsCache.[Ch] (update): now passed filepath to determine absolute
+       path to graphics file.
+
+       * GraphicsParams.[Ch] (c-tor): now passed filepath.
+       
+2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * most files: ws cleanup
+
+       * Makefile.am: remove ld -r stuff
+
+2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * Makefile.am: special rules if partial linking
+
+2002-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * GraphicsCache.C: use Lars' preferred idiom for a for-loop.
+
 2002-03-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * GraphicsConverter.[Ch] (converted): make first arg const ref.
 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
 
        * ImageLoaderXPM.C: don't set XpmColorKey flag if we don't use it
+
 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
        * GraphicsCacheItem.h: do not include <config.h> in header files
 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
        * ImageLoaderXPM.C (runImageLoader): get display information from
-       GUIRunTime. 
+       GUIRunTime.
 
 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
 
 2001-04-16  Allan Rae  <rae@lyx.org>
 
        * ImageLoaderXPM.C (runImageLoader): #warning triggers an error on Sun
-       CC 6.0 as an unrecognised preprocessor directive.  So ensure they're 
-       wrapped. 
+       CC 6.0 as an unrecognised preprocessor directive.  So ensure they're
+       wrapped.
 
 2001-04-02  Baruch Even  <baruch@lyx.org>