]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/ChangeLog
A layout engine for XForms.
[lyx.git] / src / frontends / ChangeLog
index 298b589597170aa0f65f27a06858e5b362c5b8fa..623e6d5d5cbb0ee39312aace1b79762116bb20e3 100644 (file)
@@ -1,3 +1,75 @@
+2004-04-28  Angus Leeming  <leeming@lyx.org>
+
+       * WorkAreaFactory.h (create): passed a LyXView &.
+       No longer passed x, y data.
+
+2004-04-27  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.h: add myself as author.
+
+2004-04-21  John Levon  <levon@movementarian.org>
+
+       * Toolbar.h:
+       * Toolbar.C: add display()
+
+2004-04-19  John Levon  <levon@movementarian.org>
+
+       * screen.C: re-show the cursor after a full expose
+
+2004-04-13  Angus Leeming  <leeming@lyx.org>
+
+       * LyXView.[Ch] (updateInset): pass it an InsetBase pointer rather
+       than an InsetOld one.
+
+2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * Makefile.am: adjust
+
+       * Painter.[Ch]: remove Painter & return value everywhere, make
+       virtual all remaining nonvirtual methods
+
+       * nullpainter.[Ch]: add no-op painter
+
+2004-04-05  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.h: remove #included header file. Clean up comments.
+
+2004-03-31  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.[Ch]: remove all the cruft needed by the original
+       MVC dialog code.
+
+2004-03-31  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.h (showPreamble):
+       * guiapi.[Ch] (gui_Preamble): removed.
+
+       * Dialogs.[Ch] (build): return a boost::shared_ptr rather than
+       a raw Dialog*. Nicer, but also enables the Qt frontend to
+       re-use the document dialog.
+
+2004-03-31  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.h (showSpellchecker):
+       * guiapi.[Ch] (gui_Spellchecker): removed.
+
+2004-03-31  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.h (showPreferences):
+       * guiapi.[Ch] (gui_ShowPreferences): removed.
+
+2004-03-30  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.h (showDocument): removed.
+
+       * guiapi.[Ch] (gui_ShowDocument): removed.
+
+2004-03-28  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.h (showPrint): removed.
+
+       * guiapi.[Ch] (gui_ShowPrint): removed.
+
 2004-03-27  Angus Leeming  <leeming@lyx.org>
 
        * Dialogs.h (showSendto): removed.
@@ -25,7 +97,7 @@
        * screen.[Ch] (fitCursor): use LCursor::getDim, simplify
        (fitManualCursor): remove
        (topCursorVisible): remove
-       
+
 
 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
 
 
 2003-11-10  André Pönitz  <poenitz@gmx.net>
 
-       * screen.C: adjust to removed inset locking 
+       * screen.C: adjust to removed inset locking
 
 2003-10-14  Angus Leeming  <leeming@lyx.org>