]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/ChangeLog
fix typo that put too many include paths for most people
[lyx.git] / src / graphics / ChangeLog
index 95b60e1b6f50e5eef7201a27b5f9bd0ce696aa46..76673be04aafd2f947492c358a7e2f37a0e314de 100644 (file)
@@ -1,3 +1,127 @@
+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.
+
+       * GraphicsCacheItem.h: doxy change
+
+       * GraphicsCacheItem.C: ws change
+
+2002-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * Makefile.am: if there is no image loading class leveraging the power
+       of the appropriate gui library, then compile the basic alternative
+       found in GraphicsImageXPM.[Ch].
+
+2002-03-04  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * GraphicsCache.C: change associated with move of initialiseGraphics
+       to GUIRuntime.
+
+2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * GraphicsParams.[Ch]:
+       * GraphicsImage.C:
+       * GraphicsImageXPM.C: properly resolve more warnings about comparison
+       between signed and unsigned integer expressions.
+
+       * Makefile.am: add GraphicsTypes.h which I'd carelessly left out.
+
+       * GraphicsCache.C: move connections to the GImage-derived classes to
+       the frontends.
+
+       * GraphicsImageXPM.C (copy c-tor): don't copy pixmap.
+
+       * GraphicsCacheItem.C (findTargetFormat): if we can load direct without
+       conversion, then do that.
+
+2002-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * GraphicsCache.C: improve commentary to graphicsInit and where it
+       should really go.
+
+       * GraphicsImageXPM.C (~Data, free_color_table): resolve the crash
+       that became a memory leak properly. (Let the shared_c_ptr free the
+       color table.)
+       (reset, mapcolor): tidy up and introduce a work around for XPM files
+       with crappy color entries. Print out a nice friendly message on what's
+       gone wrong and how to resolve it properly.
+
+2002-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * GraphicsImageXPM.[Ch]: more rigorous use of types (signed/unsigned).
+       (Data d-tor): introduce memory leak temporarily, to "fix" a crash
+       in free_color_table.
+       (unique_color_string): use the correct string c-tor.
+
+2002-02-15  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ImageLoader.[Ch]:
+       * ImageLoaderXPM.[Ch]: removed.
+
+       * GraphicsConverter.[Ch]:
+       * GraphicsImage.[Ch]:
+       * GraphicsImageXPM.[Ch]:
+       * GraphicsParams.[Ch]:
+       * GraphicsTypes.h: new files.
+
+       * All files. A total re-write of the graphics cache. The cache now
+       supports asynchronous file conversion and file loading. Images
+       can be cropped, rotated and scaled for display on the LyX screen.
+       The old LyXImage and ImageLoader have been combined in a new class
+       GImage. Ditto, ImageLoaderXPM's functionality has been moved into
+       GImageXPM.
+
+2002-02-07  Herbert Voss  <voss@lyx.org>
+
+       * GraphicsCacheItem.C: use unzipFile() from support/filetools
+
+2002-01-31  Herbert Voss  <voss@lyx.org>
+
+       * GraphicsCacheItem.h: handle filetype without the file extension;
+       getting type from contents; handle zipped files
+
+2002-01-27  Herbert Voss  <voss@lyx.org>
+
+       * GraphicsCacheItem.h: added Converting to the ImageStatus enum.
+
+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-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
 
        * ImageLoaderXPM.C (runImageLoader): If the pixmap contains a
 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>