]> git.lyx.org Git - features.git/blobdiff - src/insets/ChangeLog
add ParagraphList::erase, make mergeParagraph take a Buffer* arg, adjust other funcs...
[features.git] / src / insets / ChangeLog
index 6f9a88106f29ddc434b658226adbf3b53d1e2ea4..849c49cf09013dc7e565339d8657c8b78b12f8c7 100644 (file)
@@ -1,5 +1,133 @@
+2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * insettext.C (collapseParagraphs): adjust
+       (appendParagraphs): make it take a Buffer* instead of a
+       BufferParams& as arg.
+       (appendParagraphs): adjust
+
+2003-03-04  Angus Leeming  <leeming@lyx.org>
+
+       * insetbibitem.C (localDispatch):
+       * insetbibtex.C (localDispatch):
+       * insetcommand.C (localDispatch):
+       * insetert.C (localDispatch):
+       * insetlabel.C (localDispatch):
+       handle LFUN_INSET_MODIFY, not LFUN_INSET_APPLY.
+
+2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * insettext.C (latex): adjust for ParagraphList::iterator
+
+2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * insetbutton.C (view): adjust for boost 1.30.0
+       * insetcollapsable.C (view): ditto
+       * insetgraphics.C (statusChanged): ditto
+
+       * insettext.h: move paragraphs to be public.
+
+2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * insetnote.[Ch] (InsetNote): remove unused constructor
+
+2003-02-28  Alfredo Braunstein  <abraunst@libero.it>
+
+       * insetgraphics.C: added include "format.h"
+
+2003-02-27  Angus Leeming  <leeming@lyx.org>
+
+       * indexlabel.C: use a real, LyX dialog rather than that nasty Alert
+       thingy.
+
+2003-02-27  Angus Leeming  <leeming@lyx.org>
+
+       * insetbibitem.C (localDispatch):
+       * insetbibtex.C (localDispatch):
+       * insetcommand.C:
+       * insetert:
+       collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
+
+2003-02-26  Angus Leeming  <leeming@lyx.org>
+
+       * insetbibitem.[Ch] (localDispatch):
+       * insetbibtex.[Ch] (localDispatch):
+       new method. Modify inset on receipt of LFUN_XYZ_APPLY.
+
+       * insetcommand.C (localDispatch):
+       act only on receipt of LFUN_XYZ_APPLY.
+
+       * insetert.C (localDispatch): reformat.
+       add LFUN_XYZ_APPLY to the switch.
+
+2003-02-26  John Levon  <levon@movementarian.org>
+
+       * insettext.C: use RowPainter
+
+       * inset.h: make helpers take const *
+
+2003-02-26  Angus Leeming  <leeming@lyx.org>
+
+       * insetcommand.[Ch] (localDispatch): new method.
+
+2003-02-26  Angus Leeming  <leeming@lyx.org>
+
+       * insetinclude.C (draw): cache the BufferView* using cache not
+       PreviewImpl::setView
+
+2003-02-26  Alfredo Braunstein <abraunst@libero.it>
+
+       * insetgraphics.C (draw)
+       * insetinclude.C (draw): Eliminate also the other argument (owner
+       inset inset) in the call to PreviewImage::image
+
+2003-02-25  Alfredo Braunstein <abraunst@libero.it>
+
+       * insetgraphics.C (draw)
+       * insetinclude.C (draw): Eliminate Buferview argument in call to
+       PreviewImage::image
+
+2003-02-25  John Levon  <levon@movementarian.org>
+
+       * insetgraphicsParams.h:
+       * insetgraphics.C: don't start a load process if
+         the inset is set to NoDisplay (bug #920)
+
+2003-02-22  John Levon  <levon@movementarian.org>
+
+       * insetfloat.C:
+       * insetwrap.C: TocItem changed API (bug 913)
+
+2003-02-21  Angus Leeming  <leeming@lyx.org>
+
+       * insetcollapsable.[Ch] (cache, edit):
+       * insetbutton.[Ch] (cache, edit): new methods to cache the
+       BufferView in the draw method.
+
+       * insetcommand.[Ch]: implement a new class, InsetCommandMailer, to
+       simplify comunication between InsetCommand-derived classes and
+       the Dialogs.
+
+       * insetbibitem.[Ch]:
+       * insetbibtex.[Ch]:
+       * insetcite.[Ch]:
+       * inseterror.[Ch]:
+       * insetfloatlist.[Ch]:
+       * insetindex.[Ch]:
+       * insetref.[Ch]:
+       * insettoc.[Ch]:
+       * inseturl.[Ch]: small changes to reflect the new interface to the
+       Dialogs code.
+
+       * mailinset.[Ch]: new files. Base class to InsetCommandMailer and
+       other, similar classes.
+
+       * Makefile.am: add new files.
+
 2003-02-21  Angus Leeming  <leeming@lyx.org>
 
+       * updatableinset.h (setView, view): remove.
+       * inset.h (view, cache): to be replaced by these.
+
        * insetbib.[Ch]: removed, to be replaced by insetbibitem.[Ch] and
        insetbibtex.[Ch]:
 
        child document is under version control.
 
 2003-02-17 André Pönitz <poenitz@gmx.net>
-       
+
        * insetbib.[Ch]: Adjust access to bibkeys
 
 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
 2003-01-12  Michael Schmitt <michael.schmitt@teststep.org>
 
-        * insetgraphics.C (draw, width): Fix spacing around graphics inset
+       * insetgraphics.C (draw, width): Fix spacing around graphics inset
 
 2002-12-17  Juergen Vigna  <jug@lyx.org>
 
 
 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
 
-       * insettext.C (lfunMouseRelease): hackish solution to the "double
-       menu open" bug
+       * insettext.C (lfunMouseRelease): hackish solution to the "double
+       menu open" bug
 
 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>