]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
prevent crash when inserting minipage in table cell,
[lyx.git] / src / insets / ChangeLog
index 131cf3f02a6f5f6684bd4959b2d705a118d88a99..8c31b752dc1ef060f9c4b57c3534a2130ccc190b 100644 (file)
@@ -1,3 +1,343 @@
+
+2003-07-30  André Pönitz  <poenitz@gmx.net>
+
+       * insetcollapsable.C:
+       * insetfootlike.C:
+       * insettabular.C: parantheses, localize vars etc.
+
+2003-07-29     Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * insetnote.C: Implement a newenvironment in preamble for
+    greyedout. Patch provided by Jürgen Spitzmüller.
+
+2003-07-29  Angus Leeming  <leeming@lyx.org>
+
+       * insetcommand.C (localDispatch): default to
+       InsetOld::localDispatch.
+
+       * insetbibitem.C (localDispatch):
+       * insetbibtex.C (localDispatch): remove call to
+       ChangeCitationsIfUnique.
+
+       * insetbibtex.[Ch] (clone): move out of line; use copy c-tor.
+
+       * insetexternal.C (read): use pushpophelper.
+
+2003-07-28  José Matos  <jamatos@lyx.org>
+
+       * insetext.C (read): \end_document replaces \the_end.
+
+2003-07-28  José Matos  <jamatos@fep.up.pt>
+
+       * insetert.C (write): \layout -> \begin_layout.
+       Add missing \end_layout.
+       
+2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * insetquotes.C: document a bit the format
+
+       * insettabular.C (write): remove extra space
+
+2003-07-28  Martin Vermeer  <martin.vermeer@hut.fi>
+       * insetnote.C: Umpf. Hope I *now* get it right :-(
+
+2003-07-28  Martin Vermeer  <martin.vermeer@hut.fi>
+       *insetnote.C: did the right fix to greyedout: \color 
+       instead of \textcolor.
+
+2003-07-28  Angus Leeming  <leeming@lyx.org>
+
+       * insetbibtex.h: remove extraneous forward declaration.
+
+       * insetbibitem.h:
+       * insetbibtex.h: Also remove long-dead Holder member class 
+       and variable.
+
+2003-07-27  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * insetbase.h: add #include <memory> needed by gcc 2.95.2 at
+       least.
+
+2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * insetwrap.C (addToToc): adjust for lyx::toc
+
+       * insetfloatlist.C (ascii): adjust for lyx::toc
+
+       * insetfloat.C (addToToc): adjust for lyx::toc
+
+2003-07-27  José Matos  <jamatos@fep.up.pt>
+
+       * insetnote.h (linuxdoc,docbook): update support.
+
+2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * insetfloat.C (wide): add a space to label, for consistency
+
+2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * insettext.C (nextChange): adjust for lyx::find
+       (searchForward): ditto
+       (searchBackward): ditto
+
+2003-07-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * insetgraphicsParams.C:
+       * insetexternal.C: declare extern displayTranslator
+
+       * insetexternal.C:
+       * renderers.C: add #include "support/LAssert.h"
+
+2003-07-27  José Matos  <jamatos@fep.up.pt>
+
+       * insetfloat.[Ch] (linuxdoc):
+       * insetgraphics.C (linuxdoc):
+       * insettabular.C (linuxdoc):
+       * insettext.[Ch] (linuxdoc): add support for tables and figures
+       (linuxdoc).
+
+2003-07-27  José Matos  <jamatos@fep.up.pt>
+
+       * insetinclude (latex): comply with makeLaTeXFile argument change.
+
+2003-07-26  Asger Alstrup  <alstrup@local>
+
+       * insettext.C (reinitLyXText): Get rid of updateLocal which causes
+       the undo crashes. We'll see what problems other places this will
+       cause.
+
+2003-07-26  Angus Leeming  <leeming@lyx.org>
+
+       * insetgraphics.C: remove unused declaration of system_tempdir.
+
+2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * rename Inset to InsetOld
+
+       * all inset files (clone): return a auto_ptr<InsetBase>
+
+2003-07-23  Angus Leeming  <leeming@lyx.org>
+
+       * insetexternal.[Ch] (setParams): pass it a Buffer const *.
+
+2003-07-23  Angus Leeming  <leeming@lyx.org>
+
+       * mailinset.[Ch] (inset2string):
+       * insetcommand.[Ch] (inset2string):
+       * insetert.[Ch] (inset2string):
+       * insetexternal.[Ch] (inset2string):
+       * insetfloat.[Ch] (inset2string):
+       * insetgraphics.[Ch] (inset2string):
+       * insetinclude.[Ch] (inset2string):
+       * insetminipage.[Ch] (inset2string):
+       * insetnote.[Ch] (inset2string):
+       * insettabular.[Ch] (inset2string):
+       * insetwrap.[Ch] (inset2string): now requires a Buffer const & arg.
+
+       * insetexternal.[Ch]:
+       * insetgraphics.[Ch]: get rid of the view() function. Associated
+       changes to the mailers' string2params and params2string functions.
+
+2003-07-23  Angus Leeming  <leeming@lyx.org>
+
+       * insetexternal.[Ch]: store the external file name in a FileName
+       member variable rather than a string + associated changes.
+
+2003-07-21  Angus Leeming  <leeming@lyx.org>
+
+       * insetgraphicsParams.[Ch]: store the graphics file name in
+       a FileName member variable rather than a string.
+
+       * insetgraphics.[Ch]:
+       * insetgraphicsParams.[Ch]: Associated changes.
+
+2003-07-21  Angus Leeming  <leeming@lyx.org>
+
+       * insetgraphics.[Ch] (string2params, params2string): passed a
+       buffer_path argument.
+       (view): new method.
+
+2003-07-21  Angus Leeming  <leeming@lyx.org>
+
+       * insetexternal.C:
+       * insetgraphicsParams.[Ch]:
+       * insetinclude.C:
+       * renderers.C: use namespace lyx::graphics rather than grfx shortcut.
+
+2003-07-21  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * insetnote.C: fixed greyout and conditionals layout foul-ups.
+
+2003-07-18  André Pönitz  <poenitz@gmx.net>
+
+       * insetert.[Ch]:
+       * insetminipage.[Ch]:
+       * insettabular.[Ch]:
+       * insettext.[Ch]:
+       * insetwrap.[Ch]:
+       * updatableinset.[Ch]: remove unneeded Inset::getMaxWidth()
+
+2003-07-18  André Pönitz  <poenitz@gmx.net>
+
+       * inset.[Ch]:
+       * insetbibitem.C:
+       * insetcollapsable.C:
+       * insetcommand.C:
+       * insetert.C:
+       * insetexternal.C:
+       * insetgraphics.[Ch]:
+       * insetlatexaccent.[Ch]:
+       * insetminipage.C:
+       * insetnewline.C:
+       * insetquotes.C:
+       * insetspace.C:
+       * insetspecialchar.C:
+       * insettabular.[Ch]:
+       * insettext.[Ch]:
+       * updatableinset.C: two-phase-drawing for InsetText & InsetTabular
+
+2003-07-17  André Pönitz  <poenitz@gmx.net>
+
+       * insetcollapsable.C:
+       * insettabular.C:
+       * insettext.C: don't call Inset::update() anymore
+
+       * insettext.[Ch]:
+       * insettabular.[Ch]: remove unneeded in_update_ members
+
+       * insettext.[Ch]: remove unneeded InsetText::old_max_width member
+
+2003-07-16  André Pönitz  <poenitz@gmx.net>
+
+       * insettext.C (selectAll): remove
+
+2003-07-16  John Levon  <levon@movementarian.org>
+
+       * insetnote.h:
+       * insetnote.C: implement showInsetDialog()
+
+2003-07-15  André Pönitz  <poenitz@gmx.net>
+
+       * insettabular.C:
+       * insettext.C: refresh_status tristate -> need_update bool
+
+2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
+
+       * insettext.C: adjust call to LyXText::init
+
+2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
+
+       * insettext.C: use bufferview_funcs->replaceSelection()
+       to delete selections in some cases (bugs 441, 673, 702, 954).
+
+2003-07-14  André Pönitz  <poenitz@gmx.net>
+
+       * insettext.C (draw): use slimmed down rowpainter interface
+
+2003-07-14  André Pönitz  <poenitz@gmx.net>
+
+       * insetcollapsable.C:
+       * insetert.C:
+       * insettext.[Ch] (cy, ciy, setUpdateStatus):
+       remove unused BufferView * argument
+
+2003-07-14  André Pönitz  <poenitz@gmx.net>
+
+       * insettext.[Ch]: used cached metrics a bit more
+
+2003-07-10  Alfredo Brauntein  <abraunst@libero.it>
+
+       * insettabular.[Ch]: invalidate InsetTabular::view(), added buffer()
+
+2003-07-10  André Pönitz  <poenitz@gmx.net>
+
+       * insettabular.C:
+       * insettext.[Ch]: remove InsetText::InnerCache, clean up consequences
+
+2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * introduce namespace lyx::graphics
+
+2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * introduce namespace lyx::support
+
+2003-06-30  André Pönitz  <poenitz@gmx.net>
+
+       * insetcite.C (localDispatch): fix case of missing return value
+
+       * insetcite.C (ascii): remove unneeded temporary
+
+2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * insetspace.h: fix \file
+
+       * insetbibtex.C (fillWithBibKeys): use std:: on stdlib types
+       * insetinclude.C (fillWithBibKeys): ditto
+
+       * insetbibitem.C: fix type const order
+
+       * inset.C (getLyXText): add varname for arg
+
+       * ExternalTemplate.h: fix type const order
+
+2003-06-27  André Pönitz  <poenitz@gmx.net>
+
+       * insettext.C: take care of removed LyXCursor::row_ member
+
+       * insettext.[Ch]: use new TextCursor struct for sstate
+
+2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
+
+       * inseterror.[Ch]: removed
+
+2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
+
+       * insetinclude.C (docbook): use parseError instead of sgmlError
+
+2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
+
+       * insetinclude.C (loadIfNeeded): call ::loadLyXFile instead
+       of BufferList::loadLyXFile
+
+2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * insettext.C (update): simplify
+       (updateLocal): remove commented code
+       (insetUnlock): simplify
+       (lockInset): simplify
+       (updateInsetInInset): simplify
+       (localDispatch): simplify
+       (setFont): simplify
+       (resizeLyXText): simplify
+       (collapseParagraphs): simplify
+
+       * insetert.C (get_new_label): simplify
+
+2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * insettext.C (localDispatch): handle arg to LFUN_PASTE, call
+       pasteSelection with index
+
+2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * insettext.C (localDispatch): fix call to cutSelection for LFUN_CUT
+
+2003-06-16  André Pönitz  <poenitz@gmx.net>
+
+       * insetbase.h: new virtual base function clone()
+
+       * *inset*.[Ch]: IU of clone() and getLabelList (i.e. essentially
+         Inset * clone()  ->  InsetBase * clone()
+
+2003-06-13  André Pönitz  <poenitz@gmx.net>
+
+       * insettabular.[Ch]: make tabular a proper member
+
+2003-06-12  André Pönitz  <poenitz@gmx.net>
+
+       * insettabular.[Ch]: some renaming plus whitespace
+
 2003-06-11  Angus Leeming  <leeming@lyx.org>
 
        * Makefile.am: remove graphicinset.[Ch], insetbutton.[Ch].