]> git.lyx.org Git - lyx.git/commit
Lots of fixes for text/tabular insets. Now tabular insets work quite good
authorJürgen Vigna <jug@sad.it>
Mon, 15 May 2000 14:49:36 +0000 (14:49 +0000)
committerJürgen Vigna <jug@sad.it>
Mon, 15 May 2000 14:49:36 +0000 (14:49 +0000)
commit756af0279404b9dba9918dbbbe1c1f8d51d9fe85
treeff48d8ceb1c8d5801cf4e5859bb9e34be256ca73
parent5c7e829eff86ccacecc114a5c1d9ee6d8a1691b6
Lots of fixes for text/tabular insets. Now tabular insets work quite good
and you have now automatic row-breaking for cells with width! Also added
the fix from Denkel. See ChangeLog.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@732 a592a061-630c-0410-9148-cb99ea01b6c8
25 files changed:
ChangeLog
src/BufferView.h
src/BufferView2.C
src/TableLayout.C
src/TabularLayout.C
src/insets/inset.C
src/insets/insetcollapsable.C
src/insets/insetcollapsable.h
src/insets/insetlof.h
src/insets/insetlot.h
src/insets/insettabular.C
src/insets/insettabular.h
src/insets/insettext.C
src/insets/insettext.h
src/insets/lyxinset.h
src/lyxfunc.C
src/mathed/formula.C
src/mathed/formula.h
src/mathed/formulamacro.C
src/mathed/math_write.C
src/tabular.C
src/tabular.h
src/text.C
src/vspace.C
src/vspace.h