]> git.lyx.org Git - lyx.git/blob - src/graphics/ChangeLog
Implemented synchronous inline image viewing for InsetGraphics.
[lyx.git] / src / graphics / ChangeLog
1 2001-02-20  Baruch Even  <baruch@ev-en.org>
2
3         * GraphicsCache.C: Cleared up the confusion on when and how it is
4         emptied.
5
6         * GraphicsCacheItem.C: Indentation change.
7
8         * GraphicsCacheItem_pimpl.C: Fixed the loading logic so that it will
9         figure correctly when the image has been loaded successfully.
10
11 2001-02-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12
13         * ImageLoader.C: add a "using" directive.
14
15         * ImageLoader.h: remove extra comma at the end of enum; add an
16         std:: qualifier for vector.
17
18 2001-01-21  Baruch Even  <baruch@ev-en.org>
19
20         * GraphicsCacheItem.[Ch]: Changes due to the storage of width and
21         height in the image itself and minor cleanups.
22
23         * GraphicsCacheItem_impl.[Ch]: Changes due to the switch to use a
24         new ImageLoader class instead of the older Renderer class. This
25         means change of responsibilities.