]> git.lyx.org Git - lyx.git/commit
Rewrote the maths panel so that ALL the popups now derive from FormBaseBD,
authorAngus Leeming <leeming@lyx.org>
Mon, 19 Mar 2001 15:38:22 +0000 (15:38 +0000)
committerAngus Leeming <leeming@lyx.org>
Mon, 19 Mar 2001 15:38:22 +0000 (15:38 +0000)
commit5997291fc31b18f855340e2533e38c47ca924e18
treef0f30ecad944ede9455da56ee7b6c38c801055e8
parentbff6a87b5e4e6e28924328ae2b261aa03a4fb75c
Rewrote the maths panel so that ALL the popups now derive from FormBaseBD,
cleaning up the logic in the process. Should now be easy to move to a
controller-view split.
Moved the minw_, minh_ bug-fix into the base class. Can now forget about it!

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1793 a592a061-630c-0410-9148-cb99ea01b6c8
67 files changed:
po/POTFILES.in
src/frontends/xforms/ChangeLog
src/frontends/xforms/Dialogs.C
src/frontends/xforms/FormBase.C
src/frontends/xforms/FormBaseDeprecated.C
src/frontends/xforms/FormBaseDeprecated.h
src/frontends/xforms/FormBibitem.C
src/frontends/xforms/FormBibtex.C
src/frontends/xforms/FormBrowser.C
src/frontends/xforms/FormCharacter.C
src/frontends/xforms/FormCitation.C
src/frontends/xforms/FormCopyright.C
src/frontends/xforms/FormCredits.C
src/frontends/xforms/FormDocument.C
src/frontends/xforms/FormError.C
src/frontends/xforms/FormExternal.C
src/frontends/xforms/FormGraphics.C
src/frontends/xforms/FormInclude.C
src/frontends/xforms/FormIndex.C
src/frontends/xforms/FormMaths.C [deleted file]
src/frontends/xforms/FormMaths.h [deleted file]
src/frontends/xforms/FormMathsBitmap.C [new file with mode: 0644]
src/frontends/xforms/FormMathsBitmap.h [new file with mode: 0644]
src/frontends/xforms/FormMathsDeco.C [new file with mode: 0644]
src/frontends/xforms/FormMathsDeco.h [new file with mode: 0644]
src/frontends/xforms/FormMathsDelim.C [new file with mode: 0644]
src/frontends/xforms/FormMathsDelim.h [new file with mode: 0644]
src/frontends/xforms/FormMathsMatrix.C [new file with mode: 0644]
src/frontends/xforms/FormMathsMatrix.h [new file with mode: 0644]
src/frontends/xforms/FormMathsPanel.C [new file with mode: 0644]
src/frontends/xforms/FormMathsPanel.h [new file with mode: 0644]
src/frontends/xforms/FormMathsSpace.C [new file with mode: 0644]
src/frontends/xforms/FormMathsSpace.h [new file with mode: 0644]
src/frontends/xforms/FormMinipage.C
src/frontends/xforms/FormParagraph.C
src/frontends/xforms/FormPreamble.C
src/frontends/xforms/FormPreferences.C
src/frontends/xforms/FormPrint.C
src/frontends/xforms/FormRef.C
src/frontends/xforms/FormSearch.C
src/frontends/xforms/FormTabular.C
src/frontends/xforms/FormTabularCreate.C
src/frontends/xforms/FormToc.C
src/frontends/xforms/FormUrl.C
src/frontends/xforms/Makefile.am
src/frontends/xforms/MathsSymbols.C
src/frontends/xforms/MathsSymbols.h
src/frontends/xforms/Toolbar_pimpl.C
src/frontends/xforms/form_maths.C [deleted file]
src/frontends/xforms/form_maths.h [deleted file]
src/frontends/xforms/form_maths_deco.C [new file with mode: 0644]
src/frontends/xforms/form_maths_deco.h [new file with mode: 0644]
src/frontends/xforms/form_maths_delim.C [new file with mode: 0644]
src/frontends/xforms/form_maths_delim.h [new file with mode: 0644]
src/frontends/xforms/form_maths_matrix.C [new file with mode: 0644]
src/frontends/xforms/form_maths_matrix.h [new file with mode: 0644]
src/frontends/xforms/form_maths_panel.C [new file with mode: 0644]
src/frontends/xforms/form_maths_panel.h [new file with mode: 0644]
src/frontends/xforms/form_maths_space.C [new file with mode: 0644]
src/frontends/xforms/form_maths_space.h [new file with mode: 0644]
src/frontends/xforms/forms/form_maths.fd [deleted file]
src/frontends/xforms/forms/form_maths_deco.fd [new file with mode: 0644]
src/frontends/xforms/forms/form_maths_delim.fd [new file with mode: 0644]
src/frontends/xforms/forms/form_maths_matrix.fd [new file with mode: 0644]
src/frontends/xforms/forms/form_maths_panel.fd [new file with mode: 0644]
src/frontends/xforms/forms/form_maths_space.fd [new file with mode: 0644]
src/frontends/xforms/forms/makefile