X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fgraphics%2FChangeLog;h=67edad92ce874f7f70195d82e6ecb00ce9fd22f2;hb=099779019f066ad014e2dd63ad1b9ec3b180f8de;hp=16696974eaa521063f9645e88a06539cc79dc09e;hpb=95aa44f5507d95feef8b3b8e0101bf550a0f79eb;p=lyx.git diff --git a/src/graphics/ChangeLog b/src/graphics/ChangeLog index 16696974ea..67edad92ce 100644 --- a/src/graphics/ChangeLog +++ b/src/graphics/ChangeLog @@ -1,3 +1,54 @@ +2001-07-17 Baruch Even + + * 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 Jean-Marc Lasgouttes + + * ImageLoaderXPM.C (runImageLoader): get display information from + GUIRunTime. + +2001-06-14 Angus Leeming + + * GraphicsCache.C: + * GraphicsCacheItem.C: + * ImageLoader.C: + * ImageLoaderXPM.C: removed // -*- C++ -*- as first line. + +2001-04-17 Lars Gullik Bjønnes + + * GraphicsCache.h: inherit privately from noncopyable + * ImageLoader.h: ditto + * GraphicsCacheItem.h: ditto + +2001-04-16 Allan Rae + + * 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 Baruch Even + + * GraphicsCacheItem.[Ch]: Changed to used the Converter class instead + of hard coding ImageMagick. + +2001-03-10 Baruch Even + + * GraphicsCache.C: Style change from (*it).field to it->field + +2001-03-15 Lars Gullik Bjønnes + + * GraphicsCache.h: noncopyable is in namespace boost + * ImageLoader.h: ditto + * GraphicsCacheItem.h: ditto + +2001-03-07 Baruch Even + + * 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 Baruch Even * GraphicsCache.h: