]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/ChangeLog
Rename .C ==> .cpp for files in src/frontends, part two
[lyx.git] / src / frontends / ChangeLog
index 98f4c53d5ae15a13a943cb844c8d3a4c0d57f17a..22b399892352d9f685659f286257561f8432318a 100644 (file)
@@ -1,3 +1,173 @@
+2006-03-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * Painter.h (fillPolygon): mark as unused.
+
+       * Painter.C (buttonFrame): draw lines instead of trapezoids; it is
+       simpler and fixes drawing with Qt frontend (bug 2328).
+
+2005-08-02  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * LyXView.C (updateInset): scroll bar fix
+
+2005-05-31  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * screen.[hC]: better fix, processEvents -related screen update
+       bug
+
+2005-05-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * Move the gnome subdir to the Attic
+
+2005-04-17  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * Dialogs.C (Dialogs): (re-)connect hide() and hideSlot()
+
+2005-05-11  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * screen.[hC]: fix processEvents -caused screen update recursion
+       bug
+
+2005-04-25  Angus Leeming  <leeming@lyx.org>
+
+       * LyXView.C:
+       * nullpainter.[Ch]:
+       * pch.h:
+       include <config.h> in .C files, not .h ones.
+       add licence blurb.
+       protect headers inside preprocessor guards.
+
+2005-04-13  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * Dialogs.[Ch] (checkStatus): new
+       * LyXView.C (updateToolbars): call Dialogs::checkStatus
+
+2005-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * Makefile.am (DIST_SUBDIRS): remove gnome
+
+2005-02-21  Andreas Vox  <vox@isp.uni-luebeck.de>
+
+       * Dialogs.[hC] (show): prevent show() from getting called
+       recursively.
+
+2005-02-11  John Levon  <levon@movementarian.org>
+
+       * screen.C: clarify comment about event queue magic
+
+2005-02-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * LyXView.C (updateLayoutChoice): minor change to some comments
+
+2005-01-20  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
+
+       * pch.h: use the HAVE_UNISTD_H preprocessor guard.
+
+2005-01-19  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
+
+       * LyXView.C: use the HAVE_UNISTD_H preprocessor guard.
+
+2005-01-10  André Pönitz  <poenitz@gmx.net>
+
+       * screen.C (showCursor): use new function LCursor::getFont
+
+2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * screen.C (showCursor): draw half cursors
+
+2004-11-26  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * Painter.C: adjust
+       * screen.[Ch] (fitCursor): remove,
+       (showCursor): adjust, (redraw): adjust
+
+2004-11-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * Dialogs.h: include <map> since it is used in this file, fixes
+       compilation with boost 1.32.0.
+
+2004-11-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * Painter.h: include LColor.h to satisfy concept checks.
+
+2004-11-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * LyXView.h (hasFocus): new abstract virtual function
+
+2004-11-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * Toolbars.C (layoutSelected): new method, which was triplicated
+       in the frontends.
+
+2004-09-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * LyXView.h: fix typo
+
+2004-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * pch.h: include proper signal include
+
+       * Dialogs.[Ch]: User preferred calling of Boost.Signal
+       * LyXView.h: ditto
+       * Timeout.h: ditto
+       * WorkArea.h: ditto
+
+2004-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * pch.h: new file
+
+       * Makefile.am: support pch
+
+2004-07-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lyx_gui.h (set_read_callback,remove_read_callback): remove
+       declaration
+
+2004-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * screen.C (fitCursor): Use Debug::DEBUG
+       (redraw): ditto
+
+2004-05-25  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * Alert.C: make text output more readable
+
+2004-05-19  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.[Ch]:
+       * LyXView.[Ch]: small changes due to the introduction of namespace
+       lyx::frontend and the moving of namespace biblio to lyx::biblio.
+
+2004-04-28  Angus Leeming  <leeming@lyx.org>
+
+       * LyXView.[Ch]:
+       s/Toolbar.h/Toolbars.h/
+       s/toolbar_/toolbars_/
+       s/getToolbar()/getToolbars()/
+       s/updateToolbar()/updateToolbars()/
+       Make the toolbars_ private.
+
+       * Toolbar.[Ch]: removed.
+       * Toolbars.[Ch]: new files. The old Toolbar class is split into
+       three new classes, LayoutBox, Toolbar and Toolbars.
+
+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
@@ -9,7 +179,7 @@
 
        * 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>
        * 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>