]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/ChangeLog
Compile fix gcc 2.95 + stlport
[lyx.git] / src / mathed / ChangeLog
index f14e2f8337b65aaf029f6abca3fa19714e377182..9192fa70fd97d0b8515acb5abcd47e50d63638c8 100644 (file)
@@ -1,3 +1,198 @@
+2004-02-03  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * math_nestinset.C: use const_cast to get to compile for stlport
+
+2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * math_hullinset.C: add using statements for std::ostream,
+       std::swap and std::vector
+
+       * math_gridinset.C (idxDelete): remove std:: from swap.
+       (priv_dispatch): ditto
+
+       * math_extern.C: add using statement for std::swap and std::vector
+
+       * math_cursor.C: remove std:: from string
+       (openable): use nucleus instead of operator->
+
+       * math_atom.h: add a const variant of nucleus
+
+       * math_atom.C: add using statement for std::swap
+
+2004-01-15  André Pönitz  <poenitz@gmx.net>
+
+       * *.[Ch]: Part of IU. Shift stuff from MathCursor and InsetFormula
+       to LCursor and InsetBase.
+
+2004-01-15  André Pönitz  <poenitz@gmx.net>
+
+       * *.[Ch]: change signature of priv_dispatch to prepare
+       inset unification
+
+2003-12-15  Ronald Florence <ron@18james.com>
+
+       * math_symbolinset.C: fixed "ugly" patch for Qt/Mac fonts.
+
+2003-12-15  André Pönitz  <poenitz@gmx.net>
+
+       * math_pos.[Ch]: remove (it's now cursor_slice.[Ch])
+
+       * Makefile.am:
+       * math_cursor.[Ch]:
+       * math_iterator.[Ch]: adjust
+
+2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
+
+       * formulabase.C (getCursorDim): squash unused variable
+
+2003-11-20  Angus Leeming  <leeming@lyx.org>
+
+       * formulabase.C (getCursorDim): squash warning about unused variable.
+
+2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * formulabase.[Ch] (getCursorDim): add
+
+2003-11-10  André Pönitz  <poenitz@gmx.net>
+
+       * formula.C:
+       * formulabase.C:  adjust to removed inset locking
+
+2003-11-05  José Matos  <jamatos@lyx.org>
+
+       * formula.[Ch] (ascii, linuxdoc, docbook):
+       * formulamacro.[Ch] (ascii, linuxdoc, docbook):
+       * math_inset.[Ch] (ascii, linuxdoc, docbook):
+       * ref_inset.[Ch] (ascii, linuxdoc, docbook):
+       rename ascii to plaintext and LatexRunParams to OutputParams.
+
+2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * Adjust for new DispatchResult semantics.
+
+2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * math_parser.C (parse1): exception safety
+
+       * math_extern.C (splitScripts): exception safety
+       (extractFunctions): exception safety
+       (extractIntegrals): exception safety
+       (extractSums): exception safety
+       (extractDiff): exception safety
+
+       * formulamacro.C (read): exception safety
+
+2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * adjust for DispatchResult changes
+
+2003-10-31  José Matos  <jamatos@lyx.org>
+
+       * formula.[Ch] (ascii, linuxdoc, docbook):
+       * formulamacro.[Ch] (ascii, linuxdoc, docbook):
+       * math_inset.[Ch] (ascii, linuxdoc, docbook):
+       * ref_inset.[Ch] (ascii, linuxdoc, docbook):
+       add LatexRunParams argument.
+
+2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * math_scriptinset.C (priv_dispatch):
+       * math_nestinset.C (priv_dispatch):
+       * math_hullinset.C (priv_dispatch):
+       * math_gridinset.C (priv_dispatch):
+       * math_cursor.C (dispatch):
+       * formulabase.C (lfunMouseRelease, lfunMousePress)
+       (lfunMouseMotion, priv_dispatch):
+       * command_inset.C (priv_dispatch): explict DispatchResult ctor fallout.
+
+2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * math_hullinset.C (priv_dispatch):
+       * math_gridinset.C (priv_dispatch):
+       * math_cursor.C (dispatch): FINISHED_POP -> FINISHED
+
+2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * math_hullinset.C (priv_dispatch):
+       * math_gridinset.C (priv_dispatch):
+       * math_cursor.C (dispatch): DISPATCHED_POP -> FINISHED_POP
+       (dispatch):
+
+       * math_scriptinset.h: change dispatch to priv_dispatch and make it
+       protected
+
+       * math_nestinset.h: make priv_dispatch protected
+
+       * math_hullinset.h: make priv_dispatch protected
+
+       * math_gridinset.h: make priv_dispatch protected
+
+       * command_inset.[Ch]: change dispatch to priv_dispatch and make it
+       protected.
+
+       * several files: dispatch_result -> DispatchResult
+
+2003-10-22  Angus Leeming  <leeming@lyx.org>
+
+       * formula.C (generatePreview): changes due to the changed
+       RenderPreview interface.
+
+2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * formula.[Ch]: re-introduce display() for insets, fixing the
+       various bugs (stretch of line above, math inset
+       positioning, ...)
+
+2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * ref_inset.C (priv_dispatch): take the code from localDispatch
+       into this
+       (localDispatch): delete
+
+       * math_nestinset.C (dispatch):
+       * math_hullinset.C (dispatch):
+       * math_gridinset.C (dispatch):
+       * formulabase.C (openNewInset, priv_dispatch, mathDispatch):
+       * command_inset.C (dispatch): adjust for localDispatch -> dispatch and
+       priv_dispatch
+
+2003-10-14  Angus Leeming  <leeming@lyx.org>
+
+       * insetformulabase.[Ch] (view, cache, view_): remove the BufferView cache.
+
+       * insetformula.C (statusChanged): call LyX::cref().updateInset.
+
+2003-10-14  Angus Leeming  <leeming@lyx.org>
+
+       * formula.C (metrics, draw): only draw the preview when previews
+       are activated.
+
+2003-10-13  Angus Leeming  <leeming@lyx.org>
+
+       * formula.C (editing_inset): pass a pointer rather than a reference.
+
+2003-10-13  Angus Leeming  <leeming@lyx.org>
+
+       * formula.C: remove #include "PreviewImage.h".
+       (draw, metrics): some simplification of the editing_inset check.
+       Also make it compile with g++2.95.
+
+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.
 
        * 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