]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/ChangeLog
DISPATCH -> dispatch_result
[lyx.git] / src / mathed / ChangeLog
index 1d7090128c808bad607b17f83cd72e79eafe17e6..bc811f88e55fdde653a72ced166c51f41a88de89 100644 (file)
@@ -1,6 +1,179 @@
+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.
+       insetUnlock is already doing a fine job...
+
+2003-10-09  Angus Leeming  <leeming@lyx.org>
+
+       * formula.C (metrics, draw): no longer need to pass a Buffer arg
+       to PreviewedInset::previewReady because it no longer has the side
+       effect of secretly starting preview generation.
+       (draw): call PreviewedInset::generatePreview explicitly if the
+       inset is no longer being edited.
+
+2003-10-09  Angus Leeming  <leeming@lyx.org>
+
+       * 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
+       previewReady and removePreview member functions.
+
+2003-10-07  André Pönitz  <poenitz@gmx.net>
+
+       * math_dfracinset.[Ch]: support for \dfrac
+       * math_colorinset.[Ch]: support for colors in formulas
+
+2003-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * math_macrotable.h: add <string> and other small fixes to make
+       Lars' std::string patch compile with STLport.
+
+2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * math_cursor.C:
+       * math_parser.C:
+       * math_sizeinset.C:
+       * math_streamstr.C: Small fixes to build using STLport
+
+2003-09-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * math_symbolinset.C (metrics): apply a different hack to metrics
+       when running under OSX. Hopefully this will not break the X11
+       version under darwin (or hopefully nobody cares :)
+
+2003-09-19  Angus Leeming  <leeming@lyx.org>
+
+       * formula.[Ch] (previewWanted, generatePreview): now passed a
+       'Bufer const &' arg.
+
+       * formalabase.C (insetUnlock): pass a buffer arg to generatePreview.
+
+2003-09-18  Angus Leeming  <leeming@lyx.org>
+
+       * matheformula.[Ch] (getLabelList):
+       * mathemath_hullinset.[Ch] (getLabelList):
+       receive a Buffer const & arg.
+
+2003-09-18  Angus Leeming  <leeming@lyx.org>
+
+       * formula.C (latexString): add a Buffer const & arg.
+
+2003-09-16  Angus Leeming  <leeming@lyx.org>
+
+       * formula.C (PreviewImpl::parent): return a const reference.
+
+2003-09-16  Angus Leeming  <leeming@lyx.org>
+
+       * formula.C:
+       * formulamacro.C:
+       add #include "LColor.h".
+
+       * math_cursor.C: add #include <boost/assert.hpp>.
+
+2003-09-16  Angus Leeming  <leeming@lyx.org>
+
+       * math_braceinset.C, math_data.C, math_fboxinset.C, math_frameboxinset.C,
+       math_gridinset.C, math_hullinset.C, math_macrotemplate.C, math_nestinset.C,
+       math_rootinset.C, math_spaceinset.C, math_sqrtinset.C, math_support.C:
+       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
+       * formula.C
+       * formulabase.C
+       * formulamacro.C
+       * math_arrayinset.C
+       * math_autocorrect.C
+       * math_cursor.C
+       * math_extern.C
+       * math_factory.C
+       * math_gridinset.C
+       * math_support.C: remove usage of STRCONV
+
+2003-09-15  Angus Leeming  <leeming@lyx.org>
+
+       * math_gridinset.C (draw): explicitly define the color to draw the
+       line.
+
+2003-09-12  André Pönitz  <poenitz@gmx.net>
+
+       * math_boldsymbolinset.[Ch]: preliminary support
+
+       * Makefile.am: adjust
+
+2003-09-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * math_kerninset.h:
+       * math_gridinset.h: include "lyxlength.h", not "vspace.h"
+
+       * math_cursor.C: "lyxrc.h", not <lyxrc.h>
+
+2003-09-08  Angus Leeming  <leeming@lyx.org>
+
+       * formulabase.C:
+       * formulamacro.C:
+       * math_charinset.C:
+       * math_cursor.C:
+       * math_data.C:
+       * math_diminset.C:
+       * math_hullinset.C:
+       * math_support.C:
+       * math_tabularinset.C: remove redundant using directives.
+
+2003-09-07  Angus Leeming  <leeming@lyx.org>
+
+       * formulabase.h: remove #includes "dimension.h", <boost/weak_ptr.hpp>,
+       <iosfwd>.
+
+       * math_decorationinset.h: remove #include "support/std_string.h".
+
+       * math_envinset.h:
+       * math_fboxinset.h: remove #include "metricsinfo.h".
+
+       * math_kerninset.h: remove #include "math_nestinset.h".
+
+       * math_macro.h: remove #include "math_macroarg.h".
+
+       * math_nestinset.h: remove #include "math_data.h".
+
+       Ensuing changes to .C files.
+
+2003-09-05  Angus Leeming  <leeming@lyx.org>
+
+       * math_binaryopinset.[Ch]:
+       * math_gridinfo.h:
+       * math_xyarrowinset.[Ch]:
+       ensure that the header file can be compiled stand-alone.
+
 2003-09-05  Angus Leeming  <leeming@lyx.org>
 
-       * most .C files: strip out redundant #includes.
+       * *.C: strip out redundant #includes. (168 in total.)
 
 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>