]> git.lyx.org Git - lyx.git/commit
Fixed some redraw problems in InsetText/Tabular/Collapsable. Fixed problems
authorJürgen Vigna <jug@sad.it>
Fri, 13 Apr 2001 14:49:58 +0000 (14:49 +0000)
committerJürgen Vigna <jug@sad.it>
Fri, 13 Apr 2001 14:49:58 +0000 (14:49 +0000)
commit69204a88fd944a5ef5b8e64480fb7235da753c86
tree3f35641fb4ec4153fd6a272514003dfab954c264
parent8af57ecef16668c669f5fe0215c05ba90017e263
Fixed some redraw problems in InsetText/Tabular/Collapsable. Fixed problems
regarding automatic scrolling of Tabulars (still something wrong). Broken
MousePointer inside InsetText&co (hopefully easy to fix), but I still commit
so that people can have a look at it. It also should enhance speed of redraw
and minimize redraws (still some optimization possible).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1915 a592a061-630c-0410-9148-cb99ea01b6c8
15 files changed:
src/ChangeLog
src/insets/ChangeLog
src/insets/inset.C
src/insets/insetcollapsable.C
src/insets/insetcollapsable.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/lyxrc.h
src/tabular.C
src/tabular.h
src/text.C