X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2FChangeLog;h=22b399892352d9f685659f286257561f8432318a;hb=9a17e559f289845db02bc114fad5190280548e4e;hp=9d37cd80922eb8cb022e1e2b65bdcb8c87a0baf6;hpb=5795dddd40fefda11f965d95e0deaaaa023b1e9f;p=lyx.git diff --git a/src/frontends/ChangeLog b/src/frontends/ChangeLog index 9d37cd8092..22b3998923 100644 --- a/src/frontends/ChangeLog +++ b/src/frontends/ChangeLog @@ -1,3 +1,423 @@ +2006-03-15 Jean-Marc Lasgouttes + + * 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 + + * LyXView.C (updateInset): scroll bar fix + +2005-05-31 Martin Vermeer + + * screen.[hC]: better fix, processEvents -related screen update + bug + +2005-05-20 Lars Gullik Bjønnes + + * Move the gnome subdir to the Attic + +2005-04-17 Georg Baum + + * Dialogs.C (Dialogs): (re-)connect hide() and hideSlot() + +2005-05-11 Martin Vermeer + + * screen.[hC]: fix processEvents -caused screen update recursion + bug + +2005-04-25 Angus Leeming + + * LyXView.C: + * nullpainter.[Ch]: + * pch.h: + include in .C files, not .h ones. + add licence blurb. + protect headers inside preprocessor guards. + +2005-04-13 Georg Baum + + * Dialogs.[Ch] (checkStatus): new + * LyXView.C (updateToolbars): call Dialogs::checkStatus + +2005-03-06 Lars Gullik Bjønnes + + * Makefile.am (DIST_SUBDIRS): remove gnome + +2005-02-21 Andreas Vox + + * Dialogs.[hC] (show): prevent show() from getting called + recursively. + +2005-02-11 John Levon + + * screen.C: clarify comment about event queue magic + +2005-02-08 Lars Gullik Bjønnes + + * LyXView.C (updateLayoutChoice): minor change to some comments + +2005-01-20 Asger Ottar Alstrup + + * pch.h: use the HAVE_UNISTD_H preprocessor guard. + +2005-01-19 Asger Ottar Alstrup + + * LyXView.C: use the HAVE_UNISTD_H preprocessor guard. + +2005-01-10 André Pönitz + + * screen.C (showCursor): use new function LCursor::getFont + +2004-12-06 Alfredo Braunstein + + * screen.C (showCursor): draw half cursors + +2004-11-26 Alfredo Braunstein + + * Painter.C: adjust + * screen.[Ch] (fitCursor): remove, + (showCursor): adjust, (redraw): adjust + +2004-11-20 Lars Gullik Bjønnes + + * Dialogs.h: include since it is used in this file, fixes + compilation with boost 1.32.0. + +2004-11-17 Lars Gullik Bjønnes + + * Painter.h: include LColor.h to satisfy concept checks. + +2004-11-15 Jean-Marc Lasgouttes + + * LyXView.h (hasFocus): new abstract virtual function + +2004-11-08 Jean-Marc Lasgouttes + + * Toolbars.C (layoutSelected): new method, which was triplicated + in the frontends. + +2004-09-27 Lars Gullik Bjønnes + + * LyXView.h: fix typo + +2004-09-26 Lars Gullik Bjønnes + + * 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 + + * pch.h: new file + + * Makefile.am: support pch + +2004-07-22 Lars Gullik Bjønnes + + * lyx_gui.h (set_read_callback,remove_read_callback): remove + declaration + +2004-06-18 Lars Gullik Bjønnes + + * screen.C (fitCursor): Use Debug::DEBUG + (redraw): ditto + +2004-05-25 Georg Baum + + * Alert.C: make text output more readable + +2004-05-19 Angus Leeming + + * 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 + + * 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 + + * WorkAreaFactory.h (create): passed a LyXView &. + No longer passed x, y data. + +2004-04-27 Angus Leeming + + * Dialogs.h: add myself as author. + +2004-04-21 John Levon + + * Toolbar.h: + * Toolbar.C: add display() + +2004-04-19 John Levon + + * screen.C: re-show the cursor after a full expose + +2004-04-13 Angus Leeming + + * LyXView.[Ch] (updateInset): pass it an InsetBase pointer rather + than an InsetOld one. + +2004-04-07 Alfredo Braunstein + + * 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 + + * Dialogs.h: remove #included header file. Clean up comments. + +2004-03-31 Angus Leeming + + * Dialogs.[Ch]: remove all the cruft needed by the original + MVC dialog code. + +2004-03-31 Angus Leeming + + * 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 + + * Dialogs.h (showSpellchecker): + * guiapi.[Ch] (gui_Spellchecker): removed. + +2004-03-31 Angus Leeming + + * Dialogs.h (showPreferences): + * guiapi.[Ch] (gui_ShowPreferences): removed. + +2004-03-30 Angus Leeming + + * Dialogs.h (showDocument): removed. + + * guiapi.[Ch] (gui_ShowDocument): removed. + +2004-03-28 Angus Leeming + + * Dialogs.h (showPrint): removed. + + * guiapi.[Ch] (gui_ShowPrint): removed. + +2004-03-27 Angus Leeming + + * Dialogs.h (showSendto): removed. + + * guiapi.[Ch] (gui_ShowSendto): removed. + +2004-03-17 Angus Leeming + + * Dialogs.h (showFoks): removed. + + * guiapi.[Ch] (gui_ShowForks): removed. + +2004-01-25 Angus Leeming + + * Dialogs.h (showSearch): + * guiapi.[Ch] (gui_ShowSearch): removed. + +2004-01-08 Angus Leeming + + * FileDialog.h (open, save): the file filter mask is now passed + as a FileFilterList rather than as a string. + +2003-11-13 Alfredo Braunstein + + * screen.[Ch] (fitCursor): use LCursor::getDim, simplify + (fitManualCursor): remove + (topCursorVisible): remove + + +2003-11-11 Alfredo Braunstein + + * screen.C (showCursor): use absolute coords form LCursor + +2003-11-10 André Pönitz + + * screen.C: adjust to removed inset locking + +2003-10-14 Angus Leeming + + * LyXView.[Ch] (updateInset): invoke BufferView::updateInset, returning + a pointer to the Buffer owning the inset. + +2003-10-13 Joao Luis Meloni Assirati + + * 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 + + * lyx_gui.h: add and other small fixes to make Lars' + std::string patch compile with STLport. + +2003-09-21 Lars Gullik Bjønnes + + * LyXView.C (updateToolbar): adjust + +2003-09-18 Angus Leeming + + * Painter.C: + * Painter.h: + * lyx_gui.h: rename EnumLColor as LColor_color. + +2003-09-18 Angus Leeming + + * 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 + + * screen.C: add #include "LColor.h". + +2003-09-15 Angus Leeming + + * 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 + + * Timeout.C: change Assert to BOOST_ASSERT + +2003-09-07 Angus Leeming + + * Alert.h: remove #include . + * Dialogs.h: remove #include . + * WorkArea.h: remove #include , . + * guiapi.h: remove #include "support/std_string.h". + +2003-09-06 Angus Leeming + + * LyXKeySym.h: remove LyXKeySymPtr typedef. + * WorkArea.h: forward declare LyXKeySym rather than + #include "frontends/LyXKeySym.h". + +2003-09-05 Martin Vermeer + + * Alert_pimpl.h: re-add missing system headers, needed for 2.95.2. + +2003-09-05 Angus Leeming + + * 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 + + * 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 + + * screen.C: remove cursor.i[xy]() + +2003-09-02 Lars Gullik Bjønnes + + * Alert.C (prompt, warning, error, information, askForText): Make + them output the alert to stderr if debugging is turned on. + +2003-08-27 John Levon + + * screen.C: fix cursor in ERT (bug 1341) + +2003-08-26 Alfredo Braunstein + + * screen.C (redraw): remove an uneeded updateRowPositions + +2003-08-19 André Pönitz + + * screen.[Ch]: use new rowpainter interface + +2003-08-18 André Pönitz + + * screen.[Ch]: remove draw() + +2003-08-15 André Pönitz + + * screen.[Ch]: remove toggleSelection() + +2003-08-02 Jean-Marc Lasgouttes + + * 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 + + * screen.[Ch]: merge update() and repaint() + +2003-07-29 André Pönitz + + * screen.[Ch]: remove toggleToggle. + +2003-07-25 Jean-Marc Lasgouttes + + * Menubar.h: do not use a pimpl, but rather an abstract class + + * Menubar.C: removed + +2003-07-25 Jean-Marc Lasgouttes + + * Toolbar.h: do not use a pimpl, but rather an abstract class + +2003-07-21 Angus Leeming + + * screen.C (c-tor, greyOut): use namespace lyx::graphics + rather than the grfx shortcut. + +2003-07-15 André Pönitz + + * screen.[Ch]: refresh_status tristate -> need_update bool + +2003-07-15 André Pönitz + + * screen.C: collapse REFRESH_ROW and REFRESH_AREA handling + +2003-07-14 André Pönitz + + * screen.C: use slimmed down rowpainter interface + +2003-07-04 Lars Gullik Bjønnes + + * introduce namespace lyx::graphics 2003-06-27 André Pönitz @@ -16,7 +436,7 @@ 2003-06-06 Alfredo Braunstein * Dialogs.[Ch] (visible): added. - + 2003-06-03 John Levon * lyx_gui.h: add sync_events()