X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FChangeLog;h=bc811f88e55fdde653a72ced166c51f41a88de89;hb=75b485d11034232d3b335e68387d02bc82485386;hp=f14e2f8337b65aaf029f6abca3fa19714e377182;hpb=cfdd1f4b6154a582a596b2f81efee8efaf5fd1ae;p=lyx.git diff --git a/src/mathed/ChangeLog b/src/mathed/ChangeLog index f14e2f8337..bc811f88e5 100644 --- a/src/mathed/ChangeLog +++ b/src/mathed/ChangeLog @@ -1,3 +1,23 @@ +2003-10-13 Lars Gullik Bjønnes + + * formulabase.C (localDispatch): DISPATCH -> dispatch_result + +2003-10-12 Angus Leeming + + * 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 + + * 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 * 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 * formula.C (metrics, draw): pass a buffer arg to PreviewedInset's @@ -81,7 +101,7 @@ add #include "LColor.h". * math_data.C, math_scriptinset.C: add #include * math_exintinset.C: add #include - + 2003-09-15 Lars Gullik Bjønnes * command_inset.C