]> git.lyx.org Git - features.git/commit
guii2
authorJohn Levon <levon@movementarian.org>
Thu, 23 May 2002 12:08:47 +0000 (12:08 +0000)
committerJohn Levon <levon@movementarian.org>
Thu, 23 May 2002 12:08:47 +0000 (12:08 +0000)
commit435d527581277fab8b1aa67888f17d8439d07693
treed20ee942a3d482b02f7e5d126ca0836ec47b0dd0
parent7e1281921ccf65e0f1453fabb39a0f2d6f68e5a9
guii2

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4190 a592a061-630c-0410-9148-cb99ea01b6c8
106 files changed:
src/BufferView2.C
src/BufferView_pimpl.C
src/ChangeLog
src/FontLoader.C
src/LyXView.C [deleted file]
src/LyXView.h [deleted file]
src/Makefile.am
src/WorkArea.C
src/XFormsView.C [deleted file]
src/XFormsView.h [deleted file]
src/buffer.C
src/bufferlist.C
src/bufferview_funcs.C
src/converter.C
src/frontends/ChangeLog
src/frontends/Liason.C
src/frontends/LyXView.C [new file with mode: 0644]
src/frontends/LyXView.h [new file with mode: 0644]
src/frontends/Makefile.am
src/frontends/controllers/ChangeLog
src/frontends/controllers/ControlAboutlyx.C
src/frontends/controllers/ControlBibitem.C
src/frontends/controllers/ControlBibtex.C
src/frontends/controllers/ControlCharacter.C
src/frontends/controllers/ControlCitation.C
src/frontends/controllers/ControlCommand.C
src/frontends/controllers/ControlConnections.C
src/frontends/controllers/ControlERT.C
src/frontends/controllers/ControlError.C
src/frontends/controllers/ControlExternal.C
src/frontends/controllers/ControlFloat.C
src/frontends/controllers/ControlForks.C
src/frontends/controllers/ControlGraphics.C
src/frontends/controllers/ControlInclude.C
src/frontends/controllers/ControlIndex.C
src/frontends/controllers/ControlLog.C
src/frontends/controllers/ControlMinipage.C
src/frontends/controllers/ControlPreamble.C
src/frontends/controllers/ControlPrint.C
src/frontends/controllers/ControlRef.C
src/frontends/controllers/ControlSearch.C
src/frontends/controllers/ControlSendto.C
src/frontends/controllers/ControlShowFile.C
src/frontends/controllers/ControlSpellchecker.C
src/frontends/controllers/ControlTabularCreate.C
src/frontends/controllers/ControlTexinfo.C
src/frontends/controllers/ControlThesaurus.C
src/frontends/controllers/ControlToc.C
src/frontends/controllers/ControlUrl.C
src/frontends/controllers/ControlVCLog.C
src/frontends/gnome/ChangeLog
src/frontends/gnome/Dialogs.C
src/frontends/gnome/FileDialog.C
src/frontends/qt2/ChangeLog
src/frontends/qt2/QtLyXView.h
src/frontends/xforms/ChangeLog
src/frontends/xforms/DropDown.h
src/frontends/xforms/FileDialog.C
src/frontends/xforms/FormBaseDeprecated.C
src/frontends/xforms/FormDocument.C
src/frontends/xforms/FormIndex.C
src/frontends/xforms/FormInset.C
src/frontends/xforms/FormMathsBitmap.C
src/frontends/xforms/FormMathsDelim.C
src/frontends/xforms/FormMathsMatrix.C
src/frontends/xforms/FormMathsPanel.C
src/frontends/xforms/FormParagraph.C
src/frontends/xforms/FormPreferences.C
src/frontends/xforms/FormPrint.C
src/frontends/xforms/FormTabular.C
src/frontends/xforms/Makefile.am
src/frontends/xforms/XFormsView.C [new file with mode: 0644]
src/frontends/xforms/XFormsView.h [new file with mode: 0644]
src/importer.C
src/insets/ChangeLog
src/insets/insetbib.C
src/insets/insetcite.C
src/insets/inseterror.C
src/insets/insetert.C
src/insets/insetexternal.C
src/insets/insetfloat.C
src/insets/insetfloatlist.C
src/insets/insetgraphics.C
src/insets/insetinclude.C
src/insets/insetindex.C
src/insets/insetminipage.C
src/insets/insetparent.C
src/insets/insetref.C
src/insets/insettabular.C
src/insets/insettext.C
src/insets/insettoc.C
src/insets/inseturl.C
src/lyx_cb.C
src/lyx_gui.C
src/lyx_main.C
src/lyxfind.C
src/lyxfunc.C
src/lyxvc.C
src/mathed/ChangeLog
src/mathed/formula.C
src/mathed/formulabase.C
src/minibuffer.C
src/text.C
src/text2.C
src/trans.C
src/vc-backend.C