]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/ChangeLog
DISPATCH -> dispatch_result
[lyx.git] / src / mathed / ChangeLog
index f14e2f8337b65aaf029f6abca3fa19714e377182..bc811f88e55fdde653a72ced166c51f41a88de89 100644 (file)
@@ -1,3 +1,23 @@
+2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * formulabase.C (localDispatch): DISPATCH -> dispatch_result
+
+2003-10-12  Angus Leeming  <leeming@lyx.org>
+
+       * formulabase.[Ch] (cache): added.
+       (view): make protected.
+       (view_): store as a boost::weak_ptr.
+       (generatePreview): added this virtual function. Moved from inset.h.
+
+       * math_inset.[Ch] (view): removed.
+
+2003-10-10  Angus Leeming  <leeming@lyx.org>
+
+       * command_inset.h:trivial changes ButtonRenderer -> RenderButton.
+
+       * formula.[Ch]: get rid of InsetFormula::PreviewImpl entirely. Use
+       RenderPreview and some free-standing functions in its place.
+
 2003-10-10  Angus Leeming  <leeming@lyx.org>
 
        * formula.C (draw): don't try and generate the previews from draw.
@@ -15,7 +35,7 @@
 
        * formula.[Ch]: mods to PreviewImpl due to the changes to
        PreviewedInset.
-       
+
 2003-10-09  Angus Leeming  <leeming@lyx.org>
 
        * formula.C (metrics, draw): pass a buffer arg to PreviewedInset's
        add #include "LColor.h".
        * math_data.C, math_scriptinset.C: add #include <boost/assert.hpp>
        * math_exintinset.C: add #include <boost/scoped_ptr.hpp>
+
 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * command_inset.C