]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/ChangeLog
introduce namespace lyx::support
[lyx.git] / src / mathed / ChangeLog
index 4917919340ff4849a8ff09a1ffeb7cfde7f89635..19b01aea3576ac15ada1ef3406e5a932999d1f93 100644 (file)
@@ -1,3 +1,139 @@
+2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * introduce namespace lyx::support
+
+2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * math_symbolinset.C (MathSymbolInset): fix type const order
+
+       * math_support.C (mathed_draw_deco): fix type const order
+
+       * math_gridinset.C (GrinInsetMailer::name): fix type const order
+
+       * math_extern.C (testString): fix type const order
+
+       * math_data.C (operator[]): fix arg type
+
+       * math_binaryopinset.C (metrics): comment out
+
+       * formula.h: fix type const order
+
+2003-06-19  Angus Leeming  <leeming@lyx.org>
+
+       * formulabase.C (localDiapatch): replace LFUN_MATH_PANEL with
+       LFUN_DIALOG_SHOW "mathpanel".
+
+2003-06-17  Angus Leeming  <leeming@lyx.org>
+
+       * formulabase.C (lfunMouseRelease): s/showMathPanel/show("mathpanel")/
+
+2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * formulabase.C (mathDispatchCreation): fix call to cutSelection
+
+2003-06-16  André Pönitz  <poenitz@gmx.net>
+
+       * math_*inset.[Ch]: IU of clone()
+
+       * math_cursorpos.[Ch]:
+       * math_cursor.[Ch]: rename MathCursorPos -> CursorPos, par_ -> inset_
+
+2003-05-28  André Pönitz  <poenitz@gmx.net>
+
+       * math_*.[Ch]: prepare unified two-stage drawing
+
+2003-05-27  André Pönitz  <poenitz@gmx.net>
+
+       * *.C: dim.w -> dim.wid etc
+
+2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * remove same_id from function signatures, adjust
+
+2003-05-19  André Pönitz  <poenitz@gmx.net>
+
+       * formulamacro.C: avoid multiple metrics computation
+
+2003-05-23  Angus Leeming  <leeming@lyx.org>
+
+       * formula.C (latex):
+       * formulamacro.C (latex): rename fragile as moving_arg.
+
+2003-05-22  Angus Leeming  <leeming@lyx.org>
+
+       * formula.[Ch] (latex):
+       * formulamacro.[Ch] (latex):
+       no longer have a free_spacing arg. Data is now passed through the
+       LatexRunParams arg.
+
+2003-05-22  Angus Leeming  <leeming@lyx.org>
+
+       * formula.[Ch] (latex):
+       * formulamacro.[Ch] (latex):
+        no longer has a fragile arg. Data is now passed through the
+        LatexRunParams arg.
+
+2003-05-22  Angus Leeming  <leeming@lyx.org>
+
+       * formula.[Ch] (latex):
+       * formulamacro.[Ch] (latex):
+       passed a LatexRunParams parameter.
+
+2003-05-19  André Pönitz  <poenitz@gmx.net>
+
+       * Makefile.am:
+       * dimension.[Ch]: promote files to src/dimension.[Ch[
+
+       * formula.[Ch]:
+       * formulamacro.[Ch]:
+       * formulamacro.h:
+       * math_inset.h: replace ascents/descent/witdh with dimension()
+
+2003-05-14 André Pönitz <poenitz@gmx.net>
+
+       * math_substack.[Ch]: add markers
+
+2003-05-12 André Pönitz <poenitz@gmx.net>
+
+       * formula.C:
+       * math_parser.C:
+       * math_cursor.C: boost::format -> bformat  all over the place
+
+2003-05-06  Ling Li  <ling@caltech.edu>
+
+       * Makefile, math_makeboxinset.[Ch]:
+       * math_factory.C (createMathInset):
+       * math_parser.C (parse1): New support for \makebox.
+
+       * math_nestinset.C (drawMarkers, drawMarkers2):
+       * math_boxinset.C, math_frameboxinset.C (draw):
+       Fix spacing and marker length.
+
+2003-05-03  John Levon  <levon@movementarian.org>
+
+       * formula.C:
+       * formulabase.C:
+       * formulabase.h:
+       * formulamacro.C:
+       * math_cursor.C: remove showInsetCursor(),
+       isCursorVisible(), hideInsetCursor(), toggleInsetCursor(),
+       explicit cursor hides. Add getCursor()
+
+2003-05-02  André Pönitz <poenitz@gmx.net>
+
+       * math_arrayinset.[Ch]: add markers
+
+2003-04-30  André Pönitz <poenitz@gmx.net>
+
+       * math_gridinset.C: fix transition to new Col/Row/CellInfo scheme
+
+2003-04-14  Angus Leeming  <leeming@lyx.org>
+
+       * math_fboxinset.C:
+       * math_frameboxinset.C: s/\(LColor::\)black/\1foreground/
+       * math_macrotemplate.C: s/\(LColor::\)blue/\1mathline/
+       * math_support.C: s/\(LColor::\)mathcursor/\1cursor/
+
 2003-04-02  John Levon  <levon@movementarian.org>
 
        * formulabase.C:
 2003-03-05  Ling Li <ling@caltech.edu>
 
        * math_casesinset.[Ch] (validate): request feature "amsmath"
-       
+
 2003-03-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
-  
-       * math_braceinset.C (metrics): fix computation of descent
+
+       * math_braceinset.C (metrics): fix computation of descent
 
 2003-03-04  Angus Leeming  <leeming@lyx.org>