X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2FChangeLog;h=623e6d5d5cbb0ee39312aace1b79762116bb20e3;hb=b03580df175b7f6956c3ed4759a187989dfca195;hp=d71ea59e046a8a984ec1306e3969c6505c109e7e;hpb=cba1fa5848f23cdddfe5f7b1d98f00a0039b2170;p=lyx.git diff --git a/src/frontends/ChangeLog b/src/frontends/ChangeLog index d71ea59e04..623e6d5d5c 100644 --- a/src/frontends/ChangeLog +++ b/src/frontends/ChangeLog @@ -1,3 +1,179 @@ +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.