]> git.lyx.org Git - features.git/commit
GUI API Cleanup step 2: merge of the "younes" branch.
authorAbdelrazak Younes <younes@lyx.org>
Mon, 26 Jun 2006 16:55:35 +0000 (16:55 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Mon, 26 Jun 2006 16:55:35 +0000 (16:55 +0000)
commit3287c44f3322973eb6a31709dcdd7e0feb9f27a2
tree1ca053b32bfb5c9b24293b492c8738516eafec2e
parentf5fbef2d8f3fde203fc04626856c2578ce1d3103
GUI API Cleanup step 2: merge of the "younes" branch.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14231 a592a061-630c-0410-9148-cb99ea01b6c8
62 files changed:
src/BufferView.C
src/BufferView.h
src/BufferView_pimpl.C
src/BufferView_pimpl.h
src/frontends/Gui.h
src/frontends/GuiCursor.C
src/frontends/GuiCursor.h
src/frontends/LyXView.C
src/frontends/LyXView.h
src/frontends/WorkArea.C
src/frontends/WorkArea.h
src/frontends/controllers/Kernel.C
src/frontends/gtk/GMiniBuffer.C
src/frontends/gtk/GPainter.C
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
src/frontends/gtk/GuiImplementation.C [new file with mode: 0644]
src/frontends/gtk/GuiImplementation.h
src/frontends/gtk/GuiWorkArea.h
src/frontends/gtk/Makefile.am
src/frontends/gtk/lyx_gui.C
src/frontends/qt3/GuiImplementation.h
src/frontends/qt3/GuiWorkArea.h
src/frontends/qt3/QContentPane.C
src/frontends/qt3/QtView.C
src/frontends/qt3/QtView.h
src/frontends/qt3/lyx_gui.C
src/frontends/qt3/qscreen.C
src/frontends/qt3/qscreen.h
src/frontends/qt4/Action.C
src/frontends/qt4/FontLoader.h
src/frontends/qt4/GuiImplementation.C
src/frontends/qt4/GuiImplementation.h
src/frontends/qt4/GuiView.C
src/frontends/qt4/GuiView.h
src/frontends/qt4/GuiWorkArea.C
src/frontends/qt4/GuiWorkArea.h
src/frontends/qt4/QLPainter.C
src/frontends/qt4/lyx_gui.C
src/frontends/qt4/qfont_metrics.C
src/frontends/xforms/GuiClipboard.h
src/frontends/xforms/GuiImplementation.C [new file with mode: 0644]
src/frontends/xforms/GuiImplementation.h
src/frontends/xforms/GuiWorkArea.h
src/frontends/xforms/Makefile.am
src/frontends/xforms/XFormsView.C
src/frontends/xforms/XFormsView.h
src/frontends/xforms/XWorkArea.C
src/frontends/xforms/XWorkArea.h
src/frontends/xforms/lyx_gui.C
src/frontends/xforms/xscreen.C
src/frontends/xforms/xscreen.h
src/importer.C
src/lyx_main.C
src/lyx_main.h
src/lyxfunc.C
src/text3.C