]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/ChangeLog
Make Helge happy: no more crash on arrow up/down in math macro
[lyx.git] / src / mathed / ChangeLog
index 7c4d353336d167a34526a6852e38f5a650584b10..8391e270cf5841c6ed7e6168db589e2e5d2365fc 100644 (file)
@@ -1,3 +1,76 @@
+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>