]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
Alfredo's patches
[lyx.git] / src / insets / ChangeLog
index 1285dcce1bd1e428b41f745a4af9e5bb51e7980b..42453bd643e0c6b085fd0de727e827bd61588472 100644 (file)
@@ -1,3 +1,338 @@
+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):
+       * insetexternal.C (string2params):
+       * insetfloat.C (string2params):
+       * insetgraphics.C (string2params):
+       * insetinclude.C (string2params):
+       * insetminipage.C (string2params):
+       * insettabular.C (string2params):
+       * insetwrap.C (string2params): cure warning message about missing
+       '\end_inset'.
+
+2003-03-09  Angus Leeming  <leeming@lyx.org>
+
+       * insettabular.[Ch]: define a new class InsetTabularMailer and use
+       it to communicate with the frontend dialogs.
+
+       * mailinset.C (hideDialog): only hide the dialog if it is showing the
+       contents of this inset!
+
+2003-03-07  Angus Leeming  <leeming@lyx.org>
+
+       * inseterror.C (localDispatch): new method; calls edit() on
+       LFUN_MOUSE_RELEASE.
+
+2003-03-07  Angus Leeming  <leeming@lyx.org>
+
+       * insetbibitem.C (localDispatch):
+       * insetbibtex.C (localDispatch):
+       * insetlabel.C (localDispatch):
+       rewrite as a switch.
+
+2003-03-07  Angus Leeming  <leeming@lyx.org>
+
+       * insetgraphics.[Ch]: define a new class InsetGraphicsMailer and use
+       it to communicate with the frontend dialogs.
+
+cd src2003-03-07  Angus Leeming  <leeming@lyx.org>
+
+       * insetexternal.C: remove operator== and operator!= for
+       InsetExternal::Params. They were used only by the old controller
+       scheme.
+
+2003-03-07  Angus Leeming  <leeming@lyx.org>
+
+       * insetcommand.C (localDispatch):
+       * insetexternal.C (localDispatch):
+       * insetfloat.C (localDispatch):
+       * insetinclude.C (localDispatch):
+       * insetminipage.C (localDispatch):
+       * insetwrap.C (localDispatch):
+       add LFUN_INSET_DIALOG_UPDATE to the switch.
+
+2003-03-07  Angus Leeming  <leeming@lyx.org>
+
+       * insetcommand.C (string2params):
+       * insetexternal.C (string2params):
+       * insetfloat.C (string2params):
+       * insetinclude.C (string2params):
+       * insetwrap.C (string2params): use LyXLeX more.
+
+       * insetert.[Ch]:
+       * insetexternal.[Ch]:
+       * insetfloat.[Ch]:
+       * insetinclude.[Ch]:
+       * insetwrap.[Ch]: change Mailer::name_ to be static.
+
+       * insetminipage.[Ch]: define a new class InsetMinipageMailer and use
+       it to communicate with the frontend dialogs.
+
+2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
+
+       * insettext.C:
+       * insettabular.C: use LyXText::top_y() instead of LyXText::first_y
+
+2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * insettext.C (updateLocal): un-const function
+       (updateLocal): adjust
+       (collapseParagraphs): un-const function
+       (collapseParagraphs): adjust
+
+2003-03-05  Angus Leeming  <leeming@lyx.org>
+
+       * insetwrap.[Ch]: define a new class InsetWrapMailer and use
+       it to communicate with the frontend dialogs.
+
 2003-03-05  Angus Leeming  <leeming@lyx.org>
 
        * insetcollapsable.C (draw): cache the BufferView.