]> git.lyx.org Git - lyx.git/commit
Baruch's graphics-patch + minipage-support in tabular-cells.
authorJürgen Vigna <jug@sad.it>
Mon, 31 Jul 2000 12:30:10 +0000 (12:30 +0000)
committerJürgen Vigna <jug@sad.it>
Mon, 31 Jul 2000 12:30:10 +0000 (12:30 +0000)
commitf4bad86bdaf333294ad1309b20e3df113fc70c3a
tree65b60fb7bdf24d30315dec0355849a2e88e2a69a
parent3c3ebc68285e1a0d5a11cd202b9d0042e948394c
Baruch's graphics-patch + minipage-support in tabular-cells.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@938 a592a061-630c-0410-9148-cb99ea01b6c8
42 files changed:
ChangeLog
configure.in
po/POTFILES.in
src/LaTeXFeatures.C
src/LaTeXFeatures.h
src/Makefile.am
src/buffer.C
src/bufferlist.C
src/frontends/Dialogs.h
src/frontends/kde/Dialogs.C
src/frontends/xforms/Dialogs.C
src/frontends/xforms/FormGraphics.C [new file with mode: 0644]
src/frontends/xforms/FormGraphics.h [new file with mode: 0644]
src/frontends/xforms/FormTabular.C
src/frontends/xforms/Makefile.am
src/frontends/xforms/RadioButtonGroup.C [new file with mode: 0644]
src/frontends/xforms/RadioButtonGroup.h [new file with mode: 0644]
src/frontends/xforms/form_graphics.C [new file with mode: 0644]
src/frontends/xforms/form_graphics.h [new file with mode: 0644]
src/frontends/xforms/form_tabular.C
src/frontends/xforms/form_tabular.h
src/frontends/xforms/forms/form_graphics.fd [new file with mode: 0644]
src/frontends/xforms/forms/form_tabular.fd
src/frontends/xforms/forms/makefile
src/graphics/.cvsignore [new file with mode: 0644]
src/graphics/GraphicsCache.C [new file with mode: 0644]
src/graphics/GraphicsCache.h [new file with mode: 0644]
src/graphics/GraphicsCacheItem.C [new file with mode: 0644]
src/graphics/GraphicsCacheItem.h [new file with mode: 0644]
src/graphics/Makefile.am [new file with mode: 0644]
src/graphics/README [deleted file]
src/insets/Makefile.am
src/insets/insetgraphics.C
src/insets/insetgraphics.h
src/insets/insetgraphicsParams.C [new file with mode: 0644]
src/insets/insetgraphicsParams.h [new file with mode: 0644]
src/insets/insettabular.C
src/lyxfunc.C
src/support/Makefile.am
src/support/translator.h [new file with mode: 0644]
src/tabular.C
src/tabular.h