]> git.lyx.org Git - lyx.git/commit
everything is an inset. sizeof(MathInset) == 36 on IA32
authorAndré Pönitz <poenitz@gmx.net>
Fri, 3 Aug 2001 17:10:22 +0000 (17:10 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Fri, 3 Aug 2001 17:10:22 +0000 (17:10 +0000)
commit51e0c8bd1f265913a64fb46bc61fcfdb26f02303
tree3ec9a7b5a503b11c18cea840c512c909b4a7c7ff
parent0e9af0297fa6b1080beadc3345915eb446933739
everything is an inset.   sizeof(MathInset) == 36 on IA32

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2413 a592a061-630c-0410-9148-cb99ea01b6c8
34 files changed:
src/mathed/BUGS
src/mathed/Makefile.am
src/mathed/array.C
src/mathed/array.h
src/mathed/math_cursor.C
src/mathed/math_cursor.h
src/mathed/math_decorationinset.C
src/mathed/math_decorationinset.h
src/mathed/math_deliminset.C
src/mathed/math_deliminset.h
src/mathed/math_fracinset.C
src/mathed/math_fracinset.h
src/mathed/math_funcinset.C
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_macrotemplate.C
src/mathed/math_macrotemplate.h
src/mathed/math_matrixinset.C
src/mathed/math_nestinset.C [new file with mode: 0644]
src/mathed/math_nestinset.h [new file with mode: 0644]
src/mathed/math_parser.C
src/mathed/math_rootinset.C
src/mathed/math_rootinset.h
src/mathed/math_scriptinset.C
src/mathed/math_scriptinset.h
src/mathed/math_sizeinset.C
src/mathed/math_sizeinset.h
src/mathed/math_sqrtinset.C
src/mathed/math_sqrtinset.h
src/mathed/xarray.C