]> git.lyx.org Git - features.git/commit
new painter,workarea and lcolor. Read the diff/sources and ChangeLog...
authorLars Gullik Bjønnes <larsbj@gullik.org>
Thu, 10 Feb 2000 17:53:36 +0000 (17:53 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Thu, 10 Feb 2000 17:53:36 +0000 (17:53 +0000)
commitcfdd73ea94c3cc0058459d67b1c62fabd31fbeb1
treeca7d36a15aead6ca7d5fa8b484d98697b3d710d6
parent7c25e68cf1779b82b82d26f0c6e93e286275a4b1
new painter,workarea and lcolor. Read the diff/sources and ChangeLog...

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@550 a592a061-630c-0410-9148-cb99ea01b6c8
64 files changed:
ChangeLog
po/POTFILES.in
src/BufferView.C
src/BufferView.h
src/FontLoader.C
src/LColor.C [new file with mode: 0644]
src/LColor.h [new file with mode: 0644]
src/LyXView.C
src/Makefile.am
src/Painter.C [new file with mode: 0644]
src/Painter.h [new file with mode: 0644]
src/PainterBase.C [new file with mode: 0644]
src/PainterBase.h [new file with mode: 0644]
src/WorkArea.C [new file with mode: 0644]
src/WorkArea.h [new file with mode: 0644]
src/bmtable.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/insetinfo.C
src/insets/insetinfo.h
src/insets/insetlatexaccent.C
src/insets/insetlatexaccent.h
src/insets/insetquotes.C
src/insets/insetquotes.h
src/insets/insetspecialchar.C
src/insets/insetspecialchar.h
src/insets/inseturl.h
src/insets/lyxinset.h
src/lyx_cb.C
src/lyx_gui.C
src/lyxdraw.C
src/lyxdraw.h
src/lyxfont.C
src/lyxfont.h
src/lyxfr1.C
src/lyxfunc.C
src/lyxscreen.h
src/lyxtext.h
src/mathed/formula.C
src/mathed/formula.h
src/mathed/formulamacro.C
src/mathed/formulamacro.h
src/mathed/math_cursor.C
src/mathed/math_cursor.h
src/mathed/math_defs.h
src/mathed/math_delim.C
src/mathed/math_draw.C
src/mathed/math_inset.C
src/mathed/math_inset.h
src/mathed/math_macro.C
src/mathed/math_macro.h
src/mathed/math_root.C
src/mathed/math_root.h
src/minibuffer.C
src/paragraph.C
src/screen.C
src/text.C
src/text2.C