]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
The speed patch: redraw only rows that have changed
[lyx.git] / src / insets / ChangeLog
index b1bae44276f6a0fdbc26324f7094abe8b76e8c51..d92960c25f34047f1fd5ff3b211f625d9048c266 100644 (file)
@@ -1,9 +1,126 @@
+2005-12-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * insetbase.h (noFontChange): refine documentation
+
+2005-12-16  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * insetcollapsable.C: fix "turds" when changing openinlined_
+
+2005-12-05  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * insetbox.[Ch]: fix bugs 2136, 2123
+
+2005-11-02  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * insetbox.C (metrics): fix width problems (bug 2137)
+       
+2005-11-28  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * insettabular.C (tabularFeatures): Move some code to
+       setColumnPWidth and setMColumnPWidth
+
+2005-11-25  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * insetbase.h: 
+       * insetcharstyle.[Ch]:
+       * insetcite.[Ch]:
+       * insetlatexaccent.[Ch]:
+       * insetquotes.[Ch]:
+       * insetref.[Ch]:
+       * insetspace.[Ch]:
+       * insetspecialchar.[Ch]:
+       * inseturl.[Ch]: new method textString (fix bug 2089)
+
+2005-11-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * insetbibtex.C (latex): copy .bib files to the master buffer temp dir
+
+2005-11-17  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * insetbase.h:
+       * insetert.h:
+       * insettabular.h: 
+       change argument of forceDefaultParagraphs from inset to cell.
+
+       * insettabular.C: fix forceDefaultParagraphs (part of bug 1953).
+
+2005-11-10  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * insetbase.h: document the EDITABLE enum.
+
+2005-11-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * insetert.C (setButtonLabel): use isOpen() to test whether the ert
+       is collapsed.
+
+2005-11-02  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * insetbranch.C: partial fix bug 2092: branches not 
+       propagated to child docs
+       * insetcharstyle.C: Also replace LColor::red by LColor::error
+
+2005-10-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * insetbranch.C (isBranchSelected): take a buffer as argument.
+       adapt to work with child documents (bug 2092).
+
+2005-10-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * insettabular.C (doDispatch): get rid of annoying debug message.
+
+       * insetbranch.C (doDispatch): LFUN_INSET_TOGGLE: do not replicate
+       code from InsetCollapsable.
+
+       * insetcollapsable.C (doDispatch): LFUN_INSET_TOGGLE: when the
+       inset is toggled to Closed, move cursor to the right (part of bug
+       2066).
+
+2005-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * insettext.C: remove obsolete old_pit
+
+2005-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * insettabular.C (doDispatch): do not override the result of
+       LFUN_RIGHT/LEFT. (bug 2101)
+
+2005-09-16  Michael Gerz  <michael.gerz@teststep.org>
+
+       * insetvspace.C (metrics): compute ascent and descent in a way that
+       the cursor is placed on the same level as the label text 
+
+2005-09-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * insetcollapsable.[Ch]: implement Alfredo Braunstein's approach
+       of autoopen, which means that collapsables automatically open
+       whenever the cursor enters (and close again on leave) (fixes bug 1921).
+
+2005-09-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * insetspace.C: rename '\,' to '\thinspace{}' (avoid parsing error)
+       and '\space' to '\space{}' (consistency).
+
+2005-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * insettabular.C (tabularFeatures): validate cursor after 
+       setAutoBreakRow (SET_[M]PWIDTH) (fixes bug 1945).
+
+2005-09-11  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * insettabular.C: fixes bug 1765: multicol cell width on screen not
+       displayed
+
+2005-09-11  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * insettabular.C: use recordUndoInset instead of recordUndo
+       (fixes bug 1937 and 1986).
+
 2005-09-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
 
        * insetvspace.C (metrics): include label text
        * insetvspace.[Ch] (label): new, needed for the above
 
-2005-08-10  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+2005-09-10  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
        * insetbase.[Ch]: new bool neverIndent() which indicates if
        an inset does not want paragraph indentation at all.