]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
Fix problem in lockInsetInInset
[lyx.git] / src / insets / ChangeLog
index 685fbfd2a08f3e06fe95422923710d2d07ffc06b..b2b83d6fad5a54f8e13e036588f215cf25434d8b 100644 (file)
@@ -1,5 +1,161 @@
+2003-09-10  Martin Vermeer  <martin.vermeer@hut.fi>
 
-2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>    
+       * insettext.C: remove block causing problems in lockInsetInInset
+       (mentioned erroneously under Bug #1366)
+
+2003-09-10  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * insetcollapsable.C: Simplify by using adjustCommand, and fix bug
+       in the process
+
+2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * several files: change Assert to BOOST_ASSERT
+
+2003-09-09  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * insettext.[Ch]: remove drawText[XY]Offset
+
+2003-09-08  Angus Leeming  <leeming@lyx.org>
+
+       * insetcollapsable.C:
+       * insetenv.C:
+       * insetinclude.C:
+       * insetlabel.C:
+       * insetoptarg.C:
+       * insetspecialchar.C:
+       * insettabular.C:
+       * insettext.C:
+       * insettoc.C: remove redundant using directives.
+
+2003-09-07  Angus Leeming  <leeming@lyx.org>
+
+       * insetspace.h:
+       * insetspecialchar.h: remove #include "support/std_string.h".
+
+2003-09-06  Angus Leeming  <leeming@lyx.org>
+
+       * renderers.C: add #include "insets/inset.h"
+
+2003-09-05  Angus Leeming  <leeming@lyx.org>
+
+       * *.C: strip out redundant #includes. (193 in total.)
+
+2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * insets/insetbibtex.[Ch]:
+       * insets/insetcommand.h:
+       * insets/insetfloatlist.[Ch]:
+       * insets/insetinclude.[Ch]:
+       * insets/insettoc.[Ch]: Restricts the mouse click functionality
+       of insets like bibtex, include, toc and floatlist to the visible
+       button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
+       up the dialogs. Cursor has to be in front of the inset (i.e.
+       start of row) for this to function.
+
+2003-09-04  Angus Leeming  <leeming@lyx.org>
+
+       * ExternalTemplate.[Ch]: store the preamble snippets in a separate
+       structure outside of the Format struct. Format::preambleName refers to
+       an item in the map of all preamble snippets.
+       Make use of the new Debug::EXTERNAL flag.
+
+       * insetexternal.C: make use of the new Debug::EXTERNAL flag.
+       (validate): Small change due to the changed storage of preamble snippets.
+
+2003-09-04  Angus Leeming  <leeming@lyx.org>
+
+       * insetgraphics.C: #include "support/os.h"
+
+       * insetfoot.h: move #include "LaTeXFeatures.h" out of the header file.
+       * insettabular.h: move #include "FuncStatus.h" out of the header file.
+       * insettoc.[Ch]: move #include "metricsinfo.h" out of the header file.
+
+       * insetcollapsable.h:
+       * insetbranch.C:
+       * insetnote.C: move #include "funcrequest.h" out of the header file.
+
+2003-09-03  Angus Leeming  <leeming@lyx.org>
+
+       * insetexternal.C (updateExternal):
+       * insetgraphics.C (prepareFile): Fix the conversion when exporting to
+       latex.
+
+2003-09-03  Angus Leeming  <leeming@lyx.org>
+
+       * insetexternal.C: don't bring namespace lyx::support into the global
+       namespace.
+
+2003-09-02  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * insetbranch.C: Add Branch: to label
+
+2003-09-02  John Levon  <levon@movementarian.org>
+
+       * insettext.h:
+       * insettext.C: remove cursor.i[xy]()
+
+2003-08-28  Angus Leeming  <leeming@lyx.org>
+
+        * insetgraphics.C (prepareFile): prepend "convertDefault.sh" with
+        "sh ", enabling the conversion to be carried out even if the script
+        is not executable.
+
+2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * most files: change to use const Buffer refs
+
+2003-08-26  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * insetfootlike.C: whitespace.
+
+2003-08-26  John Levon  <levon@movementarian.org>
+
+       * insetenv.h:
+       * insetcaption.h:
+       * insetindex.h: remove remaining mentions of needFullRow()
+
+2003-08-26  André Pönitz  <poenitz@gmx.net>
+
+       * insetfoot.C:
+       * insetnewline.C:
+       * insetquotes.C:
+       * insettabular.C:
+       * inset.[Ch]: remove InsetOld::par_owner_ & handling
+
+2003-08-26  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * insetbranch.C: Small fix to prevent a crash on loading.
+
+2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * inset.h:
+       * insetbibtex.[Ch]:
+       * insetbranch.[Ch]:
+       * insetcollapsable.h:
+       * insetert.[Ch]:
+       * insetfloatlist.[Ch]:
+       * insetfootlike.[Ch]:
+       * insetinclude.[Ch]:
+       * insetindex.[Ch]:
+       * insetindex.h:
+       * insetminipage.h:
+       * insetnote.[Ch]:
+       * insettext.C:
+       * insettheorem.[Ch]:
+       * insettoc.[Ch]: eliminates the needFullRow/display() stuff
+       altogether, putting the logic in metrics/draw in the insets.=20
+       Draws short single row insets with more or less realistic metrics.
+
+2003-08-19  André Pönitz  <poenitz@gmx.net>
+
+       * insettext.C: use new RowPainter interface
+
+2003-08-18  John Levon  <levon@movementarian.org>
+
+       * insetref.C: require amsmath for eqref
+
+2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
 
        * Makefile.am:
        * inset.h:
        * insetfootlike.C:
        * insettabular.C: parantheses, localize vars etc.
 
-2003-07-29     Martin Vermeer  <martin.vermeer@hut.fi>
+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.
+       greyedout. Patch provided by Jürgen Spitzmüller.
 
 2003-07-29  Angus Leeming  <leeming@lyx.org>