]> git.lyx.org Git - features.git/commit
- remove MathStyles cache from those insets that don't need it
authorAndré Pönitz <poenitz@gmx.net>
Mon, 22 Oct 2001 15:37:49 +0000 (15:37 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Mon, 22 Oct 2001 15:37:49 +0000 (15:37 +0000)
commit40b2b89d4dbd9f948732741503574333ac7b7df7
tree6e15f898c60a0c90b1d5d0d2efa43f073aadb4b2
parent0677c7b0c947a64bff8252edd65d3e6ee34e54d7
- remove MathStyles cache from those insets that don't need it
- fix math font sizes in headings etc
- remove unused static member int MathInset::workwidth

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2909 a592a061-630c-0410-9148-cb99ea01b6c8
47 files changed:
src/mathed/ChangeLog
src/mathed/formula.C
src/mathed/formula.h
src/mathed/formulabase.C
src/mathed/formulabase.h
src/mathed/formulamacro.C
src/mathed/math_arrayinset.C
src/mathed/math_binominset.C
src/mathed/math_boxinset.C
src/mathed/math_boxinset.h
src/mathed/math_charinset.C
src/mathed/math_charinset.h
src/mathed/math_decorationinset.h
src/mathed/math_deliminset.C
src/mathed/math_dotsinset.C
src/mathed/math_fracinset.C
src/mathed/math_funcinset.C
src/mathed/math_funcinset.h
src/mathed/math_funcliminset.C
src/mathed/math_funcliminset.h
src/mathed/math_gridinset.C
src/mathed/math_inset.C
src/mathed/math_inset.h
src/mathed/math_lefteqninset.C
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_matrixinset.C
src/mathed/math_matrixinset.h
src/mathed/math_metricsinfo.h
src/mathed/math_nestinset.C
src/mathed/math_notinset.C
src/mathed/math_notinset.h
src/mathed/math_rootinset.C
src/mathed/math_scriptinset.C
src/mathed/math_scriptinset.h
src/mathed/math_sizeinset.C
src/mathed/math_spaceinset.C
src/mathed/math_specialcharinset.C
src/mathed/math_specialcharinset.h
src/mathed/math_sqrtinset.C
src/mathed/math_stackrelinset.C
src/mathed/math_symbolinset.C
src/mathed/math_symbolinset.h
src/mathed/support.C