]> git.lyx.org Git - features.git/commit
split super/subscript handling in new base class MathUpDownInset and
authorAndré Pönitz <poenitz@gmx.net>
Thu, 12 Jul 2001 07:18:29 +0000 (07:18 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Thu, 12 Jul 2001 07:18:29 +0000 (07:18 +0000)
commit0024f42724dd9f5eb20d6d5a14276fad4e744963
tree87d99e796caed570beb0277e100023bd08289a94
parentb33a63e177780199ed93c0417db41ae2fa7c9a36
split super/subscript handling in new base class MathUpDownInset and
MathScriptInset/MathBigOpInset

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2220 a592a061-630c-0410-9148-cb99ea01b6c8
49 files changed:
src/mathed/ChangeLog
src/mathed/Makefile.am
src/mathed/array.C
src/mathed/array.h
src/mathed/formulabase.C
src/mathed/math_accentinset.C
src/mathed/math_accentinset.h
src/mathed/math_bigopinset.C
src/mathed/math_bigopinset.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_dotsinset.C
src/mathed/math_dotsinset.h
src/mathed/math_fracinset.C
src/mathed/math_fracinset.h
src/mathed/math_funcinset.C
src/mathed/math_funcinset.h
src/mathed/math_grid.C
src/mathed/math_grid.h
src/mathed/math_inset.C
src/mathed/math_inset.h
src/mathed/math_macro.C
src/mathed/math_macro.h
src/mathed/math_macroarg.C
src/mathed/math_macroarg.h
src/mathed/math_macrotable.C
src/mathed/math_macrotemplate.C
src/mathed/math_macrotemplate.h
src/mathed/math_matrixinset.C
src/mathed/math_matrixinset.h
src/mathed/math_parser.C
src/mathed/math_root.C
src/mathed/math_root.h
src/mathed/math_scriptinset.C
src/mathed/math_scriptinset.h
src/mathed/math_sizeinset.C
src/mathed/math_sizeinset.h
src/mathed/math_spaceinset.C
src/mathed/math_spaceinset.h
src/mathed/math_sqrtinset.C
src/mathed/math_sqrtinset.h
src/mathed/math_updowninset.C [new file with mode: 0644]
src/mathed/math_updowninset.h [new file with mode: 0644]
src/mathed/xarray.C
src/mathed/xarray.h