X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FChangeLog;h=19b01aea3576ac15ada1ef3406e5a932999d1f93;hb=92d522b7f1be6046adcac062c558bbf0bf021612;hp=670db7b17a491662cfba3fd1a9a061301e9b3c78;hpb=33f06bb79b66bdc17673d77f5c03ddb7bcd41ca4;p=lyx.git diff --git a/src/mathed/ChangeLog b/src/mathed/ChangeLog index 670db7b17a..19b01aea35 100644 --- a/src/mathed/ChangeLog +++ b/src/mathed/ChangeLog @@ -1,3 +1,389 @@ +2003-07-01 Lars Gullik Bjønnes + + * introduce namespace lyx::support + +2003-06-28 Lars Gullik Bjønnes + + * 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 + + * formulabase.C (localDiapatch): replace LFUN_MATH_PANEL with + LFUN_DIALOG_SHOW "mathpanel". + +2003-06-17 Angus Leeming + + * formulabase.C (lfunMouseRelease): s/showMathPanel/show("mathpanel")/ + +2003-06-13 Jean-Marc Lasgouttes + + * formulabase.C (mathDispatchCreation): fix call to cutSelection + +2003-06-16 André Pönitz + + * math_*inset.[Ch]: IU of clone() + + * math_cursorpos.[Ch]: + * math_cursor.[Ch]: rename MathCursorPos -> CursorPos, par_ -> inset_ + +2003-05-28 André Pönitz + + * math_*.[Ch]: prepare unified two-stage drawing + +2003-05-27 André Pönitz + + * *.C: dim.w -> dim.wid etc + +2003-05-26 Lars Gullik Bjønnes + + * remove same_id from function signatures, adjust + +2003-05-19 André Pönitz + + * formulamacro.C: avoid multiple metrics computation + +2003-05-23 Angus Leeming + + * formula.C (latex): + * formulamacro.C (latex): rename fragile as moving_arg. + +2003-05-22 Angus Leeming + + * 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 + + * 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 + + * formula.[Ch] (latex): + * formulamacro.[Ch] (latex): + passed a LatexRunParams parameter. + +2003-05-19 André Pönitz + + * 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 + + * math_substack.[Ch]: add markers + +2003-05-12 André Pönitz + + * formula.C: + * math_parser.C: + * math_cursor.C: boost::format -> bformat all over the place + +2003-05-06 Ling Li + + * 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 + + * 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 + + * math_arrayinset.[Ch]: add markers + +2003-04-30 André Pönitz + + * math_gridinset.C: fix transition to new Col/Row/CellInfo scheme + +2003-04-14 Angus Leeming + + * 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 + + * formulabase.C: + * math_gridinset.C: tab lfuns changed name + +2003-03-28 John Levon + + * formulabase.C: remove LFUN_GREEK - does nothing + +2003-03-19 John Levon + + * formulabase.h: + * formulabase.C: + * math_gridinset.C: + * math_hullinset.C: + * ref_inset.C: updateInset() doesn't take a bool + anymore + +2003-03-17 John Levon + + * formula.h: + * formula.C: + * formulabase.h: + * formulamacro.h: + * formulamacro.C: draw() prototype changed + +2003-03-10 Angus Leeming + + * math_gridinset.[Ch] (d-tor): added to ensure that the tabular + dialog is hidden when the inset is deleted and the two are connected. + +2003-03-05 Ling Li + + * math_casesinset.[Ch] (validate): request feature "amsmath" + +2003-03-04 Jean-Marc Lasgouttes + + * math_braceinset.C (metrics): fix computation of descent + +2003-03-04 Angus Leeming + + * command_inset.[Ch] (createDialogStr): a new function to generate + something that the frontend Dialogs will understand. + (c-tor): the string passed to the c-tor is now understood to be + simply the inset's name, not some strange beast containing "|++|". + + * math_factory.[Ch] (createMathInset_fromDialogStr): new function + parses the string passed from the frontends. + + * formulabase.C (localDiapatch): + * ref_inset.C (dispatch): use createDialogStr and + createMathInset_fromDialogStr rather than the current hard-coded + stuff. + + * ref_inset.[Ch] (string2RefInset): goes the way of the dodo. + +2003-03-04 Angus Leeming + + * formulabase.C (localDispatch): if an inset is found on + LFUN_INSET_APPLY, send LFUN_INSET_MODIFY to the inset's localDispatch. + + * ref_inset.C (localDispatch): handle LFUN_INSET_MODIFY, not + LFUN_INSET_APPLY. + +2003-03-03 Lars Gullik Bjønnes + + * formulabase.h: adjust for boost 1.30.0 + +2003-02-27 Angus Leeming + + * formulabase.C (localDispatch): collapse LFUN_REF_APPLY to + LFUN_INSET_APPLY. + + * ref_inset.C (changes due to the change to LFUN_INSET_APPLY. + +2003-02-26 Angus Leeming + + * ref_inset.C (localDispatch): act only on receipt of LFUN_REF_APPLY. + +2003-02-26 Angus Leeming + + * formula.C (draw): cache the BufferView* using cache not + PreviewImpl::setView + +2003-02-26 Alfredo Braunstein + + * formula.C (draw): strip also the other argument (the owner inset) in + the call to PreviewImage::image + +2003-02-26 Angus Leeming + + * ref_inset.[Ch]: add a localDispatch method to RefInset. + add a string2RefInset function to 'translate' the string passed to the + LyX core from the Reference dialog. + + * formulabase.C (localDispatch): factor the code for LFUN_REF_APPLY + to use these new functions and so avoid a dynamic cast. + +2003-02-25 Alfredo Braunstein + + * formula.C (draw): eliminate BufferView argument in call to + PreviewImage::image + +2003-02-25 Angus Leeming + + * ref_inset.C (dispatch): add an '\end_inset' to the string passed to + the dialog. + + * math_inset.h: + * ref_inset.h (asRefInset): new method, replacing asInsetRef. + +2003-02-21 Angus Leeming + + * formulabase.C (localDispatch): retire LFUN_REF_INSERT. Add + LFUN_DIALOG_SHOW_NEW_INSET "ref" and LFUN_REF_APPLY. The latter + is not yet safe. Posted some ideas to the list for further discussion. + + * ref_inset.C (dispatch): a first stab at activating the code + to display the reference dialog from within mathed. Not yet working. + +2003-02-14 Dekel Tsur + + * math_parser.C (parse1): Do not remove braces for {}^ + +2003-02-13 Bo Peng + + * math_cursor.h: + * math_cursor.C (backspace, erase): return false for empty mathboxes. + + * formulabase.C: When LFUN_DELETE, LFUN_BACKSPACE return false, delete + the empty mathbox. Fix Bug 686. + +2003-01-12 Michael Schmitt + + * formula.C (draw, width): Fix spacing around previewed formula. + +2003-01-13 Michael Schmitt + + * formulabse.C (localDispatch): make CTRL-Pos1/End behave a little + bit more intuitive. (Patch suggested by André.) + +2003-01-07 João Luis Meloni Assirati + + * math_hullinset.C: fix numbering problem of AMS gather and + multline environments. Treat gather the same + way as eqnarray and multline as a special case. + +2002-12-18 John Levon + + * math_factory.C: do not assume symbol font is present + +2002-12-17 Dekel Tsur + + * math_parser.C (tokenize): Fix macro reading. + +2002-12-01 Lars Gullik Bjønnes + + * several files: ws changes + +2002-11-27 Lars Gullik Bjønnes + + * math_inferinset.C: remove unused "using std::max" + +2002-11-21 Lars Gullik Bjønnes + + * formulamacro.C (prefix): use boost::format + +2002-11-04 Dekel Tsur + + * formulabase.C (lfunMouseRelease): Do not make the buffer dirty + when releasing the first mouse button. + +2002-11-04 Lars Gullik Bjønnes + + * math_inset.C (asString): STRCONV + + * math_factory.C (initSymbols): do not std:: qualify getline, use + empty() to check for empty string, STRCONV + + * math_extern.C: STRCONV + + * math_diminset.C (drawT): STRCONV + + * math_cursor.C (info): STRCONV + + * math_autocorrect.C (initAutoCorrect): STRCONV + + * formulamacro.C (InsetFormulaMacro): STRCONV + + * formulabase.C (localDispatch): STRCONV + + * formula.C (latexString): STRCONV + + * math_factory.C: add using std::endl + (math_font_available): use it + (initSymbols): use it + (createMathInset): use it + + * math_cursor.C (MathCursor): reindent + +2002-10-28 Dekel Tsur + + * many files: Add support for Maxima. + + * math_scriptinset.C (dispatch): Change handling of LFUN_MATH_LIMITS. + + * math_symbolinset.C (metrics): Compute em with the default font. + + * math_charinset.C (draw): Use math symbol fonts for <,> & = + +2002-10-21 Dekel Tsur + + * math_factory.C (initSymbols): Support "else" token. + + * math_symbolinset.C (metrics): Remove special case for \not. + +2002-10-18 Angus Leeming + + * formula.C (latexString): Revert yesterday's change. It's going to + be too complicated to deal with nasty surprises. + +2002-10-17 Angus Leeming + + * formula.C (latexString): change "\[ ... \]" to "$ \displaystyle ... $" + for nicer previews. + +2002-10-17 Dekel Tsur + + * math_kerninset.C (metrics): Use LyXLength::inPixels. + +2002-10-14 Dekel Tsur + + * math_factory.C (initSymbols): iffont. + +2002-10-14 André Pönitz + + * math_cursor.C: remove code to fix crash + +2002-10-14 André Pönitz + + * formulabase.C: support pasting stuff into formulas using button3 + + * math_parser.C: + math_hullinset.C: Herbert's patch to support flalign + +2002-10-10 Jean-Marc Lasgouttes + + * formulabase.C (localDispatch): make LFUN_WORDLEFTSEL and + LFUN_WORDRIGHTSEL coherent with their non-SEL counterparts + 2002-09-24 Lars Gullik Bjønnes * Makefile.am (INCLUDES): loose SIGC_INCLUDES