]> git.lyx.org Git - features.git/commit
new hierarchy for frac-like things
authorAndré Pönitz <poenitz@gmx.net>
Wed, 8 Aug 2001 17:26:30 +0000 (17:26 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Wed, 8 Aug 2001 17:26:30 +0000 (17:26 +0000)
commitcbf29c8fdcce744d30fa050666d5a47e6c19840c
tree5fea2213946a8a091638e4d287add15f43ce7ca5
parent252b1e560c17b4728d9878978d32f697d70d3846
new hierarchy for frac-like things
'native' \stackrel support
remove MathInset::name_ member (sizeof(MathInset) == 20 on IA32 now);

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2457 a592a061-630c-0410-9148-cb99ea01b6c8
30 files changed:
src/mathed/ChangeLog
src/mathed/Makefile.am
src/mathed/array.C
src/mathed/array.h
src/mathed/math_arrayinset.C
src/mathed/math_cursor.C
src/mathed/math_fracbase.C [new file with mode: 0644]
src/mathed/math_fracbase.h [new file with mode: 0644]
src/mathed/math_fracinset.C
src/mathed/math_fracinset.h
src/mathed/math_funcinset.C
src/mathed/math_funcinset.h
src/mathed/math_gridinset.C
src/mathed/math_gridinset.h
src/mathed/math_inset.C
src/mathed/math_inset.h
src/mathed/math_macro.C
src/mathed/math_macro.h
src/mathed/math_macrotable.C
src/mathed/math_macrotemplate.C
src/mathed/math_macrotemplate.h
src/mathed/math_matrixinset.C
src/mathed/math_nestinset.C
src/mathed/math_nestinset.h
src/mathed/math_parser.C
src/mathed/math_parser.h
src/mathed/math_sizeinset.C
src/mathed/math_sizeinset.h
src/mathed/math_stackrelinset.C [new file with mode: 0644]
src/mathed/math_stackrelinset.h [new file with mode: 0644]