]> git.lyx.org Git - features.git/commit
Various fixes to Tabular, InsetTabular and InsetText. Fixed left border for
authorJürgen Vigna <jug@sad.it>
Mon, 28 May 2001 15:11:24 +0000 (15:11 +0000)
committerJürgen Vigna <jug@sad.it>
Mon, 28 May 2001 15:11:24 +0000 (15:11 +0000)
commit4bcf99c809049e2551f990a9962fd61676f35caa
treef322b675950cd425a12ca1c9329a8ee85cf3ecc4
parent6b971d39b2ef1709fa0d5358304e83a1b23de24d
Various fixes to Tabular, InsetTabular and InsetText. Fixed left border for
multicolumn cells, fixed repaint and recalc issues of insets, fixed scrolling
of large tabulars, ADDED settings of fonts on selections, more minor stuff
I cannot remember right now, more to follow.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2027 a592a061-630c-0410-9148-cb99ea01b6c8
18 files changed:
src/ChangeLog
src/bufferview_funcs.C
src/insets/ChangeLog
src/insets/inset.C
src/insets/insetcollapsable.C
src/insets/insetcollapsable.h
src/insets/insetert.C
src/insets/insetert.h
src/insets/insetminipage.C
src/insets/insettabular.C
src/insets/insettabular.h
src/insets/insettext.C
src/insets/insettext.h
src/insets/lyxinset.h
src/lyxtext.h
src/tabular.C
src/text.C
src/text2.C