X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FChangeLog;h=bc811f88e55fdde653a72ced166c51f41a88de89;hb=75b485d11034232d3b335e68387d02bc82485386;hp=ab6c9cdafbf5f18174719bc47c734b68655eddfa;hpb=ad6e8a6e7be96b45671d9b111e53339739cf2702;p=lyx.git diff --git a/src/mathed/ChangeLog b/src/mathed/ChangeLog index ab6c9cdafb..bc811f88e5 100644 --- a/src/mathed/ChangeLog +++ b/src/mathed/ChangeLog @@ -1,14 +1,268 @@ -2003-06-03 John Levon +2003-10-13 Lars Gullik Bjønnes - * formula.[Ch]: - * formulabase.h: - * formulamacro.[Ch]: clone() doesn't take a Buffer anymore + * formulabase.C (localDispatch): DISPATCH -> dispatch_result + +2003-10-12 Angus Leeming + + * formulabase.[Ch] (cache): added. + (view): make protected. + (view_): store as a boost::weak_ptr. + (generatePreview): added this virtual function. Moved from inset.h. + + * math_inset.[Ch] (view): removed. + +2003-10-10 Angus Leeming + + * command_inset.h:trivial changes ButtonRenderer -> RenderButton. + + * formula.[Ch]: get rid of InsetFormula::PreviewImpl entirely. Use + RenderPreview and some free-standing functions in its place. + +2003-10-10 Angus Leeming + + * formula.C (draw): don't try and generate the previews from draw. + insetUnlock is already doing a fine job... + +2003-10-09 Angus Leeming + + * formula.C (metrics, draw): no longer need to pass a Buffer arg + to PreviewedInset::previewReady because it no longer has the side + effect of secretly starting preview generation. + (draw): call PreviewedInset::generatePreview explicitly if the + inset is no longer being edited. + +2003-10-09 Angus Leeming + + * formula.[Ch]: mods to PreviewImpl due to the changes to + PreviewedInset. + +2003-10-09 Angus Leeming + + * formula.C (metrics, draw): pass a buffer arg to PreviewedInset's + previewReady and removePreview member functions. + +2003-10-07 André Pönitz + + * math_dfracinset.[Ch]: support for \dfrac + * math_colorinset.[Ch]: support for colors in formulas + +2003-10-07 Martin Vermeer + + * math_macrotable.h: add and other small fixes to make + Lars' std::string patch compile with STLport. + +2003-10-06 Martin Vermeer + + * math_cursor.C: + * math_parser.C: + * math_sizeinset.C: + * math_streamstr.C: Small fixes to build using STLport + +2003-09-22 Jean-Marc Lasgouttes + + * math_symbolinset.C (metrics): apply a different hack to metrics + when running under OSX. Hopefully this will not break the X11 + version under darwin (or hopefully nobody cares :) + +2003-09-19 Angus Leeming + + * formula.[Ch] (previewWanted, generatePreview): now passed a + 'Bufer const &' arg. + + * formalabase.C (insetUnlock): pass a buffer arg to generatePreview. + +2003-09-18 Angus Leeming + + * matheformula.[Ch] (getLabelList): + * mathemath_hullinset.[Ch] (getLabelList): + receive a Buffer const & arg. + +2003-09-18 Angus Leeming + + * formula.C (latexString): add a Buffer const & arg. + +2003-09-16 Angus Leeming + + * formula.C (PreviewImpl::parent): return a const reference. + +2003-09-16 Angus Leeming + + * formula.C: + * formulamacro.C: + add #include "LColor.h". + + * math_cursor.C: add #include . + +2003-09-16 Angus Leeming + + * math_braceinset.C, math_data.C, math_fboxinset.C, math_frameboxinset.C, + math_gridinset.C, math_hullinset.C, math_macrotemplate.C, math_nestinset.C, + math_rootinset.C, math_spaceinset.C, math_sqrtinset.C, math_support.C: + add #include "LColor.h". + * math_data.C, math_scriptinset.C: add #include + * math_exintinset.C: add #include + +2003-09-15 Lars Gullik Bjønnes + + * command_inset.C + * formula.C + * formulabase.C + * formulamacro.C + * math_arrayinset.C + * math_autocorrect.C + * math_cursor.C + * math_extern.C + * math_factory.C + * math_gridinset.C + * math_support.C: remove usage of STRCONV + +2003-09-15 Angus Leeming + + * math_gridinset.C (draw): explicitly define the color to draw the + line. + +2003-09-12 André Pönitz + + * math_boldsymbolinset.[Ch]: preliminary support + + * Makefile.am: adjust + +2003-09-05 Jean-Marc Lasgouttes + + * math_kerninset.h: + * math_gridinset.h: include "lyxlength.h", not "vspace.h" + + * math_cursor.C: "lyxrc.h", not + +2003-09-08 Angus Leeming + + * formulabase.C: + * formulamacro.C: + * math_charinset.C: + * math_cursor.C: + * math_data.C: + * math_diminset.C: + * math_hullinset.C: + * math_support.C: + * math_tabularinset.C: remove redundant using directives. + +2003-09-07 Angus Leeming + + * formulabase.h: remove #includes "dimension.h", , + . + + * math_decorationinset.h: remove #include "support/std_string.h". + + * math_envinset.h: + * math_fboxinset.h: remove #include "metricsinfo.h". + + * math_kerninset.h: remove #include "math_nestinset.h". + + * math_macro.h: remove #include "math_macroarg.h". + + * math_nestinset.h: remove #include "math_data.h". + + Ensuing changes to .C files. + +2003-09-05 Angus Leeming + + * math_binaryopinset.[Ch]: + * math_gridinfo.h: + * math_xyarrowinset.[Ch]: + ensure that the header file can be compiled stand-alone. + +2003-09-05 Angus Leeming + + * *.C: strip out redundant #includes. (168 in total.) + +2003-09-02 Alfredo Braunstein + + * formulamacro.C (prefix): replace %s by %1$s to make bformat happy + +2003-09-01 Alfredo Braunstein + + * formulabase.C (InsetFormulaBase): initialize view_ + +2003-08-28 Lars Gullik Bjønnes + + * most files: change to use const buffer refs + +2003-08-19 Angus Leeming + + * most files: 'standardise' the header blurb. + +2003-08-12 Michael Schmitt + + * math_gridinset.C: rename valign-center to valign-middle + +2003-08-02 Lars Gullik Bjønnes + + * always use std::endl with lyxerr, and in some places. + +2003-07-25 Lars Gullik Bjønnes + + * rename Inset to InsetOld + + * all inset files (clone) return a auto_ptr + +2003-07-21 Angus Leeming + + * formula.C (c-tor, addPreview): use namespace lyx::graphics rather + than grfx shortcut. + +2003-07-18 Lars Gullik Bjønnes + + * math_parser.C (catInit): dont use unprintable control chars in + source. + +2003-07-17 Angus Leeming + + * formulabase.C (localDispatch): return UNDISPATCHED for all + LFUN_DIALOG_SHOW. + +2003-07-04 Lars Gullik Bjønnes + + * introduce namespace lyx::graphics + +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-02 André Pönitz +2003-06-16 André Pönitz - * math_*.[Ch]: finish unified two-stage drawing + * math_*inset.[Ch]: IU of clone() - * math_inset.h: move validate to insetbase.h + * math_cursorpos.[Ch]: + * math_cursor.[Ch]: rename MathCursorPos -> CursorPos, par_ -> inset_ 2003-05-28 André Pönitz