]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/ChangeLog
Andreas' patch to prevent crash on click on previewd inset
[lyx.git] / src / mathed / ChangeLog
index 7bb40695334086709b391f0dcc18931ed8b1fb57..ab21f18c33a1a98dc6b5d12a87eb04f91855df1e 100644 (file)
@@ -1,3 +1,213 @@
+2005-07-15  Stephan Witt <stephan.witt@beusen.de>
+
+       * math_nestinset.C (getStatus): handle font change requests
+
+2005-07-15  Stephan Witt <stephan.witt@beusen.de>
+
+       * math_hullinset.C (getStatus): don't allow insert of label for
+       inlined eq
+
+2005-07-15  André Pönitz  <poenitz@lyx.org>
+
+       * math_inset.C (write): don't output too many spaces
+
+2005-07-15  Andreas Vox  <vox@arcor.de>
+
+       * math_hullinset.C (editXY): partial fix for #622
+
+2005-07-14  André Pönitz  <poenitz@lyx.org>
+
+       * math_hullinset.C (BREAKLINE): choose between eqnarray and
+       align according to user preference
+
+2005-07-14  André Pönitz  <poenitz@lyx.org>
+
+       * math_charinset.C (mathmlize): escape <, >, and & on export
+
+2005-07-14  André Pönitz  <poenitz@lyx.org>
+
+       * math_gridinset.C (doDispatch): cur.undispatched on LFUN_ESCAPE
+
+2005-07-14  André Pönitz  <poenitz@lyx.org>
+
+       * math_gridinset.C (doDispatch): cur.undispatched on LFUN_NEXT/PRIOR
+
+2005-07-10  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * math_gridinset.C (doDispatch): add comment about jumping cursor
+
+2005-07-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * math_gridinset.C (doDispatch): use recordUndoInset when more than
+       one cell is changed
+
+2005-07-06  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * math_gridinset.C (doDispatch): better fix for the assertion
+
+2005-06-29  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * math_gridinset.C (doDispatch): fix assert copying row or
+       column in math
+
+2005-06-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * math_nestinset.C (doDispatch): use text font attributes in text mode.
+       * math_nestinset.C (getStatus): allow text font attributes in math mode.
+
+2005-06-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * math_fontinset.C (validate): require amsmath for \text
+
+2005-06-16  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * math_colorinset.C (normalcolor): remove ...
+       * math_colorinset.C (latexcolor): ... and use this new function instead
+       * math_colorinset.C (metrics, draw): Don't draw cell(0), because it
+       is horrible UI
+       * math_colorinset.C (write): Don't write invalid colors
+       * math_colorinset.C: Store always the LaTeXName in cell(0)
+       * math_hullinset.C (handleFont2): adjust to the change above
+       * math_nestinset.C (handleFont2): ditto
+       * math_parser.C (parse): handle \textcolor and \normalcolor
+       * math_factory.C (createMathInset): ditto
+
+2005-06-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * math_hullinset.C (label): avoid warning when assertions are
+       disabled. 
+
+2005-06-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * math_parser.h (latexkeys): new member requires
+       * math_factory.C (initSymbols): fill the requires field for fonts
+       * math_symbolinset.C (validate): use sym_->requires instead of
+       sym_->inset (fixes bug 1665)
+
+2005-05-07  Michael Schmitt  <michael.schmitt@teststep.org>
+
+       * ref_inset.C: rename LFUN_REF_GOTO to LFUN_LABEL_GOTO
+
+2005-05-01  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * math_nestinset.C (getStatus): suppress math/text fonts,
+       subscripts etc. to prevent lyx access to latex-illegal stuff
+       in text-inside-math (mbox)
+
+2005-04-25  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * math_gridinset.C (doDispatch):
+       * math_hullInset.C (doDispatch):
+       * math_nestInset.C (doDispatch): fix handling of alignment
+
+2005-04-11  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * math_nestinset.C (doDispatch): make insert-around-selection
+       of root inset take the base, not the exponent
+
+2005-04-10  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * math_deliminset.Ci (isParenthesis):
+       * math_extern.C: Spelling
+
+2005-04-09  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * math_gridinset.C (doDispatch):
+       * math_nestinset.C (doDispatch): enable HOME/END keys to skip
+       out of inset (adding cur.undispatched())
+
+2005-04-09  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * math_colorinset.C (draw): fix crash and cursor positioning.
+
+2005-04-07  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * math_nestinset.C (doDispatch): Fix arrow up/down inside
+       macro crashing bug (Helge Hafting report)
+
+2005-04-07  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * math_gridinset.C (getStatus): allow C-Tab to split cell
+
+2005-04-06  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * math_nestinset.C (doDispatch): fix cursor positioning in
+       non-grid nestinsets, and selection enclosure when inserting
+       font or deco insets.
+
+2005-04-05  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * math_amsarrayinset.C:
+       * math__arrayinset.C:
+       * math_decorationinset.C:
+       * math_deliminset.C:
+       * math_nestinset.C:
+       * math_tabularinset.C: Final touch on various corner marker
+       positions and inset clickability in math
+
+2005-04-04  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * math_splitinset.[Ch]: add draw method calling setPosCache,
+       to make split-type insets clickable.
+
+2005-04-04  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * math_amsarrayinset.C:
+       * math_casesinset.C:
+       * math_gridinset.C:
+       * math_gridinset.h: Add drawWithMargin method for use by
+       AMSArray and Cases, to position corner markers right
+
+2005-03-31  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * math_amsarrayinset.[Ch], math_tabularinset.[Ch],
+       math_splitinset.[Ch] (infoize): implement
+       * math_casesinset.C (getStatus, doDispatch): use cmd.argument directly
+       * math_gridinset.C (getStatus): ditto
+       * math_arrayinset.C (infoize): generalize
+
+2005-03-30  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * math_amsarrayinset.[Ch] (getStatus):
+       * math_splitinset.[Ch] (getStatus):
+       * math_substackinset.[Ch]: suppress output of vertical gridlines
+       where appropriate
+
+2005-04-03  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * math_fontinset.[Ch] (draw): add call to setPosCache,
+       fixes bug 1796
+
+2005-04-01  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * math_data.C (x2pos): fix math cursor positioning bug
+
+2005-03-27  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * math_amsarrayinset.[Ch] (validate): new, require amsmath
+       * math_substackinset.[Ch] (validate): ditto
+       * math_arrayinset.[Ch] (validate): ditto (in the case of subarray)
+
+2005-03-24  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * math_hullinset.C:
+       * math_casesinset.[Ch]: more precise conditioning of
+       output of vertical grid lines
+
+2005-03-22  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * math_hullinset.C (getStatus): intercept and suppress the
+       adding of grid lines in case of a plain equation hull
+
+2005-03-15  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * math_nestinset.C (doDispatch): create a MathBoxInset for mbox
+       rather than a MathMBoxInset, since the latter is not usable yet.
+       Fixes bug 1823.
+       * math_factory.C (createMathInset): Don't hardwire mbox, but read it
+       from lib/symbols again. This makes it possible to create other
+       "mbox-like" boxes.
+
 2005-03-02  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
 
        * math_parser.C (parse1): Don't parse "\|" following a "\left" or