]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/ChangeLog
Fix math cursor positioning bug
[lyx.git] / src / mathed / ChangeLog
index 84833e1d51fde7fa8d292a1681f2b220e3a11303..6fe71f87649549d15d79d131837f5c25b8f1a8c8 100644 (file)
@@ -1,3 +1,122 @@
+2005-04-02  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
+       "\right" as "|"
+
+2005-02-28  André Pönitz  <poenitz@lyx.org>
+
+       * math_nestinset.C (lfunMouseRelease, lfunMouseMotion, lfunMousePress):
+       remove ancient hack and get mouse actions inside nested mathed insets
+       working again.
+
+2005-02-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * math_parinset.[Ch] (doClone): Implement, avoids triggering the
+       assert in InsetBase::clone()
+       * ref_inset.[Ch] (clone): rename to doClone
+
+2005-02-14  Angus Leeming  <leeming@lyx.org>
+
+       * math_rootinset.C (idxUpDown): Silence an MSVC compiler warning
+       by making the code more transparent.
+
+2005-02-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * math_gridinset.C (halign): fix '|' to the right of the last column
+       * math_gridinset.[Ch]: remove unused leftline_ and rightline_
+       * math_gridinset.[Ch]: change type of lines_ to unsigned int to
+       prevent check for <= 0
+       * math_gridinset.C: add more facilities for adding/deleting
+       partition lines in matrix.
+       * math_gridinset.C (getStatus): implement missing LFUN_TABULAR_FEATURE
+       * math_parser.C (delEmptyLastRow): new
+       * math_parser.C (parse1): Store active environment and use it to
+       detect nonmatching \end{} and removing superflous rows with
+       delEmptyLastRow()
+       * math_hullinset.C (getStatus): remove now superflous tests
+
+2005-02-12  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * math_nestinset.C (doDispatch): normalize() cursor after moving up/down
+       (fixes assert and bug 1598).
+
+2005-02-10  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * math_gridinset.[hC]: add facilities for drawing/deleting partition
+       lines in matrix.
+
+2005-02-08  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * math_data.C (isInside): size() -> depth()
+
+2005-01-31  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
+
+       * math_data.C:
+       * math_diminset.C:
+       * math_nestinset.C: Use new cursor accessors.
+
+2005-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * math_parser.C,math_sizeinset.C: use convert<> instead of
+       atoi,strToXXX and friends
+
+2005-01-20  Angus Leeming  <leeming@lyx.org>
+
+       * math_spaceinset.C (validate):
+       latex_mathspace[space_] == "negmedspace" is unsafe because both
+       operands are of type "char const *". Performing comparison on
+       the address of the string literal therefore. Fix is to explicitly
+       convert one operand to a string.
+       With thanks to MSVC ;-)
+
+2005-01-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * math_symbolinset.C (validate): require wasysym as needed
+
+       * math_decorationinset.C (ams): remove again \overleftarrow and
+       \overrightarrow, which do not require amslatex (although amslatex
+       redefines them).
+
+2005-01-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * math_parser.C (parse1): handle style commands that are not inside
+       a {} pair, fixes bug 1459 (from André)
+
+2005-01-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * math_decorationinset.C (ams, validate): new methods. Require
+       amsmath when using AMS-LaTeX over and under arrows.
+
 2005-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
        * math_nestinset.C: reintroduce LFUN_{SUB|SUPER}SCRIPT.