]> git.lyx.org Git - features.git/commit
first go at mathed file cleanup
authorLars Gullik Bjønnes <larsbj@gullik.org>
Tue, 13 Feb 2001 13:28:32 +0000 (13:28 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Tue, 13 Feb 2001 13:28:32 +0000 (13:28 +0000)
commitb906c06db6ecd4b63bb5cdb5781ab05029303e25
tree3db0144bdc7b5c0635d0b2cf5e44c5f3294cdb6b
parent4223bf2def603d072369d1e33372d826c17a7091
first go at mathed file cleanup

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1495 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/formula.C
src/mathed/marh_sqrtinset.h [new file with mode: 0644]
src/mathed/math_accentinset.C [new file with mode: 0644]
src/mathed/math_accentinset.h [new file with mode: 0644]
src/mathed/math_bigopinset.C [new file with mode: 0644]
src/mathed/math_bigopinset.h [new file with mode: 0644]
src/mathed/math_cursor.C
src/mathed/math_cursor.h
src/mathed/math_decorationinset.C [new file with mode: 0644]
src/mathed/math_decorationinset.h [new file with mode: 0644]
src/mathed/math_defs.h
src/mathed/math_delim.C
src/mathed/math_deliminset.C [new file with mode: 0644]
src/mathed/math_deliminset.h [new file with mode: 0644]
src/mathed/math_dotsinset.C [new file with mode: 0644]
src/mathed/math_dotsinset.h [new file with mode: 0644]
src/mathed/math_draw.C
src/mathed/math_fracinset.C [new file with mode: 0644]
src/mathed/math_fracinset.h [new file with mode: 0644]
src/mathed/math_funcinset.C [new file with mode: 0644]
src/mathed/math_funcinset.h [new file with mode: 0644]
src/mathed/math_inset.C
src/mathed/math_inset.h
src/mathed/math_iter.C
src/mathed/math_iter.h
src/mathed/math_macro.C
src/mathed/math_macro.h
src/mathed/math_matrixinset.C [new file with mode: 0644]
src/mathed/math_matrixinset.h [new file with mode: 0644]
src/mathed/math_parinset.C [new file with mode: 0644]
src/mathed/math_parinset.h [new file with mode: 0644]
src/mathed/math_parser.C
src/mathed/math_root.h
src/mathed/math_rowst.h [new file with mode: 0644]
src/mathed/math_spaceinset.C [new file with mode: 0644]
src/mathed/math_spaceinset.h [new file with mode: 0644]
src/mathed/math_sqrtinset.C [new file with mode: 0644]
src/mathed/math_sqrtinset.h [new file with mode: 0644]
src/mathed/math_write.C
src/mathed/math_xiter.C [new file with mode: 0644]
src/mathed/math_xiter.h [new file with mode: 0644]
src/mathed/matriz.C [new file with mode: 0644]
src/mathed/matriz.h [new file with mode: 0644]
src/mathed/support.C [new file with mode: 0644]
src/mathed/support.h [new file with mode: 0644]