]> git.lyx.org Git - lyx.git/blob - src/graphics/ChangeLog
9cedf2bc33fbb3d0c7e0d6bd437f371368fcfbb2
[lyx.git] / src / graphics / ChangeLog
1 2001-02-20  Baruch Even  <baruch@ev-en.org>
2
3         * GraphicsCache.C: Changed to use shared_ptr<GraphicsCacheItem>
4         instead of a pure pointer.
5
6         * GraphicsCacheItem.[Ch]:
7         * GraphicsCacheItem_pimpl.[Ch]: Collapsed them into GraphicsCacheItem,
8         removed the reference counting that was inside. Also fixed a bug where
9         a temporary file wouldn't get erased.
10
11         * ImageLoader.[Ch]: Changed the semantics of the image_ pointers usage.
12         Ownership is now dropped when the caller requests the image_ pointer.
13
14 2001-02-20  Baruch Even  <baruch@ev-en.org>
15
16         * GraphicsCache.C: Cleared up the confusion on when and how it is
17         emptied.
18
19         * GraphicsCacheItem.C: Indentation change.
20
21         * GraphicsCacheItem_pimpl.C: Fixed the loading logic so that it will
22         figure correctly when the image has been loaded successfully.
23
24 2001-02-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
25
26         * ImageLoader.C: add a "using" directive.
27
28         * ImageLoader.h: remove extra comma at the end of enum; add an
29         std:: qualifier for vector.
30
31 2001-01-21  Baruch Even  <baruch@ev-en.org>
32
33         * GraphicsCacheItem.[Ch]: Changes due to the storage of width and
34         height in the image itself and minor cleanups.
35
36         * GraphicsCacheItem_impl.[Ch]: Changes due to the switch to use a
37         new ImageLoader class instead of the older Renderer class. This
38         means change of responsibilities.