X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FChangeLog;h=3ca4cff9b50333c9bf14c1955e09ba3ac3c181e9;hb=d605c30d8cfdba7ab14c111b0cbe4b9d4fdbacc4;hp=47899ff40942bfc35d3eb1b4117eccb61e517ae5;hpb=a6a948feb1644b51fce7a11657a5e45fed80906c;p=lyx.git diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index 47899ff409..3ca4cff9b5 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,3 +1,524 @@ +2003-05-21 Lars Gullik Bjønnes + + * insetfloat.C (addToToc): adjust + +2003-05-21 André Pönitz + + * insettext.[Ch]: fix drawing bug introduced earlier + +2003-05-19 André Pönitz + + * insetspecialchar.C: fix bug introduced yesterday + +2003-05-19 André Pönitz + + * inset.[Ch]: + * insetbutton.[Ch]: + * insetcollapsable.[Ch]: + * inseterror.[Ch]: + * insetert.[Ch]: + * insetfoot.[Ch]: + * insetgraphics.[Ch]: + * insetgraphicsParams.[Ch]: + * insetlatexaccent.[Ch]: + * insetminipage.[Ch]: + * insetnewline.[Ch]: + * insetquotes.[Ch]: + * insetspecialchar.[Ch]: + * insettabular.[Ch]: + * insettext.[Ch]: dimensions() instead of ascend/descend/width + +2003-05-19 André Pönitz + + * insetenv.[Ch]: + * insettext.C: more insetenv + +2003-05-16 André Pönitz + + * insetcommand.C: + * insetminimpage.[Ch]: + * insetcollapsable.[Ch]: fix #832 + +2003-05-16 André Pönitz + + * inset.[Ch]: + * insetbibitem.[Ch]: + * insetbibtex.[Ch]: + * insetbutton.[Ch]: + * insetcite.[Ch]: + * insetcollapsable.[Ch]: + * insetcommand.[Ch]: + * inseterror.[Ch]: + * insetert.[Ch]: + * insetexternal.[Ch]: + * insetfloatlist.[Ch]: + * insetgraphics.[Ch]: + * insetinclude.[Ch]: + * insetindex.[Ch]: + * insetlabel.[Ch]: + * insetlatexaccent.[Ch]: + * insetparent.[Ch]: + * insetref.[Ch]: + * insettabular.[Ch]: + * insettext.[Ch]: + * insettoc.[Ch]: + * inseturl.[Ch]: + * updatableinset.[Ch]: edit() -> LFUN_INSET_EDIT + +2003-05-13 André Pönitz + + * insetbibitem.C: + * insetcollapsable.C: + * insetert.C: + * insetfloat.C: + * insetinclude.C: + * insetwrap.C: tostr from own header + + * insetcommand.C: + * insetexternal.C: + * insetfloat.C: + * insetfloat.h: + * insetgraphics.C: + * insetinclude.C: + * insetminipage.C: + * insetparent.C: + * insettabular.C: + * insettext.C: + * insetwrap.C: STRCONV + + +2003-05-12 André Pönitz + + * insetcaption.C: + * insetexternal.C: + * insetfloat.C: + * insetfloatlist.C: + * insetgraphics.C: + * insetinclude.C: + * insetminipage.C: + * insetminipage.C: + * insettabular.C: + * insettext.C: + * insetwwrap.C: boost::format -> bformat all over the place + +2003-05-05 André Pönitz + + * insettext.h: add missing #include + +2003-05-07 Lars Gullik Bjønnes + + * insettext.C (InsetText): parlist cleanup + (clear): ditto + (edit): ditto + (insetUnlock): ditto + (lockInset): ditto + (lockInsetInInset): ditto + (cx): ditto + (cix): ditto + (getLyXText): ditto + (searchBackward): ditto + (collapseParagraphs): ditto + +2003-05-06 John Levon + + * insetcaption.C: don't cast wrap inset to InsetFloat + + * insetfloat.h: + * insetfloat.C: remove unneeded type() function + +2003-05-05 André Pönitz + + * inset.h: + * insettext.[Ch]: + * insettabular.[Ch]: + * insetcollapsable.[Ch]: remove unused function firstParagraph() + replace getFirstParagraph() by getParagraphs() + +2003-05-03 John Levon + + * insetcollapsable.h: + * insetcollapsable.C: + * insettabular.h: + * insettabular.C: + * insettext.h: + * insettext.C: + * updatableinset.h: + * updatableinset.C: remove cursor_visible_, showInsetCursor(), + hideInsetCursor(), toggleInsetCursor(), isCursorVisible(). Add + getCursor(). Remove explicit cursor hides. + +2003-05-02 André Pönitz + + * insettext.C: remove unneeded &* + +2003-04-30 John Levon + + * insettabular.C: fix edit message + +2003-04-30 Lars Gullik Bjønnes + + * insettext.C (setFont): do not convert iterator -> pointer + + * insettabular.C (localDispatch): do not convert iterator -> pointer + (setFont): ditto + (tabularFeatures): ditto + +2003-04-29 André Pönitz + + * inset.h: introduce "haveParagraph" from Lars' parlist-14-b. + +2003-04-28 André Pönitz + + * insettext.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator + Changes + +2003-04-25 André Pönitz + + * insetenv.C: derive from InsetText instead of InsetCollapsable + +2003-04-24 Lars Gullik Bjønnes + + * insetexternal.C (string2params): dont do anything if the string + is empty. + * insetgraphics.C (string2params): ditto + * insetcommand.C (string2params): ditto + * insetert.C (string2params): ditto + * insetfloat.C (string2params): ditto + * insetinclude.C (string2params): ditto + * insetminipage.C (string2params): ditto + * insettabular.C (string2params): ditto + * insetwrap.C (string2params): ditto + +2003-04-24 André Pönitz + + * insetref.C: support for eqref + +2003-04-16 Lars Gullik Bjønnes + + * insetert.C (read): use ParagraphList::iterator. + +2003-04-15 Lars Gullik Bjønnes + + * insetquotes.C (latex): comment some code and add warnings. + +2003-04-14 Alfredo Braunstein + + * insetexternal.C (localDispatch): added a missing DISPATCHED + +2003-04-12 John Levon + + * insetwrap.C (addToToc): fix a crash, conversion + from while to for loop forgot to remove the explicit + increment + +2003-04-10 John Levon + + * insettabular.C (tabularFeature): make sure + to update the dialog when we change something + (bug 1036). + + (getStatus): don't disable some lfuns (bug 939) + +2003-04-09 Lars Gullik Bjønnes + + * insettext.C (saveLyXTextState): adjust + (localDispatch): adjust + (setFont): adjust + (cx): adjust + (cix): adjust + (cpar): adjust + + * insettabular.C (localDispatch): adjust + (setFont): adjust + (tabularFeatures): adjust + +2003-04-05 Alfredo Braunstein + + * insettabular.C (searchForward,searchBackward): fix bug 782 + +2003-04-07 John Levon + + * insettabular.C: + * insettext.C: clear status message on inset exit + +2003-04-03 John Levon + + * insetcommand.C: return dispatched on DIALOG_UPDATE + +2003-04-02 John Levon + + * insettabular.C: tab lfuns renamed + +2003-04-02 Lars Gullik Bjønnes + + * insettext.C (update): move towards ParagraphList + (updateLocal): ditto + (edit): ditto + (insetUnlock): ditto + (lockInset): ditto + (lockInsetInInset): ditto + (updateInsetInInset): ditto + (localDispatch): ditto + (docbook): ditto + (setFont): ditto + (resizeLyXText): ditto + (searchBackward): ditto + (collapseParagraphs): ditto + (addPreview): ditto + + * insetwrap.C (InsetWrap): adjust + (addToToc): adjust and rewrite loop + + * insettext.[Ch] (paragraph): delete function + + * insettabular.C (moveNextCell): adjust + (movePrevCell): adjust + (insertAsciiString): adjust + + * insetfloat.C (InsetFloat): adjust + (addToToc): adjust + + * insetert.C (InsetERT): adjust + (write): adjust, and rewrite loop + (latex): adjust, and rewrite loop + (linuxdoc): adjust, and rewrite loop + (docbook): adjust, and rewrite loop + (localDispatch): adjust + (get_new_label): adjust + +2003-04-01 John Levon + + 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 + + * insettext.C: adjust + +2003-04-01 Lars Gullik Bjønnes + + * 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 + + * insetgraphics.C: + * insetgraphicsParams.C: use_gui moved to lyx_gui + +2003-03-31 John Levon + + * insettext.C: Alert fix + +2003-03-30 Lars Gullik Bjønnes + + * 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 + + * insetert.C: Alert cleanup + +2003-03-29 John Levon + + * insettabular.C: Alert fix + +2003-03-28 John Levon + + * insetfloat.C: reset label on INSET_MODIFY + +2003-03-28 John Levon + + * insetgraphicsParams.C: read subcaptionText as a whole line + (bug 656) + +2003-03-28 John Levon + + * insettext.C: remove unused prototypes + +2003-03-25 Angus Leeming + + * insetbibitem.C (localDispatch): repaint the view after modifying + a bibitem inset in case the maximum InsetBibitem width has changed. + +2003-03-25 John Levon + + * insettext.C: + * insettabular.C: LyXText renamings + +2003-03-24 John Levon + + * 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 + + * 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 + + * 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 + + * 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 + + * several files: bv->updateInset() doesn't take + a bool mark_dirty any more + +2003-03-17 Lars Gullik Bjønnes + + * adjust for BufferView* arg removal from lyxtext. + +2003-03-17 John Levon + + * most files: remove the "cleared" parameter + to draw in favour of always clearing. Associated + code removal. + +2003-03-16 John Levon + + * insettext.C: remove unused s.refresh + +2003-03-13 Angus Leeming + + * insettext.C (edit): replace Dialogs::updateParagraph with + BufferView::dispatch(LFUN_PARAGRAPH_UPDATE). + +2003-03-13 André Pönitz + + * Makefile.am: insert insetenv + + * insethenv.[Ch]: new files, currently inactive + +2003-03-12 John Levon + + * 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 + + * insettext.C: readToken became readParagraph + +2003-03-12 John Levon + + * insettext.C: use parlist iterator for reading contents + +2003-03-12 John Levon + + * insettext.C: name change to readToken() + +2003-03-11 André Pönitz + + * Makefile.am: insert insethfill + + * insethfill.[Ch]: new files + +2003-03-10 Angus Leeming + + * 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 + + * insetfloat.h: Set default placement to an empty string. + +2003-03-10 Lars Gullik Bjønnes + + * insettext.C (latex): adjust call to latexParagraphs. + +2003-03-10 Angus Leeming + + * mailinset.C: warn the user if the BufferView has not been cached. + 2003-03-10 Angus Leeming * inset.h, insetbase.h: move cache() and view() into InsetBase. @@ -50,7 +571,7 @@ * insetgraphics.[Ch]: define a new class InsetGraphicsMailer and use it to communicate with the frontend dialogs. -cd src2003-03-07 Angus Leeming +2003-03-07 Angus Leeming * insetexternal.C: remove operator== and operator!= for InsetExternal::Params. They were used only by the old controller @@ -267,7 +788,7 @@ cd src2003-03-07 Angus Leeming * insetinclude.C (loadIfNeeded): ensure loading also works when child document is under version control. -2003-02-17 André Pönitz +2003-02-17 André Pönitz * insetbib.[Ch]: Adjust access to bibkeys @@ -468,7 +989,7 @@ cd src2003-03-07 Angus Leeming * insetcite.C (getNatbibLabel): correct logic of when and when not to reload the BibTeX keys. -2002-10-11 André Pönitz +2002-10-11 André Pönitz * insettext.h: handle LFUN_PRIOR/NEXT