]> git.lyx.org Git - features.git/blobdiff - ChangeLog
Baruch's graphic-inset patch.
[features.git] / ChangeLog
index 52bacc1e78fdfeb39217c24d90a0d139d982c8d5..8b9d4a4f105b987b35553f9ad36cf69be1881491 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2000-08-07  Baruch Even  <baruch.even@writeme.com>
+
+       * src/graphics/Renderer.h:
+       * src/graphics/Renderer.C: Added base class for rendering of different
+       image formats into Pixmaps.
+
+       * src/graphics/XPM_Renderer.h:
+       * src/graphics/XPM_Renderer.C: Taken from GraphicsCacheItem and placed
+       in a different class.
+
+       * src/graphics/GraphicsCacheItem.C: factored out the rendering in order to
+       easily add support for other formats.
+
+       * src/insets/figinset.C: plugged a leak of an X resource.
+
 2000-08-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
 
        * src/CutAndPaste.[Ch]: make all metods static. 
 
        * src/tabular.C (UseParbox): new function
 
+2000-08-06  Baruch Even  <baruch.even@writeme.com>
+
+       * src/graphics/GraphicsCache.h:
+       * src/graphics/GraphicsCache.C:
+       * src/graphics/GraphicsCacheItem.h:
+       * src/graphics/GraphicsCacheItem.C: Made them to actually do something
+       usefull.
+
+       * src/insets/insetgraphics.h:
+       * src/insets/insetgraphics.C: Added the use of the GraphicsCache and the
+       drawing of the inline image.
+
+       * src/buffer.C: Fixed a bug where a loaded InsetGraphics would be loaded 
+       into the wrong position.
+
+       * src/lyxfunc.C: When adding an InsetGraphics the edit dialog is now
+       launched.
+
 2000-08-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
 
        * src/support/translator.h: move all typedefs to public section