]> git.lyx.org Git - lyx.git/blob - src/graphics/ChangeLog
compilation fixes in the new InsetGraphics stuff
[lyx.git] / src / graphics / ChangeLog
1 2001-02-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2
3         * ImageLoader.C: add a "using" directive.
4
5         * ImageLoader.h: remove extra comma at the end of enum; add an
6         std:: qualifier for vector.
7
8 2001-01-21  Baruch Even  <baruch@ev-en.org>
9
10         * GraphicsCacheItem.[Ch]: Changes due to the storage of width and
11         height in the image itself and minor cleanups.
12
13         * GraphicsCacheItem_impl.[Ch]: Changes due to the switch to use a
14         new ImageLoader class instead of the older Renderer class. This
15         means change of responsibilities.