]> git.lyx.org Git - lyx.git/commit
merge CursorItem and MathPos
authorAndré Pönitz <poenitz@gmx.net>
Mon, 15 Dec 2003 11:36:19 +0000 (11:36 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Mon, 15 Dec 2003 11:36:19 +0000 (11:36 +0000)
commita97ed20502fb6a19949cf7ef6fc18a6c6d9e347b
treeaf0727f698a05254e152c1321fbde1ca2b1f82b7
parent1ebd651ad6120c1e22e7fca58f664fd3b4e6672b
merge CursorItem and MathPos
remove cached x and y values from Cursor
some tabular fixes

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8251 a592a061-630c-0410-9148-cb99ea01b6c8
27 files changed:
src/BufferView_pimpl.C
src/ChangeLog
src/Makefile.am
src/cursor.C
src/cursor.h
src/cursor_slice.C [new file with mode: 0644]
src/cursor_slice.h [new file with mode: 0644]
src/insets/ChangeLog
src/insets/insettabular.C
src/insets/insettabular.h
src/insets/insettext.C
src/lyxcursor.C
src/lyxcursor.h
src/lyxtext.h
src/mathed/ChangeLog
src/mathed/Makefile.am
src/mathed/math_cursor.C
src/mathed/math_cursor.h
src/mathed/math_iterator.C
src/mathed/math_iterator.h
src/mathed/math_pos.C [deleted file]
src/mathed/math_pos.h [deleted file]
src/rowpainter.C
src/rowpainter.h
src/text.C
src/text2.C
src/text3.C