2001-07-17 00:38:04 +00:00
|
|
|
|
2001-07-17 Baruch Even <baruch@lyx.org>
|
|
|
|
|
|
|
|
|
|
* GraphicsCacheItem.h:
|
|
|
|
|
* GraphicsCacheItem.C: Shuffled things a bit to make it easier to switch
|
|
|
|
|
from synchronous to asynchronous and to ease the coming changes.
|
|
|
|
|
|
2001-07-03 16:13:01 +00:00
|
|
|
|
2001-07-03 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
|
|
|
|
|
|
|
|
|
* ImageLoaderXPM.C (runImageLoader): get display information from
|
|
|
|
|
GUIRunTime.
|
|
|
|
|
|
2001-06-14 08:20:41 +00:00
|
|
|
|
2001-06-14 Angus Leeming <a.leeming@ic.ac.uk>
|
|
|
|
|
|
|
|
|
|
* GraphicsCache.C:
|
|
|
|
|
* GraphicsCacheItem.C:
|
|
|
|
|
* ImageLoader.C:
|
|
|
|
|
* ImageLoaderXPM.C: removed // -*- C++ -*- as first line.
|
|
|
|
|
|
2001-04-17 14:11:26 +00:00
|
|
|
|
2001-04-17 Lars Gullik Bj<42>nnes <larsbj@birdstep.com>
|
|
|
|
|
|
|
|
|
|
* GraphicsCache.h: inherit privately from noncopyable
|
|
|
|
|
* ImageLoader.h: ditto
|
|
|
|
|
* GraphicsCacheItem.h: ditto
|
|
|
|
|
|
2001-04-17 00:19:49 +00:00
|
|
|
|
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.
|
|
|
|
|
|
2001-04-02 19:56:48 +00:00
|
|
|
|
2001-04-02 Baruch Even <baruch@lyx.org>
|
|
|
|
|
|
|
|
|
|
* GraphicsCacheItem.[Ch]: Changed to used the Converter class instead
|
|
|
|
|
of hard coding ImageMagick.
|
|
|
|
|
|
2001-03-18 17:48:56 +00:00
|
|
|
|
2001-03-10 Baruch Even <baruch@lyx.org>
|
|
|
|
|
|
|
|
|
|
* GraphicsCache.C: Style change from (*it).field to it->field
|
|
|
|
|
|
2001-03-15 16:04:46 +00:00
|
|
|
|
2001-03-15 Lars Gullik Bj<42>nnes <larsbj@trylle.birdstep.com>
|
|
|
|
|
|
|
|
|
|
* GraphicsCache.h: noncopyable is in namespace boost
|
|
|
|
|
* ImageLoader.h: ditto
|
|
|
|
|
* GraphicsCacheItem.h: ditto
|
|
|
|
|
|
2001-03-07 12:43:48 +00:00
|
|
|
|
2001-03-07 Baruch Even <baruch@lyx.org>
|
|
|
|
|
|
|
|
|
|
* GraphicsCache.C (d-tor): Removed the assert, the assumption it carried
|
|
|
|
|
was false and it's not needed anyhow since the shared_ptr's in the cache
|
|
|
|
|
will destroy everything on exit.
|
|
|
|
|
|
2001-02-28 11:32:10 +00:00
|
|
|
|
2001-02-28 Baruch Even <baruch@ev-en.org>
|
|
|
|
|
|
|
|
|
|
* GraphicsCache.h:
|
|
|
|
|
* GraphicsCache.C: Changed the singleton pattern implementation, the
|
|
|
|
|
former version "leaked" in the sense that it was not deallocated at
|
|
|
|
|
program end.
|
|
|
|
|
|
2001-02-22 16:53:59 +00:00
|
|
|
|
2001-02-20 Baruch Even <baruch@ev-en.org>
|
|
|
|
|
|
|
|
|
|
* GraphicsCache.C: Changed to use shared_ptr<GraphicsCacheItem>
|
|
|
|
|
instead of a pure pointer.
|
|
|
|
|
|
|
|
|
|
* GraphicsCacheItem.[Ch]:
|
|
|
|
|
* GraphicsCacheItem_pimpl.[Ch]: Collapsed them into GraphicsCacheItem,
|
|
|
|
|
removed the reference counting that was inside. Also fixed a bug where
|
|
|
|
|
a temporary file wouldn't get erased.
|
|
|
|
|
|
|
|
|
|
* ImageLoader.[Ch]: Changed the semantics of the image_ pointers usage.
|
|
|
|
|
Ownership is now dropped when the caller requests the image_ pointer.
|
|
|
|
|
|
2001-02-20 09:08:56 +00:00
|
|
|
|
2001-02-20 Baruch Even <baruch@ev-en.org>
|
|
|
|
|
|
|
|
|
|
* GraphicsCache.C: Cleared up the confusion on when and how it is
|
|
|
|
|
emptied.
|
|
|
|
|
|
|
|
|
|
* GraphicsCacheItem.C: Indentation change.
|
|
|
|
|
|
|
|
|
|
* GraphicsCacheItem_pimpl.C: Fixed the loading logic so that it will
|
|
|
|
|
figure correctly when the image has been loaded successfully.
|
|
|
|
|
|
2001-02-08 14:36:25 +00:00
|
|
|
|
2001-02-08 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
|
|
|
|
|
|
|
|
|
* ImageLoader.C: add a "using" directive.
|
|
|
|
|
|
|
|
|
|
* ImageLoader.h: remove extra comma at the end of enum; add an
|
|
|
|
|
std:: qualifier for vector.
|
|
|
|
|
|
2001-02-08 13:06:55 +00:00
|
|
|
|
2001-01-21 Baruch Even <baruch@ev-en.org>
|
|
|
|
|
|
2001-02-08 14:36:25 +00:00
|
|
|
|
* GraphicsCacheItem.[Ch]: Changes due to the storage of width and
|
|
|
|
|
height in the image itself and minor cleanups.
|
2001-02-08 13:06:55 +00:00
|
|
|
|
|
2001-02-08 14:36:25 +00:00
|
|
|
|
* GraphicsCacheItem_impl.[Ch]: Changes due to the switch to use a
|
|
|
|
|
new ImageLoader class instead of the older Renderer class. This
|
|
|
|
|
means change of responsibilities.
|