]> git.lyx.org Git - features.git/commit
promote MathMetricsInfo to MetricsInfo, change mathed accordingly
authorAndré Pönitz <poenitz@gmx.net>
Fri, 21 Mar 2003 14:20:48 +0000 (14:20 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Fri, 21 Mar 2003 14:20:48 +0000 (14:20 +0000)
commit1829cdef6a34ec623c25ec8967dc048e8f19eee9
tree19afdf13ca18ad8c31c667e1ad35ba9a9f44e371
parentf1d458b9d75b70261d042fb3d7e2cef43f73f6f1
promote MathMetricsInfo to MetricsInfo, change mathed accordingly

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6555 a592a061-630c-0410-9148-cb99ea01b6c8
129 files changed:
src/ChangeLog
src/Makefile.am
src/lyxrow.C
src/lyxrow.h
src/mathed/Makefile.am
src/mathed/button_inset.C
src/mathed/button_inset.h
src/mathed/formula.C
src/mathed/formulabase.C
src/mathed/formulamacro.C
src/mathed/math_amsarrayinset.C
src/mathed/math_amsarrayinset.h
src/mathed/math_arrayinset.C
src/mathed/math_arrayinset.h
src/mathed/math_biginset.C
src/mathed/math_biginset.h
src/mathed/math_binaryopinset.C
src/mathed/math_binaryopinset.h
src/mathed/math_binominset.C
src/mathed/math_binominset.h
src/mathed/math_boxinset.C
src/mathed/math_boxinset.h
src/mathed/math_braceinset.C
src/mathed/math_braceinset.h
src/mathed/math_casesinset.C
src/mathed/math_casesinset.h
src/mathed/math_charinset.C
src/mathed/math_charinset.h
src/mathed/math_commentinset.C
src/mathed/math_commentinset.h
src/mathed/math_cursor.C
src/mathed/math_cursor.h
src/mathed/math_data.C
src/mathed/math_data.h
src/mathed/math_decorationinset.C
src/mathed/math_decorationinset.h
src/mathed/math_deliminset.C
src/mathed/math_deliminset.h
src/mathed/math_diffinset.C
src/mathed/math_diffinset.h
src/mathed/math_dotsinset.C
src/mathed/math_dotsinset.h
src/mathed/math_envinset.C
src/mathed/math_envinset.h
src/mathed/math_ertinset.C
src/mathed/math_ertinset.h
src/mathed/math_exfuncinset.C
src/mathed/math_exfuncinset.h
src/mathed/math_exintinset.C
src/mathed/math_exintinset.h
src/mathed/math_factory.C
src/mathed/math_fboxinset.C
src/mathed/math_fboxinset.h
src/mathed/math_fontinset.C
src/mathed/math_fontinset.h
src/mathed/math_fontoldinset.C
src/mathed/math_fontoldinset.h
src/mathed/math_fracinset.C
src/mathed/math_fracinset.h
src/mathed/math_frameboxinset.C
src/mathed/math_frameboxinset.h
src/mathed/math_gridinset.C
src/mathed/math_gridinset.h
src/mathed/math_hullinset.C
src/mathed/math_hullinset.h
src/mathed/math_inferinset.C
src/mathed/math_inferinset.h
src/mathed/math_inset.C
src/mathed/math_inset.h
src/mathed/math_kerninset.C
src/mathed/math_kerninset.h
src/mathed/math_lefteqninset.C
src/mathed/math_lefteqninset.h
src/mathed/math_liminset.C
src/mathed/math_liminset.h
src/mathed/math_macro.C
src/mathed/math_macro.h
src/mathed/math_macroarg.C
src/mathed/math_macroarg.h
src/mathed/math_macrotemplate.C
src/mathed/math_macrotemplate.h
src/mathed/math_mathmlstream.h
src/mathed/math_matrixinset.h
src/mathed/math_metricsinfo.C [deleted file]
src/mathed/math_metricsinfo.h [deleted file]
src/mathed/math_nestinset.C
src/mathed/math_nestinset.h
src/mathed/math_numberinset.C
src/mathed/math_numberinset.h
src/mathed/math_parboxinset.C
src/mathed/math_parboxinset.h
src/mathed/math_parinset.C
src/mathed/math_parinset.h
src/mathed/math_rootinset.C
src/mathed/math_rootinset.h
src/mathed/math_scriptinset.C
src/mathed/math_scriptinset.h
src/mathed/math_sizeinset.C
src/mathed/math_sizeinset.h
src/mathed/math_spaceinset.C
src/mathed/math_spaceinset.h
src/mathed/math_sqrtinset.C
src/mathed/math_sqrtinset.h
src/mathed/math_stackrelinset.C
src/mathed/math_stackrelinset.h
src/mathed/math_stringinset.C
src/mathed/math_stringinset.h
src/mathed/math_substackinset.C
src/mathed/math_substackinset.h
src/mathed/math_support.C
src/mathed/math_support.h
src/mathed/math_symbolinset.C
src/mathed/math_symbolinset.h
src/mathed/math_tabularinset.C
src/mathed/math_tabularinset.h
src/mathed/math_textinset.C
src/mathed/math_textinset.h
src/mathed/math_undersetinset.C
src/mathed/math_undersetinset.h
src/mathed/math_unknowninset.C
src/mathed/math_unknowninset.h
src/mathed/math_xarrowinset.C
src/mathed/math_xarrowinset.h
src/mathed/math_xyarrowinset.C
src/mathed/math_xyarrowinset.h
src/mathed/math_xymatrixinset.C
src/mathed/math_xymatrixinset.h
src/metricsinfo.C [new file with mode: 0644]
src/metricsinfo.h [new file with mode: 0644]