]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
Replace occurances of system_tempdir with os::getTmpDir().
[lyx.git] / src / insets / ChangeLog
index 44aa7244dcf708cfa3363c210f71b9407d882e89..976f4059770c9cf933a9bf5645aaa85d3a4995c2 100644 (file)
@@ -1,3 +1,126 @@
+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>