]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
Alfredo's patches
[lyx.git] / src / insets / ChangeLog
index 10233ff6ee0ca43e12e738bfe487d049c673e92b..42453bd643e0c6b085fd0de727e827bd61588472 100644 (file)
@@ -1,3 +1,251 @@
+2003-04-01  John Levon  <levon@movementarian.org>
+
+       From Alfredo Braunstein
+
+       * insetbutton.h:        
+       * insetbutton.C: add localDispatch()
+
+       * insetcommand.C: return DISPATCHED when edit() called
+
+       * insettext.C: fix bug 967
+
+2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * insettext.C: adjust
+       
+2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * insettext.C (draw): adjust
+       (crow): return a RowList::iterator not a Row*
+
+       * insetminipage.C (localDispatch): adjust
+
+       * insetert.C (localDispatch): adjust
+
+2003-03-31  John Levon  <levon@movementarian.org>
+
+       * insetgraphics.C:
+       * insetgraphicsParams.C: use_gui moved to lyx_gui
+
+2003-03-31  John Levon  <levon@movementarian.org>
+
+       * insettext.C: Alert fix
+
+2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * insettext.C (ascent): adjust for RowList
+       (descent): ditto
+       (draw): ditto
+       (getLyXText): adjust
+       (toggleSelection): adjust
+
+       * insetminipage.C (localDispatch): adjust for RowList
+
+       * insetert.C (localDispatch): adjust for RowList
+       (getMaxWidth): adjust for RowList
+
+2003-03-29  John Levon  <levon@movementarian.org>
+
+       * insetert.C: Alert cleanup
+
+2003-03-29  John Levon  <levon@movementarian.org>
+
+       * insettabular.C: Alert fix
+
+2003-03-28  John Levon  <levon@movementarian.org>
+
+       * insetfloat.C: reset label on INSET_MODIFY
+
+2003-03-28  John Levon  <levon@movementarian.org>
+
+       * insetgraphicsParams.C: read subcaptionText as a whole line
+       (bug 656)
+
+2003-03-28  John Levon  <levon@movementarian.org>
+
+       * insettext.C: remove unused prototypes
+
+2003-03-25  Angus Leeming  <leeming@lyx.org>
+
+       * insetbibitem.C (localDispatch): repaint the view after modifying
+       a bibitem inset in case the maximum InsetBibitem width has changed.
+
+2003-03-25  John Levon  <levon@movementarian.org>
+
+       * insettext.C:
+       * insettabular.C: LyXText renamings
+
+2003-03-24  John Levon  <levon@movementarian.org>
+
+       * insettext.C: remove some dead code. Fix bug 972 and
+         related by posting a repaint in updateLocal(), and making
+         the SEL functions set SELECTION.
+
+2003-03-22  John Levon  <levon@movementarian.org>
+
+       * inset.h:
+       * inset.C: remove no-longer-needed topx_set
+
+       * insetcollapsable.h:
+       * insetcollapsable.C: remove dead code
+
+       * insetminipage.C:
+       * insetert.C: rebreak the rows when a possible
+         change in size is made, and reset the cursor
+         (bug 962, bug 965)
+
+       * insettabular.C: remove topx_set, CHANGED_IN_DRAW
+
+       * insettext.C: remove CHANGED_IN_DRAW noticing/handling,
+         topx_set. Fix drawing errors for clearInset(). Remove
+         some unnecessary uses of topx, which should die.
+
+       * updatableinset.C: fix getMaxWidth() so CHANGED_IN_DRAW
+         is no longer needed. Replace it with an ugly hack.
+
+2003-03-20  John Levon  <levon@movementarian.org>
+
+       * inset.h:
+       * insetcollapsable.h:
+       * insetcollapsable.C:
+       * insetert.h:
+       * insetert.C:
+       * insetminipage.C:
+       * insetminipage.C:
+       * insettabular.h:
+       * insettabular.C:
+       * insettext.h:
+       * insettext.C: remove spurious font parameter
+       from update(). Fix drawing of ERT insets inside
+       insets (bug 966). Remove unused mark_dirty from
+       tabular's updateLocal()
+
+2003-03-19  John Levon  <levon@movementarian.org>
+
+       * insetfloat.h:
+       * insetfloat.C:
+       * insetinclude.h:
+       * insetinclude.C:
+       * insetminipage.h:
+       * insetminipage.C:
+       * insetwrap.h:
+       * insetwrap.C: remove unused getter/setters
+
+2003-03-19  John Levon  <levon@movementarian.org>
+
+       * several files: bv->updateInset() doesn't take
+       a bool mark_dirty any more
+
+2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * adjust for BufferView* arg removal from lyxtext.
+
+2003-03-17  John Levon  <levon@movementarian.org>
+
+       * most files: remove the "cleared" parameter
+       to draw in favour of always clearing. Associated
+       code removal.
+
+2003-03-16  John Levon  <levon@movementarian.org>
+
+       * insettext.C: remove unused s.refresh
+
+2003-03-13  Angus Leeming  <leeming@lyx.org>
+
+       * insettext.C (edit): replace Dialogs::updateParagraph with
+       BufferView::dispatch(LFUN_PARAGRAPH_UPDATE).
+
+2003-03-13 André Pönitz <poenitz@gmx.net>
+
+       * Makefile.am: insert insetenv
+
+       * insethenv.[Ch]: new files, currently inactive
+
+2003-03-12  John Levon  <levon@movementarian.org>
+
+       * Makefile.am:
+       * inset.h:
+       * inset.C:
+       * insetert.h:
+       * insetert.C:
+       * insetnewline.h:
+       * insetnewline.C:
+       * insetquotes.C:
+       * insettext.C: use new insetnewline
+
+2003-03-12  John Levon  <levon@movementarian.org>
+
+       * insettext.C: readToken became readParagraph
+
+2003-03-12  John Levon  <levon@movementarian.org>
+
+       * insettext.C: use parlist iterator for reading contents
+
+2003-03-12  John Levon  <levon@movementarian.org>
+
+       * insettext.C: name change to readToken()
+
+2003-03-11 André Pönitz <poenitz@gmx.net>
+
+       * Makefile.am: insert insethfill
+
+       * insethfill.[Ch]: new files
+
+2003-03-10  Angus Leeming  <leeming@lyx.org>
+
+       * mailinset.[Ch] (showDialog, updateDialog): now take a mandatory
+       BufferView * arg.
+       (hideDialog): calls the new static Dialogs::hide() method.
+
+       * insetbibitem.C (edit):
+       * insetbibtex.C (edit):
+       * insetcite.C (edit):
+       * insetcommand.C (localDispatch):
+       * inseterror.C (d-tor):
+       * insetert.C (showInsetDialog):
+       * insetexternal.C (localDispatch, edit):
+       * insetfloat.C (localDispatch, showInsetDialog):
+       * insetfloatlist.C (edit):
+       * insetgraphics.C (localDispatch, edit):
+       * insetinclude.C (localDispatch, edit):
+       * insetindex.C (edit):
+       * insetlabel.C (edit):
+       * insetminipage.C (localDispatch, showInsetDialog):
+       * insetref.C (edit):
+       * insettabular.C (unlockInsetInInset, lfunMouseRelease, localDispatch,
+       resetPos, showInsetDialog, openLayoutDialog):
+       * insettoc.C (edit):
+       * inseturl.C (edit):
+       * insetwrap.C (localDispatch, showInsetDialog):
+       changes due to the changed MailInset interface.
+
+2003-03-10  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * insetfloat.h: Set default placement to an empty string.
+
+2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * insettext.C (latex): addjust call to latexParagraphs.
+
+2003-03-10  Angus Leeming  <leeming@lyx.org>
+
+       * mailinset.C: warn the user if the BufferView has not been cached.
+
+2003-03-10  Angus Leeming  <leeming@lyx.org>
+
+       * inset.h, insetbase.h: move cache() and view() into InsetBase.
+
+       * insetcommand.h (inset):
+       * insetert.h (inset):
+       * insetexternal.h (inset):
+       * insetfloat.h (inset):
+       * insetgraphics.h (inset):
+       * insetinclude.h (inset):
+       * insetminipage.h (inset):
+       * insettabular.h (inset):
+       * insetwrap.h (inset):
+       * mailinset.h (inset): return an InsetBase &, not an Inset &.
+
 2003-03-10  Angus Leeming  <leeming@lyx.org>
 
        * insetcommand.C (string2params):