]> git.lyx.org Git - features.git/commit
Introduce InsetPreview.
authorVincent van Ravesteijn <vfr@lyx.org>
Sun, 28 Mar 2010 13:47:50 +0000 (13:47 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Sun, 28 Mar 2010 13:47:50 +0000 (13:47 +0000)
commitbb69584112dd31dacb39b387781a9d00af9c7a57
tree536e188654dc785377dca1e6e0623c06cdb15f9a
parent69f46cf1b2b56bdb2dd2d84a4205c823e407728b
Introduce InsetPreview.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33890 a592a061-630c-0410-9148-cb99ea01b6c8
15 files changed:
development/scons/scons_manifest.py
lib/layouts/stdinsets.inc
lib/ui/stdcontext.inc
lib/ui/stdmenus.inc
src/Color.cpp
src/ColorCode.h
src/FuncCode.h
src/LyXAction.cpp
src/Makefile.am
src/Text3.cpp
src/factory.cpp
src/insets/InsetCode.h
src/insets/InsetPreview.cpp [new file with mode: 0644]
src/insets/InsetPreview.h [new file with mode: 0644]
src/insets/InsetTabular.cpp