]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/ChangeLog
rowlist9
[lyx.git] / src / frontends / ChangeLog
index 0d0419d0b8527ce9838daafecab951128cfce7b8..fd847b81e526e443ea8f9680056d259d4c461015 100644 (file)
@@ -1,3 +1,149 @@
+2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * screen.C (topCursorVisible): adjust
+       (drawFromTo): adjust
+       (drawOneRow): adjust
+
+2003-03-31  John Levon  <levon@movementarian.org>
+
+       * lyx_gui.h: add new font name helpers, move
+       use_gui to here.
+
+       * Alert.C: from above
+
+2003-03-31  John Levon  <levon@movementarian.org>
+
+       * Alert_pimpl.h:
+       * Alert.h:
+       * Alert.C: finally kill alert()
+
+2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * screen.C (drawFromTo): adjust for RowList.
+       (update): adjust.
+
+2003-03-29  John Levon  <levon@movementarian.org>
+
+       * Alert.h:
+       * Alert.C:
+       * Alert_pimpl.h: kill err_alert. Add information(),
+       warning(), error()
+
+2003-03-29  John Levon  <levon@movementarian.org>
+
+       * Alert.h:
+       * Alert.C:
+       * Alert_pimpl.h: fix up askQuestion/askConfirmation
+       into prompt, to discourage Yes/No questions.
+
+2003-03-26  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.h: remove showThesaurus.
+       * guiapi.[Ch]: remove the gui_ equivalents.
+
+2003-03-25  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.h: remove showFile, showLogFile, showVCLogFile.
+       * guiapi.[Ch]: remove the gui_ equivalents.
+
+2003-03-22  John Levon  <levon@movementarian.org>
+
+       * screen.C:
+       * screen.h: LyXText refresh renamings
+
+2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * adjust for BufferView* arg removal from lyxtext.
+
+2003-03-17  John Levon  <levon@movementarian.org>
+
+       * screen.h:
+       * screen.C: remove cleared/background painting code,
+       update() was taking a pointless LyXText parameter
+
+2003-03-13  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.h: remove showParagraph and updateParagraph.
+       * guiapi.[Ch]: remove gui_ShowParagraph and gui_UpdateParagraph.
+
+2003-03-12  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.[Ch] (hide): rejig as a static method. Hide the signal
+       away.
+       (show): add a string arg.
+
+       * Dialogs.h: remove showCharacter and setUserFreeFont.
+       * guiapi.[Ch]: remove gui_ShowCharacter and gui_SetUserFreeFont.
+
+2003-03-10  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.h (hide): make it a static method that returns a
+       boost::signal2<> & (takes 'name' and 'inset' args).
+
+2003-03-09  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.h: remove showMergeChanges.
+
+2003-03-09  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.h: remove showAboutlyx.
+       * guiapi.[Ch]: remove gui_showAboutlyx.
+
+       * Dialogs.[Ch] (show): new method for non-inset dialogs.
+
+2003-03-09  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.h: remove showTabularCreate.
+       * guiapi.[Ch]: remove gui_showTabularCreate.
+
+2003-03-09  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.h: remove showTabular, updateTabular.
+       * guiapi.[Ch]: remove gui_updateTabular, gui_updateTabular.
+
+2003-03-07  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.h: remove showGraphics.
+       * guiapi.[Ch]: remove gui_showGraphics.
+
+2003-03-07  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.h: remove showMinipage, updateMinipage.
+       * guiapi.[Ch]: remove gui_showMinipage, gui_updateMinipage.
+
+2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
+
+       * screen.C: use LyXText::top_y() instead of LyXText::first_y
+
+2003-03-05  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.h: remove showWrap.
+       * guiapi.[Ch]: remove gui_ShowWrap.
+
+2003-03-05  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.h: remove showFloat.
+       * guiapi.[Ch]: remove gui_ShowFloat.
+
+2003-03-05  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.h: remove showInclude.
+       * guiapi.[Ch]: remove gui_ShowInclude.
+
+2003-03-05  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.h: remove showExternal.
+       * guiapi.[Ch]: remove gui_ShowExternal.
+
+2003-02-27  Angus Leeming  <leeming@lyx.org>
+
+       * screen.C (redraw, greyOut): ensure that the painter is started
+       before attempting to paint.
+
+2003-02-26  John Levon  <levon@movementarian.org>
+
+       * screen.C: use RowPainter
+
 2003-02-26  Angus Leeming  <leeming@lyx.org>
 
        * screen.[Ch]: ensure that the LyX splash screen is drawn if desired.
 
        * guiapi.[Ch]: provide a C-interface to the new Dialogs::show
        method. Retire the old functions that called dead Dialogs methods.
-       
+
 2003-02-21  Angus Leeming  <leeming@lyx.org>
 
        * Timeout.[Ch]: define a Timeout::Impl abstract base class from