]> git.lyx.org Git - features.git/commit
fix the resize bug, make some more inset funcs const, cleanup in lyxscreen, painter...
authorLars Gullik Bjønnes <larsbj@gullik.org>
Fri, 18 Feb 2000 22:22:42 +0000 (22:22 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Fri, 18 Feb 2000 22:22:42 +0000 (22:22 +0000)
commit5ba861bb096de90bd5c29c75626200958e3a5ca9
tree5454fcae09cb0a8094f6b0a6d4c8735f0f598c97
parenta0cf758d5a79140045c2a90e2ff5878e0b391bcc
fix the resize bug, make some more inset funcs const, cleanup in lyxscreen, painter, workarea

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@561 a592a061-630c-0410-9148-cb99ea01b6c8
47 files changed:
ChangeLog
acinclude.m4
config/lyxinclude.m4
src/BufferView.C
src/BufferView2.C
src/Painter.C
src/Painter.h
src/PainterBase.h
src/WorkArea.C
src/insets/figinset.C
src/insets/figinset.h
src/insets/insetbib.C
src/insets/insetbib.h
src/insets/insetcommand.C
src/insets/insetcommand.h
src/insets/inseterror.C
src/insets/inseterror.h
src/insets/insetinclude.C
src/insets/insetinclude.h
src/insets/insetinfo.C
src/insets/insetinfo.h
src/insets/insetlabel.C
src/insets/insetlabel.h
src/insets/insetlatexaccent.C
src/insets/insetlatexaccent.h
src/insets/insetparent.C
src/insets/insetparent.h
src/insets/insetquotes.C
src/insets/insetquotes.h
src/insets/insetref.C
src/insets/insetref.h
src/insets/insetspecialchar.C
src/insets/insetspecialchar.h
src/insets/inseturl.C
src/insets/inseturl.h
src/insets/lyxinset.h
src/lyxfont.h
src/lyxparagraph.h
src/lyxscreen.h
src/mathed/formula.C
src/mathed/formula.h
src/mathed/formulamacro.C
src/mathed/formulamacro.h
src/paragraph.C
src/screen.C
src/text.C
src/text2.C