]> 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 6001e4226c8c1d4c3f8bbf507d7fd5902d586320..22b399892352d9f685659f286257561f8432318a 100644 (file)
@@ -1,3 +1,442 @@
+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
+       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.
+
+       * guiapi.[Ch] (gui_ShowSendto): removed.
+
+2004-03-17  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.h (showFoks): removed.
+
+       * guiapi.[Ch] (gui_ShowForks): removed.
+
+2004-01-25  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.h (showSearch):
+       * guiapi.[Ch] (gui_ShowSearch): removed.
+
+2004-01-08  Angus Leeming  <leeming@lyx.org>
+
+       * FileDialog.h (open, save): the file filter mask is now passed
+       as a FileFilterList rather than as a string.
+
+2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * screen.[Ch] (fitCursor): use LCursor::getDim, simplify
+       (fitManualCursor): remove
+       (topCursorVisible): remove
+
+
+2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
+
+       * screen.C (showCursor): use absolute coords form LCursor
+
+2003-11-10  André Pönitz  <poenitz@gmx.net>
+
+       * screen.C: adjust to removed inset locking
+
+2003-10-14  Angus Leeming  <leeming@lyx.org>
+
+       * LyXView.[Ch] (updateInset): invoke BufferView::updateInset, returning
+       a pointer to the Buffer owning the inset.
+
+2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
+
+       * lyx_gui.h (set_datasocket_callback, set_serversocket_callback,
+       remove_datasocket_callback, remove_serversocket_callback):
+       new function declarations, implemented in the various frontends.
+
+2003-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * lyx_gui.h: add <string> and other small fixes to make Lars'
+       std::string patch compile with STLport.
+
+2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * LyXView.C (updateToolbar): adjust
+
+2003-09-18  Angus Leeming  <leeming@lyx.org>
+
+       * Painter.C:
+       * Painter.h:
+       * lyx_gui.h: rename EnumLColor as LColor_color.
+
+2003-09-18  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.[Ch] (find): renamed as find_or_build.
+       (update, hideSlot): don't call find_or_build to find the requested dialog.
+       Instead, search dialogs_, the list of already constructed dialogs. If it
+       ain't found, do nothing.
+
+2003-09-16  Angus Leeming  <leeming@lyx.org>
+
+       * screen.C: add #include "LColor.h".
+
+2003-09-15  Angus Leeming  <leeming@lyx.org>
+
+       * Painter.C: add #include "LColor.h".
+       (rectText): pass EnumLColor args, rather than LColor::color ones.
+
+       * Painter.h:
+       * lyx_gui.h: remove #include "LColor.h". Forward declare EnumLColor.
+
+       * Painter.h (line, lines, rectangle, fillRectangle, fillPolygon, arc,
+       point, rectText):
+       * lyx_gui.h (hexname, update_color):
+       pass EnumLColor args, rather than LColor::color ones.
+
+2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * Timeout.C: change Assert to BOOST_ASSERT
+
+2003-09-07  Angus Leeming  <leeming@lyx.org>
+
+       * Alert.h: remove #include <algorithm>.
+       * Dialogs.h: remove #include <boost/scoped_ptr.hpp>.
+       * WorkArea.h: remove #include <boost/signals/signal3.hpp>, <utility>.
+       * guiapi.h: remove #include "support/std_string.h".
+
+2003-09-06  Angus Leeming  <leeming@lyx.org>
+
+       * LyXKeySym.h: remove LyXKeySymPtr typedef.
+       * WorkArea.h: forward declare LyXKeySym rather than
+       #include "frontends/LyXKeySym.h".
+
+2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * Alert_pimpl.h: re-add missing system headers, needed for 2.95.2.
+
+2003-09-05  Angus Leeming  <leeming@lyx.org>
+
+       * WorkArea.C: removed. It was entirely empty.
+       * Makefile.am: remove WorkArea.C
+
+       * *.C: rearranged #includes in alphabetical and directory order.
+
+2003-09-04  Angus Leeming  <leeming@lyx.org>
+
+       * Alert_pimpl.h: move out #include "debug.h".
+       * LyXView.h: move out #include "types.h".
+       * WorkArea.h: move out #include "funcrequest.h".
+       * screen.h: move out #include "RowList.h".
+
+2003-09-02  John Levon  <levon@movementarian.org>
+
+       * screen.C: remove cursor.i[xy]()
+
+2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * Alert.C (prompt, warning, error, information, askForText): Make
+       them output the alert to stderr if debugging is turned on.
+
+2003-08-27  John Levon  <levon@movementarian.org>
+
+       * screen.C: fix cursor in ERT (bug 1341)
+
+2003-08-26  Alfredo Braunstein  <abraunst@libero.it>
+
+       * screen.C (redraw): remove an uneeded updateRowPositions
+
+2003-08-19  André Pönitz  <poenitz@gmx.net>
+
+       * screen.[Ch]: use new rowpainter interface
+
+2003-08-18  André Pönitz  <poenitz@gmx.net>
+
+       * screen.[Ch]: remove draw()
+
+2003-08-15  André Pönitz  <poenitz@gmx.net>
+
+       * screen.[Ch]: remove toggleSelection()
+
+2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * Makefile.am (SUBDIRS): use FRONTENDS_SUBDIRS
+
+       * Toolbar.C (clearLayoutList): new methods, which resets
+       last_textclass_. The derived methods should call that.
+
+2003-08-01  André Pönitz  <poenitz@gmx.net>
+
+       * screen.[Ch]: merge update() and repaint()
+
+2003-07-29  André Pönitz  <poenitz@gmx.net>
+
+       * screen.[Ch]: remove toggleToggle.
+
+2003-07-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * Menubar.h: do not use a pimpl, but rather an abstract class
+
+       * Menubar.C: removed
+
+2003-07-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * Toolbar.h: do not use a pimpl, but rather an abstract class
+
+2003-07-21  Angus Leeming  <leeming@lyx.org>
+
+       * screen.C (c-tor, greyOut): use namespace lyx::graphics
+       rather than the grfx shortcut.
+
+2003-07-15  André Pönitz  <poenitz@gmx.net>
+
+       * screen.[Ch]: refresh_status tristate -> need_update bool
+
+2003-07-15  André Pönitz  <poenitz@gmx.net>
+
+       * screen.C: collapse REFRESH_ROW and REFRESH_AREA handling
+
+2003-07-14  André Pönitz  <poenitz@gmx.net>
+
+       * screen.C: use slimmed down rowpainter interface
+
+2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * introduce namespace lyx::graphics
+
+2003-06-27  André Pönitz  <poenitz@gmx.net>
+
+       * screen.[Ch]: take care of removed LyXCursor::row_ member
+
+2003-06-19  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.h: (showTexinfo):
+       * guiapi.[Ch] (gui_ShowTexinfo):  removed.
+
+2003-06-17  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs.h: (showMathPanel):
+       * guiapi.[Ch] (gui_ShowMathPanel):  removed.
+
+2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
+
+       * Dialogs.[Ch] (visible): added.
+
 2003-06-03  John Levon  <levon@movementarian.org>
 
        * lyx_gui.h: add sync_events()