]> git.lyx.org Git - features.git/commit
Put mathed on a diet: transfer dimension cache from inset to BufferView.
authorAbdelrazak Younes <younes@lyx.org>
Sun, 23 Sep 2007 22:39:49 +0000 (22:39 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sun, 23 Sep 2007 22:39:49 +0000 (22:39 +0000)
commit137158532b1ac0cde1557226ee486b3fda39b545
tree1cddcf70a688f3ca8d74c421db5235a846100ac3
parentd0cd79a7edbf3515f8d239fca1897a17052132de
Put mathed on a diet: transfer dimension cache from inset to BufferView.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20457 a592a061-630c-0410-9148-cb99ea01b6c8
62 files changed:
src/CoordCache.cpp
src/CoordCache.h
src/Cursor.cpp
src/insets/Inset.cpp
src/insets/Inset.h
src/insets/InsetSpecialChar.cpp
src/mathed/CommandInset.cpp
src/mathed/InsetMathAMSArray.cpp
src/mathed/InsetMathAMSArray.h
src/mathed/InsetMathArray.cpp
src/mathed/InsetMathArray.h
src/mathed/InsetMathBig.h
src/mathed/InsetMathBinom.cpp
src/mathed/InsetMathBinom.h
src/mathed/InsetMathBoldSymbol.cpp
src/mathed/InsetMathBox.cpp
src/mathed/InsetMathBoxed.cpp
src/mathed/InsetMathBrace.cpp
src/mathed/InsetMathCases.cpp
src/mathed/InsetMathCases.h
src/mathed/InsetMathChar.cpp
src/mathed/InsetMathChar.h
src/mathed/InsetMathColor.cpp
src/mathed/InsetMathComment.cpp
src/mathed/InsetMathDFrac.cpp
src/mathed/InsetMathDecoration.cpp
src/mathed/InsetMathDelim.cpp
src/mathed/InsetMathDots.cpp
src/mathed/InsetMathDots.h
src/mathed/InsetMathEnv.cpp
src/mathed/InsetMathExFunc.cpp
src/mathed/InsetMathFBox.cpp
src/mathed/InsetMathFont.cpp
src/mathed/InsetMathFontOld.cpp
src/mathed/InsetMathFrac.cpp
src/mathed/InsetMathFrameBox.cpp
src/mathed/InsetMathGrid.cpp
src/mathed/InsetMathGrid.h
src/mathed/InsetMathHull.cpp
src/mathed/InsetMathLefteqn.cpp
src/mathed/InsetMathMakebox.cpp
src/mathed/InsetMathNest.h
src/mathed/InsetMathOverset.cpp
src/mathed/InsetMathPar.cpp
src/mathed/InsetMathPhantom.cpp
src/mathed/InsetMathRoot.cpp
src/mathed/InsetMathScript.cpp
src/mathed/InsetMathScript.h
src/mathed/InsetMathSize.cpp
src/mathed/InsetMathSqrt.cpp
src/mathed/InsetMathStackrel.cpp
src/mathed/InsetMathSubstack.cpp
src/mathed/InsetMathSymbol.cpp
src/mathed/InsetMathSymbol.h
src/mathed/InsetMathTFrac.cpp
src/mathed/InsetMathTabular.cpp
src/mathed/InsetMathTabular.h
src/mathed/InsetMathUnderset.cpp
src/mathed/InsetMathXArrow.cpp
src/mathed/InsetMathXYMatrix.cpp
src/mathed/MathMacro.cpp
src/mathed/MathMacroTemplate.cpp