]> git.lyx.org Git - features.git/commit
a step towards world domination^H^H^H
authorAndré Pönitz <poenitz@gmx.net>
Wed, 31 Jul 2002 17:26:14 +0000 (17:26 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Wed, 31 Jul 2002 17:26:14 +0000 (17:26 +0000)
commit990069f5463dd0b57e0ea1f792b15a320ed8358a
treec193fcbd3f023622174559499e36f484bee9d609
parentcdbe361370e26de608a5662ed1387e8f11c83d08
a step towards world domination^H^H^H
aehm... move things from the parbox inset to an abstract base class
'MathTextInset' and have a shot on implementing an ERT inset on top of
that.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4819 a592a061-630c-0410-9148-cb99ea01b6c8
21 files changed:
src/mathed/Makefile.am
src/mathed/formulabase.C
src/mathed/math_cursor.C
src/mathed/math_ertinset.C [new file with mode: 0644]
src/mathed/math_ertinset.h [new file with mode: 0644]
src/mathed/math_factory.C
src/mathed/math_gridinset.C
src/mathed/math_gridinset.h
src/mathed/math_mathmlstream.C
src/mathed/math_metricsinfo.C
src/mathed/math_parboxinset.C
src/mathed/math_parboxinset.h
src/mathed/math_parinset.C
src/mathed/math_parinset.h
src/mathed/math_parser.C
src/mathed/math_scriptinset.C
src/mathed/math_support.C
src/mathed/math_textinset.C [new file with mode: 0644]
src/mathed/math_textinset.h [new file with mode: 0644]
src/mathed/math_xdata.C
src/mathed/math_xdata.h