]> git.lyx.org Git - features.git/commit
remove per-inset position cahce, use new external map instead.
authorAndré Pönitz <poenitz@gmx.net>
Sat, 14 Aug 2004 14:03:42 +0000 (14:03 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Sat, 14 Aug 2004 14:03:42 +0000 (14:03 +0000)
commit02ebc072b039aa001d0e18293eca596b41b4338c
tree64138fb8e84620152a31046a56967b182a9f896e
parent680e0279be4c2f9c64ba2d99cf83ba310ed606e3
remove per-inset position cahce, use new external map instead.
this allows us to bomb early on uninitialized cache values.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8923 a592a061-630c-0410-9148-cb99ea01b6c8
24 files changed:
src/BufferView_pimpl.C
src/ChangeLog
src/Makefile.am
src/frontends/xforms/XWorkArea.C
src/insets/ChangeLog
src/insets/inset.C
src/insets/inset.h
src/insets/insetbase.C
src/insets/insetbase.h
src/insets/insettabular.C
src/insets/updatableinset.C
src/lyxfunc.C
src/mathed/math_data.C
src/mathed/math_data.h
src/mathed/math_decorationinset.C
src/mathed/math_diminset.C
src/mathed/math_diminset.h
src/mathed/math_factory.C
src/mathed/math_nestinset.C
src/mathed/math_parser.C
src/mathed/math_splitinset.C
src/rowpainter.C
src/text.C
src/text3.C