]> git.lyx.org Git - features.git/commit
Various update/redraw fixes. Cleaned up InsetERT and added a dialog for
authorJürgen Vigna <jug@sad.it>
Mon, 6 Aug 2001 14:55:02 +0000 (14:55 +0000)
committerJürgen Vigna <jug@sad.it>
Mon, 6 Aug 2001 14:55:02 +0000 (14:55 +0000)
commit26b1fa7be88e8388415b1aa49fb41cc2fc02c2db
treebef619539aa035fce6f121ac9ba9cb7da5abb430
parent24ef8d0aab52f7a671d8b129809f083b01e8fc13
Various update/redraw fixes. Cleaned up InsetERT and added a dialog for
changing between statuses. Save the statuses to file.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2425 a592a061-630c-0410-9148-cb99ea01b6c8
27 files changed:
po/POTFILES.in
src/ChangeLog
src/frontends/Dialogs.h
src/frontends/controllers/ChangeLog
src/frontends/controllers/ControlERT.C [new file with mode: 0644]
src/frontends/controllers/ControlERT.h [new file with mode: 0644]
src/frontends/controllers/GUI.h
src/frontends/controllers/Makefile.am
src/frontends/xforms/ChangeLog
src/frontends/xforms/Dialogs.C
src/frontends/xforms/FormERT.C [new file with mode: 0644]
src/frontends/xforms/FormERT.h [new file with mode: 0644]
src/frontends/xforms/Makefile.am
src/frontends/xforms/form_ert.C [new file with mode: 0644]
src/frontends/xforms/form_ert.h [new file with mode: 0644]
src/frontends/xforms/forms/form_ert.C.patch [new file with mode: 0644]
src/frontends/xforms/forms/form_ert.fd [new file with mode: 0644]
src/frontends/xforms/forms/makefile
src/insets/ChangeLog
src/insets/insetcollapsable.h
src/insets/insetert.C
src/insets/insetert.h
src/insets/insetminipage.C
src/insets/insetminipage.h
src/insets/insettext.C
src/insets/insettext.h
src/text.C