]> git.lyx.org Git - lyx.git/commit
Fix for wrong cursor.x pos when before a fullRow inset (added ix), small
authorJürgen Vigna <jug@sad.it>
Fri, 12 Apr 2002 15:59:03 +0000 (15:59 +0000)
committerJürgen Vigna <jug@sad.it>
Fri, 12 Apr 2002 15:59:03 +0000 (15:59 +0000)
commitba21e6498c620beca81e9735795dd2cea2a1cf48
tree133e20c1c4b70bcb459a7d70b0b34c5b400c4a26
parent3ee9f0ac7d787e6219a2530d80c2133715986daf
Fix for wrong cursor.x pos when before a fullRow inset (added ix), small
perfomance fix in LyXText's raw drawing, fix for adding paragraph in insets
when not allowed to do so (bug in Michaels list not on lyxbugs.).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3990 a592a061-630c-0410-9148-cb99ea01b6c8
src/BufferView_pimpl.C
src/ChangeLog
src/buffer.C
src/insets/ChangeLog
src/insets/insettext.C
src/insets/insettext.h
src/lyxcursor.C
src/lyxcursor.h
src/lyxtext.h
src/text.C
src/text2.C