]> git.lyx.org Git - features.git/commit
* buffer.[Ch]:
authorAndré Pönitz <poenitz@gmx.net>
Mon, 1 Dec 2003 13:35:49 +0000 (13:35 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Mon, 1 Dec 2003 13:35:49 +0000 (13:35 +0000)
commit4b2c271e23b97a863e748a270ba8f912134ac014
tree74dd5a282aaafb42e6658aa00ee44f402bfbe596
parent220317063e96968adeda07bb60f58b1c4fd43367
* buffer.[Ch]:
* lyxtext.h: move ParagraphList member to LyXText
rename LyXText::ownerParagraphs to LyXText::paragraph

* CutAndPaste.C:
* bufferview_funcs.C:
* iterators.[Ch]:
* lyx_cb.C:
* paragraph.C:
* rowpainter.C:
* tabular.C:
* text.C:
* text2.C:
* text3.C: adjust

* lyxfunc.C: move LFUN_INSET_TOGGLE handling to insets.

* undo.C: fix cursor positioning
* insetbase.h: whitespace

* inset.[Ch]: remove latexTextWidth
make setBackgroundColor virtual

* insettext.[Ch]:  move ParagraphList member to LyXText

* insetcollapsable.[Ch]: handle LFUN_INSET_TOGGLE

* insetcharstyle.C:
* insetenv.C:
* insetert.[Ch]:
* insetfloat.[Ch]:
* insetminipage.[Ch]:
* insettabular.C:
* insetwrap.[Ch]: adjust paragraphs and background color handling,

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8166 a592a061-630c-0410-9148-cb99ea01b6c8
36 files changed:
src/BufferView.C
src/ChangeLog
src/CutAndPaste.C
src/buffer.C
src/bufferview_funcs.C
src/insets/ChangeLog
src/insets/inset.C
src/insets/inset.h
src/insets/insetbase.h
src/insets/insetcharstyle.C
src/insets/insetcollapsable.C
src/insets/insetcollapsable.h
src/insets/insetenv.C
src/insets/insetert.C
src/insets/insetert.h
src/insets/insetfloat.C
src/insets/insetfloat.h
src/insets/insetminipage.C
src/insets/insetminipage.h
src/insets/insettabular.C
src/insets/insettext.C
src/insets/insettext.h
src/insets/insetwrap.C
src/insets/insetwrap.h
src/iterators.C
src/iterators.h
src/lyx_cb.C
src/lyxfunc.C
src/lyxtext.h
src/paragraph.C
src/rowpainter.C
src/tabular.C
src/text.C
src/text2.C
src/text3.C
src/undo.C