]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/ChangeLog
Minipage is no more (long live the box inset)
[lyx.git] / src / frontends / ChangeLog
index 5f2e6f3f7a18bc488ab678935af4fc1f449254df..8324571171639dc07ea6b64f3b8cd4fdc2ddf787 100644 (file)
@@ -1,3 +1,79 @@
+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.