]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
Fix for wrong cursor.x pos when before a fullRow inset (added ix), small
[lyx.git] / src / insets / ChangeLog
index 9a69b5a57e3563981520f882e80c8beb32dba95a..448a456a03311c3a8a49b6847cc6459d839242c9 100644 (file)
@@ -1,3 +1,143 @@
+2002-04-12  Juergen Vigna  <jug@sad.it>
+
+       * insettext.h: added cix() helper function and use it where appropriate
+
+2002-04-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * insetgraphics.C (prepareFile): fix bug when graphics is a
+       relative path
+
+2002-04-12  Juergen Vigna  <jug@sad.it>
+
+       * insettext.C (insertInset): remove unneeded code!
+       (updateLocal): fitCursor() fixes.
+       (collapseParagraphs): fix a possible problem when having a selection
+       and collapsing the paragraphs.
+
+2002-04-08  Herbert Voss  <voss@perce.de>
+
+       * insetgraphic.C (write): write the rotating angle as
+       a float as is. test only for != 0.0
+
+2002-04-11  Juergen Vigna  <jug@sad.it>
+
+       * insettext.C: new function ciy() and use it for setting inset_y.
+
+       * insetert.C (draw): fix the x return for collapsed version.
+
+2002-04-07  Herbert Voss  <voss@perce.de>
+
+       * insetgraphic.C (readFigInset): fix bug with subcaption and
+       rotating
+
+2002-04-08  Herbert Voss  <voss@lyx.org>
+
+       * insetgraphicsparam.C: forgot special option and delete old
+       1.2.0 stuff
+
+2002-04-05  Juergen Vigna  <jug@sad.it>
+
+       * insettext.C (localDispatch): make a CURSOR update if we inserted
+       a character.
+
+2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * insetfloatlist.C (getScreenLabel): 
+       (latex): use Floating::listName
+       (validate): new method
+
+2002-04-03  José Matos  <jamatos@fep.up.pt>
+
+       * insetlabel.C (docbook): the anchor is an empty element in docbook.
+
+       * insetfoot.[Ch] (docbook): added forgotten method.
+
+2002-04-03  Juergen Vigna  <jug@sad.it>
+
+       * insettext.C (insetButtonPress): fix insetButtonPress events the same
+       way as in Bufferview_pimpl.
+
+2002-04-03  Allan Rae  <rae@lyx.org>
+
+       * insetgraphics.C (latex): one % too many makes living on the bleeding
+       edge fun with less than 30 minutes to a meeting with a PhD supervisor.
+
+2002-03-28  Herbert Voss  <voss@lyx.org>
+
+       * insetgraphic.C (latex): simplify the code for the latex
+       output when the file doesn't exist
+
+2002-03-29  Juergen Vigna  <jug@sad.it>
+
+       * insettext.C (updateLocal): fixes to fitCursor calls when locking/
+       unlocking inset.
+
+       * insettabular.C (edit): call fitCursor().
+
+       * insettext.C (insetButtonPress): change behaviour of no_selection
+       to the one in the BufferView selection_possible and fix the spurious
+       selection bug with it.
+       (localDispatch): revoke selection on BREAK... functions.
+
+2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * insetfloatlist.C (getScreenLabel): translate the GUI label.
+
+2002-03-28  Juergen Vigna  <jug@sad.it>
+
+       * insettabular.C (insetAllowed): return true as default value otherwise
+       we're not able to insert insets inside paragraphs of an not locked
+       insettext!
+
+2002-03-27  Herbert Voss  <voss@lyx.org>
+
+       * insetgraphicsparam.C: change c%, p% to col%, page%
+
+2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * insetspecialchar.C (isLineSeparator): disable the nice code to
+       allow linebreaks after hyphenation and menu separators.
+
+2002-03-26  Herbert Voss  <voss@lyx.org>
+
+       * insetgraphics.C (figinsetRead): set the right lyxview
+
+2002-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * insetgraphicsParams.C (latexify): use \textbackslash in preference to
+       $\backslash$ and pass a "string const &" to the function.
+       (prepareFile, latex): use Path rather than MakeAbsPath.
+
+2002-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * insetgraphicsParams.C (Read): revert Herbert's fix and apply the
+       proper fix to the graphics cache.
+       (latex): "really" nice output if the file is not found ;-)
+
+2002-03-26  Juergen Vigna  <jug@sad.it>
+
+       * insettext.C (setText): added a LyXFont param and call reinitLyXText()
+       (collapseParagraphs): fixed inserting of separator ' '
+
+       * insettabular.C (insertAsciiString): only check for buffer lenght
+       not if we have \t or \n inside the buffer as if we don't have we only
+       have 1 cell and that's it!
+
+       * insetert.C (close): don't collapse if inlined.
+
+2002-03-25  Herbert Voss  <voss@lyx.org>
+
+       * insetgraphicsParams.C (Read): prevent LyX from hanging if the
+       graphics file does not exist.
+
+2002-03-25  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * insetgraphics.C (prepareFile): ensure that the file has an absolute
+       path when preparing export.
+
+       * insetgraphicsParams.[Ch] (Write): no longer passed Buffer *, as we
+       no longer MakeRelPath.
+
 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
 
        * insetgraphics.[Ch] (c-tor, setParams, updateInset): passed filepath.