]> 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 e9eeb4bcf078d9a7809dc92dc104cfdcdc207bb4..8324571171639dc07ea6b64f3b8cd4fdc2ddf787 100644 (file)
@@ -1,3 +1,55 @@
+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".