]> git.lyx.org Git - features.git/commit
Losts of fixes to cursor handling with insets. Cursor up/down now can
authorJürgen Vigna <jug@sad.it>
Tue, 16 Apr 2002 14:10:39 +0000 (14:10 +0000)
committerJürgen Vigna <jug@sad.it>
Tue, 16 Apr 2002 14:10:39 +0000 (14:10 +0000)
commit1eba5295d868793052e6cb1c79cdff1ee1f0a1cb
treec08d2fa746f414fcbf39ae4416f598f43a5029f1
parent48f5aa951705291f39f71486d0f660bc78e85d06
Losts of fixes to cursor handling with insets. Cursor up/down now can
transverse also inset if they are on it's way, Page up/down for InsetText
fixed (cleanly now as I finally understood the algorithm ;) This fixes some
non reported bugs, some in Michaels list, some reported on the mailing
list and #314 on our buglist.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4008 a592a061-630c-0410-9148-cb99ea01b6c8
14 files changed:
src/BufferView_pimpl.C
src/ChangeLog
src/insets/ChangeLog
src/insets/inset.h
src/insets/insetcollapsable.C
src/insets/insetcollapsable.h
src/insets/insettabular.C
src/insets/insettabular.h
src/insets/insettext.C
src/insets/insettext.h
src/lyxcursor.C
src/lyxcursor.h
src/lyxfunc.C
src/text2.C