X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fgraphics%2FChangeLog;h=1608094dd935db6b6666ef9beeef44f55962fd3a;hb=b9a7e874051b4fbc7f3a7ae70fd70b8f4a6766b7;hp=8ed1e59940a1e2d4b4832c3a819e6b3ae0394e6b;hpb=7514c31edf468207069159c69ad1a7c81de7f94d;p=lyx.git diff --git a/src/graphics/ChangeLog b/src/graphics/ChangeLog index 8ed1e59940..1608094dd9 100644 --- a/src/graphics/ChangeLog +++ b/src/graphics/ChangeLog @@ -1,5 +1,29 @@ +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 @@ -99,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 @@ -147,7 +171,7 @@ 2001-07-03 Jean-Marc Lasgouttes * ImageLoaderXPM.C (runImageLoader): get display information from - GUIRunTime. + GUIRunTime. 2001-06-14 Angus Leeming @@ -165,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