]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
the convert patch
[lyx.git] / src / insets / ChangeLog
index 8757cc1f9f53a66b3947aca758ee1a2a20a9db3f..74c311c28b4dc5a4e891d710a9d19bce962570e0 100644 (file)
@@ -1,3 +1,107 @@
+2005-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * Several files: use convert<> instead of atoi,strToXXX and friends
+
+2005-01-23  Angus Leeming  <leeming@lyx.org>
+
+       * insetbibitem.h (bibitemWidest): declare the function.
+
+2005-01-14  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * insetgraphics.C (prepareFile): move the invocation of the default
+       converter to ../converter.C
+       * insetgraphics.C (prepareFile), ExternalSupport.C (updateExternal):
+       call convert with try_default == true
+
+2005-01-11  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * insetgraphics.C (prepareFile): add missing calls to addExternalFile
+       * ExternalSupport.[Ch] (doSubstitution): take a new parameter that
+       determines what variables are substituted
+       * ExternalSupport.C (updateExternal): fix substitution of
+       ReferencedFiles
+
+2005-01-10  Angus Leeming  <leeming@lyx.org>
+
+       * ExternalTemplate.C: use support/package.h to provide the paths to the
+       various directories used by LyX.
+
+2005-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * insetwrap.C:
+       * insettabular.C:
+       * insetinclude.C:
+       * insetfloat.C:
+       * insetexternal.C:
+       * insetbibitem.C:
+       * ExternalTransforms.C (adjAngle): tostr -> convert
+
+2005-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * inset.[Ch] (forceDefaultParagraphs): delete since it is same as
+       base version
+
+2005-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * ExternalTransforms.C: fix LaTeX output of \scalebox.
+
+       * ExternalTransforms.[Ch]:
+       * insetexternal.C: store all float/double values as strings.
+
+       * insetgraphics.C:
+       * insetgraphicsParams.C: more precise checks for the value strings.
+
+2004-12-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * insettext.C (doDispatch): remove unused variable was_empty
+
+2004-12-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * insetgraphics.C:
+       * insetgraphicsParams.[Ch]: store all float/double values as strings.
+
+2004-12-17  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * insettext.[Ch] : move autoBreakRows_ bool to LyXText
+
+2004-12-15  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * insettabular.C (tabularFeatures): re-enable SET_ALL_LINES and
+       UNSET_ALL_LINES (from Jürgen)
+
+2004-12-14  Angus Leeming  <leeming@lyx.org>
+
+       * Makefile.am (AM_CPPFLAGS): Remove trailing slash from -Ifoo/
+       to overcome bug in the MinGW port of g++ 3.4.2.
+
+2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * insettabular.C (getCellXPos): make it return a relative x
+       position wrt. the begin of the tabular
+       (resetPos): a couple of fixes
+       (doDispatch): add a couple of resetPos calls
+       (drawSelection): fix drawing of selection in single-cell mode
+       (draw): replace 'do not draw' optimization by 'draw with
+       nullpainter' one
+
+2004-12-03  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * insetbase.[Ch] (idxUpDown2): remove function
+
+2004-12-02  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * insettabular.[Ch]: use size_t-like types for cell, row and column
+       indices
+
+2004-12-02  José Matos  <jamatos@lyx.org>
+
+       * insetlatexaccent.C (checkContents): remove compatibility code,
+       moved to lyx2lyx.
+
+2004-11-30  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * insetbase.h (getStatus): add better comment from src/cursor.C
+
 2004-11-26  Alfredo Braunstein  <abraunst@lyx.org>
 
        * insettabular.[Ch]: adjust, introduce "do not draw