X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgraphics%2FChangeLog;h=1608094dd935db6b6666ef9beeef44f55962fd3a;hb=b9a7e874051b4fbc7f3a7ae70fd70b8f4a6766b7;hp=199c24fb371cd20efd19c129d5e28d0bec9cde9c;hpb=b49f5ac419b81c6dbbc3e9d802b5a7bc9bbed71d;p=lyx.git diff --git a/src/graphics/ChangeLog b/src/graphics/ChangeLog index 199c24fb37..1608094dd9 100644 --- a/src/graphics/ChangeLog +++ b/src/graphics/ChangeLog @@ -1,3 +1,39 @@ +2002-04-04 Angus Leeming + + * GraphicsParams.C (BoundingBox c-tor): ensure that the member + variables are initialised. Clean-up parsing of the string (with thanks + to Herbert.) + +2002-03-26 Angus Leeming + + * GraphicsCacheItem.C (convertToDisplayFormat): don't launch that Alert + if the file can't be found. + + * GraphicsParams.h (c-tor): remove string() as default argument. + + * GraphicsCacheItem.C: a couple of changes as a result. + +2002-03-22 Angus Leeming + + * GraphicsCache.[Ch] (update): now passed filepath to determine absolute + path to graphics file. + + * GraphicsParams.[Ch] (c-tor): now passed filepath. + +2002-03-21 Lars Gullik Bjønnes + + * most files: ws cleanup + + * Makefile.am: remove ld -r stuff + +2002-03-20 Lars Gullik Bjønnes + + * Makefile.am: special rules if partial linking + +2002-03-14 Angus Leeming + + * GraphicsCache.C: use Lars' preferred idiom for a for-loop. + 2002-03-11 Lars Gullik Bjønnes * GraphicsConverter.[Ch] (converted): make first arg const ref. @@ -87,7 +123,7 @@ 2002-01-17 John Levon * ImageLoaderXPM.C: don't set XpmColorKey flag if we don't use it - + 2001-12-19 Jean-Marc Lasgouttes * GraphicsCacheItem.h: do not include in header files @@ -135,7 +171,7 @@ 2001-07-03 Jean-Marc Lasgouttes * ImageLoaderXPM.C (runImageLoader): get display information from - GUIRunTime. + GUIRunTime. 2001-06-14 Angus Leeming @@ -153,8 +189,8 @@ 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. + CC 6.0 as an unrecognised preprocessor directive. So ensure they're + wrapped. 2001-04-02 Baruch Even