]> git.lyx.org Git - features.git/commit
Getting rid of LTR bias --- part 1/?
authorDov Feldstern <dov@lyx.org>
Mon, 22 Oct 2007 22:18:52 +0000 (22:18 +0000)
committerDov Feldstern <dov@lyx.org>
Mon, 22 Oct 2007 22:18:52 +0000 (22:18 +0000)
commit662b58497e3fe04c41a8bf809e39082c6b91957a
treea2c2ac27f25c26ae79936c3d5487527119615ca2
parent3911d72568b8729061fd4e59a6dec5b0d8996762
Getting rid of LTR bias --- part 1/?
This is the first patch in a series meant to remove LTR bias from the code.
Currently, there are many places in the code where "right" and "left" are used,
but where we actually mean "forward" and "backwards" --- which is the same
thing in LTR text, but not in RTL/Bidi text.

See full details in http://permalink.gmane.org/gmane.editors.lyx.devel/97550.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21128 a592a061-630c-0410-9148-cb99ea01b6c8
17 files changed:
lib/bind/cua.bind
lib/bind/emacs.bind
lib/bind/mac.bind
lib/bind/sciword.bind
lib/bind/xemacs.bind
src/LyX.cpp
src/LyXAction.cpp
src/Text.cpp
src/Text.h
src/Text2.cpp
src/Text3.cpp
src/TextMetrics.cpp
src/insets/InsetTabular.cpp
src/lfuns.h
src/mathed/InsetMathGrid.cpp
src/mathed/InsetMathHull.cpp
src/mathed/InsetMathNest.cpp