]> git.lyx.org Git - features.git/commit
* local_bidi.patch: The bidi object in the class Text is only used in
authorStefan Schimanski <sts@lyx.org>
Thu, 7 Jun 2007 20:39:14 +0000 (20:39 +0000)
committerStefan Schimanski <sts@lyx.org>
Thu, 7 Jun 2007 20:39:14 +0000 (20:39 +0000)
commit6daaf5388b35e88e85cd4c6d531514e764f1edc4
treee15cb06581791fd1c3532352a3bcc8f490696a06
parent41e194bf883fa93b6b6bfa0adad6788de4bee127
* local_bidi.patch: The bidi object in the class Text is only used in
places now where a ParagraphMetrics::computeRowMetrics call comes
before. And this function the Bidi object is updated. So it is a
little step now to remove the Text::bidi completely and use local
Bidi objects instead without more work to do.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18706 a592a061-630c-0410-9148-cb99ea01b6c8
src/Text.cpp
src/Text.h
src/TextMetrics.cpp
src/rowpainter.cpp