]> git.lyx.org Git - features.git/commit
Previews for \input insets.
authorAngus Leeming <leeming@lyx.org>
Thu, 1 Aug 2002 17:28:59 +0000 (17:28 +0000)
committerAngus Leeming <leeming@lyx.org>
Thu, 1 Aug 2002 17:28:59 +0000 (17:28 +0000)
commitd91ffd8d78f941d34d6821ba69613676f1a25a8b
treeba66460cc644bbbca627531bf34e0ee98dbb85a7
parentbec8a7b65c385bf08bbfd7a23044fa357f74cc2f
Previews for \input insets.
Refactor code common to InsetInclude and InsetFormula into a new
PreviewedInset class.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4830 a592a061-630c-0410-9148-cb99ea01b6c8
14 files changed:
src/graphics/ChangeLog
src/graphics/Makefile.am
src/graphics/PreviewLoader.C
src/graphics/PreviewedInset.C [new file with mode: 0644]
src/graphics/PreviewedInset.h [new file with mode: 0644]
src/graphics/Previews.C
src/insets/ChangeLog
src/insets/inset.h
src/insets/insetinclude.C
src/insets/insetinclude.h
src/mathed/ChangeLog
src/mathed/formula.C
src/mathed/formula.h
src/mathed/math_nestinset.C