]> git.lyx.org Git - features.git/commit
This is the merging of the GUI API cleanup branch that was developed in svn+ssh:...
authorAbdelrazak Younes <younes@lyx.org>
Tue, 20 Jun 2006 08:39:16 +0000 (08:39 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Tue, 20 Jun 2006 08:39:16 +0000 (08:39 +0000)
commitd8ae51dbe178d6b10a56c747cfd399a4dbba8117
treedd3863260eca764ea656c626b28ec22ee9bd6713
parent9ae369d22fafd718abead1c0630fe8d3857f9a10
This is the merging of the GUI API cleanup branch that was developed in svn+ssh://svn.lyx.org/lyx/lyx-devel/branches/personal/younes.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14152 a592a061-630c-0410-9148-cb99ea01b6c8
92 files changed:
development/scons/SConstruct
src/BufferView.C
src/BufferView.h
src/BufferView_pimpl.C
src/BufferView_pimpl.h
src/frontends/Clipboard.h [new file with mode: 0644]
src/frontends/Gui.h [new file with mode: 0644]
src/frontends/GuiCursor.C [new file with mode: 0644]
src/frontends/GuiCursor.h [new file with mode: 0644]
src/frontends/LyXScreenFactory.h [deleted file]
src/frontends/LyXView.h
src/frontends/Makefile.am
src/frontends/Painter.C
src/frontends/Painter.h
src/frontends/WorkArea.C [new file with mode: 0644]
src/frontends/WorkArea.h
src/frontends/WorkAreaFactory.h [deleted file]
src/frontends/gtk/GScreen.C
src/frontends/gtk/GScreen.h
src/frontends/gtk/GView.C
src/frontends/gtk/GView.h
src/frontends/gtk/GWorkArea.C
src/frontends/gtk/GWorkArea.h
src/frontends/gtk/GuiClipboard.h [new file with mode: 0644]
src/frontends/gtk/GuiImplementation.h [new file with mode: 0644]
src/frontends/gtk/GuiWorkArea.h [new file with mode: 0644]
src/frontends/gtk/LyXScreenFactory.C [deleted file]
src/frontends/gtk/Makefile.am
src/frontends/gtk/WorkAreaFactory.C [deleted file]
src/frontends/nullpainter.C
src/frontends/nullpainter.h
src/frontends/qt3/GuiClipboard.h [new file with mode: 0644]
src/frontends/qt3/GuiImplementation.h [new file with mode: 0644]
src/frontends/qt3/GuiWorkArea.h [new file with mode: 0644]
src/frontends/qt3/LyXScreenFactory.C [deleted file]
src/frontends/qt3/Makefile.am
src/frontends/qt3/QContentPane.C
src/frontends/qt3/QContentPane.h
src/frontends/qt3/QLPainter.C
src/frontends/qt3/QLPainter.h
src/frontends/qt3/QWorkArea.C
src/frontends/qt3/QWorkArea.h
src/frontends/qt3/QtView.C
src/frontends/qt3/QtView.h
src/frontends/qt3/WorkAreaFactory.C [deleted file]
src/frontends/qt3/qscreen.C
src/frontends/qt3/qscreen.h
src/frontends/qt3/qtTimeout.C
src/frontends/qt3/qtTimeout.h
src/frontends/qt4/GuiClipboard.h [new file with mode: 0644]
src/frontends/qt4/GuiImplementation.C [new file with mode: 0644]
src/frontends/qt4/GuiImplementation.h [new file with mode: 0644]
src/frontends/qt4/GuiWorkArea.C [new file with mode: 0644]
src/frontends/qt4/GuiWorkArea.h [new file with mode: 0644]
src/frontends/qt4/LyXScreenFactory.C [deleted file]
src/frontends/qt4/Makefile.am
src/frontends/qt4/Makefile.dialogs
src/frontends/qt4/QLPainter.C
src/frontends/qt4/QLPainter.h
src/frontends/qt4/QWorkArea.C [deleted file]
src/frontends/qt4/QWorkArea.h [deleted file]
src/frontends/qt4/QtView.C
src/frontends/qt4/QtView.h
src/frontends/qt4/WorkAreaFactory.C [deleted file]
src/frontends/qt4/lyx_gui.C
src/frontends/screen.C [deleted file]
src/frontends/screen.h [deleted file]
src/frontends/xforms/GuiClipboard.h [new file with mode: 0644]
src/frontends/xforms/GuiImplementation.h [new file with mode: 0644]
src/frontends/xforms/GuiWorkArea.h [new file with mode: 0644]
src/frontends/xforms/LyXScreenFactory.C [deleted file]
src/frontends/xforms/Makefile.am
src/frontends/xforms/WorkAreaFactory.C [deleted file]
src/frontends/xforms/XFormsView.C
src/frontends/xforms/XFormsView.h
src/frontends/xforms/XWorkArea.C
src/frontends/xforms/XWorkArea.h
src/frontends/xforms/xscreen.C
src/frontends/xforms/xscreen.h
src/insets/insetcollapsable.h
src/insets/insetline.C
src/insets/insetpagebreak.C
src/insets/insettabular.C
src/insets/insettabular.h
src/lyxtext.h
src/mathed/math_nestinset.C
src/mathed/math_support.C
src/metricsinfo.C
src/metricsinfo.h
src/rowpainter.C
src/support/lstrings.C
src/support/lstrings.h