X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FChangeLog;h=5d3ffcd9932b814f275d7e23d402328d9479efe8;hb=e28331ed63062dea10d0a21b9ec12034b4b17b9a;hp=3740a04da23351607a66ad5cc62eab2511767fcf;hpb=7a23f39975b0d5cc611725ccfc7e3de90e1128c7;p=lyx.git diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index 3740a04da2..5d3ffcd993 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,3 +1,264 @@ +2006-03-11 Jürgen Spitzmüller + + * insettabular.C (dist): fix miscalculation of rowheight (bug 2006) + +2005-03-10 Martin Vermeer + + * insetcollapsable.C: + * insettext.[Ch]: Inside-inset speedup, esp. for the Mac (bug 2195) + +2006-02-25 Georg Baum + + * insetert.[Ch] (read): new, force all paragraphs to latex_language + * insetert.C (doDispatch): set latex_language, not buffer language + for copied text + * insetert.C (doDispatch): force latex_language for newly inserted + text + * insetert.C (draw): realize draw font + * insetert.[Ch] (InsetERT): use latex_language and comment out unused + constructor + * insettext.h (setFont): remove unused declaration + +2006-02-22 Jürgen Spitzmüller + + * insetfootlike.C (metrics, draw): use buffer's default font (bug 2308). + +2006-02-05 Martin Vermeer + + * insettext.C: Fix bug 2115: blue language lines (for default font) + popping up when the documnent font is different. This includes + work by Georg Baum. + +2006-01-11 Georg Baum + + * insetgraphics.C (findTargetFormat): document + * insetgraphics.C (prepareFile): handle unknown formats + +2006-01-10 Jean-Marc Lasgouttes + + * insettext.C (getLabelList): + * insettabular.C (getLabelList): remove, since the ParIterator + already does the job of looking inside insets (bug 2188) + +2006-01-07 Georg Baum + + * ExternalSupport.[Ch] (updateExternal): add external_in_comment flag + * insetexternal.C (latex, linuxdoc, docbook, plaintext): Don't copy + files inside comments + * insetbibtex.C (latex): ditto + * insetinclude.C (latex, linuxdoc, docbook, plaintext): ditto + * insetnote.C (latex): set inComment flag in runparams and ignore + exported files for comment insets + * insetnote.C (linuxdoc): ditto + * insetnote.C (docbook): ditto + * insetnote.C (plaintext): ditto + +2006-01-01 + + * insetcharstyle.h: fix syntax error + +2005-12-31 Martin Vermeer + + * insetcollapsable.C (metrics): reverse patch of 2005-12-16 because + of better fix in text3.C. + +2005-12-12 Georg Baum + + * insetbase.h (noFontChange): refine documentation + +2005-12-16 Martin Vermeer + + * insetcollapsable.C (metrics): fix "turds" when changing openinlined_ + +2005-12-05 Martin Vermeer + + * insetbox.[Ch]: fix bugs 2136, 2123 + +2005-11-02 Martin Vermeer + + * insetbox.C (metrics): fix width problems (bug 2137) + +2005-11-28 Georg Baum + + * insettabular.C (tabularFeatures): Move some code to + setColumnPWidth and setMColumnPWidth + +2005-11-25 Jürgen Spitzmüller + + * 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 + + * insetbibtex.C (latex): copy .bib files to the master buffer temp dir + +2005-11-17 Jürgen Spitzmüller + + * 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 + + * insetbase.h: document the EDITABLE enum. + +2005-11-07 Jürgen Spitzmüller + + * insetert.C (setButtonLabel): use isOpen() to test whether the ert + is collapsed. + +2005-11-02 Martin Vermeer + + * 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 + + * insetbranch.C (isBranchSelected): take a buffer as argument. + adapt to work with child documents (bug 2092). + +2005-10-21 Jean-Marc Lasgouttes + + * 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 + + * insettext.C: remove obsolete old_pit + +2005-10-20 Jean-Marc Lasgouttes + + * insettabular.C (doDispatch): do not override the result of + LFUN_RIGHT/LEFT. (bug 2101) + +2005-09-16 Michael Gerz + + * 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 + + * 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 + + * insetspace.C: rename '\,' to '\thinspace{}' (avoid parsing error) + and '\space' to '\space{}' (consistency). + +2005-09-19 Jürgen Spitzmüller + + * insettabular.C (tabularFeatures): validate cursor after + setAutoBreakRow (SET_[M]PWIDTH) (fixes bug 1945). + +2005-09-11 Martin Vermeer + + * insettabular.C: fixes bug 1765: multicol cell width on screen not + displayed + +2005-09-11 Jürgen Spitzmüller + + * insettabular.C: use recordUndoInset instead of recordUndo + (fixes bug 1937 and 1986). + +2005-09-12 Georg Baum + + * insetvspace.C (metrics): include label text + * insetvspace.[Ch] (label): new, needed for the above + +2005-09-10 Jürgen Spitzmüller + + * insetbase.[Ch]: new bool neverIndent() which indicates if + an inset does not want paragraph indentation at all. + * insetcharstyle.h: + * insetert.h: + * insetoptarg.h: return true for neverIndent() + * insettext.[Ch]: return true for neverIndent() in case + of tabular cells (based on a crude guess). + +2005-09-09 Georg Baum + + * insetline.C: Add forgotten include + +2005-09-07 Georg Baum + + * insetline.C (latex): write the size argument of \lyxline again + * insetquotes.C (latex): adapt to OutputParams changes + +2005-08-09 Jürgen Spitzmüller + + * insettabular.C (tabularFeatures): don't force alignment to BLOCK + when switching to pwidth cell (bugs 1296, 1840). + +2005-08-03 Jean-Marc Lasgouttes + + * insettabular.C (draw): pass PainterInfro::erased_ to + drawCellLines + (drawCellLines): add an erased bool and handle it. + +2005-08-03 John Levon + + * insettext.C (clear): remove bool argument. + (read): adapt to clear() changes. + + * insettabular.C (cutSelection): adapt to MarkErased changes. + + * insettext.C (markErased): + * insettabular.C (markErased): + * insetbase.C (markErased): add bool argument. + +2005-09-06 Jürgen Spitzmüller + + * insettabular.C: mark tabular_stack_ (of CutAndPaste) dirty + after copying several cells (works around bug 1919). + +2005-09-05 Michael Gerz + + * insetcharstyle.C (metrics,draw): consider inset label for + width computation; fix drawing of labels of undefined char styles + +2005-08-07 Martin Vermeer + + * insettabular.C (getStatus): fix Helge's bug that a number of insets + including ERT could not be inserted in tabular. + +2005-08-02 Jean-Marc Lasgouttes + + * insetinclude.C (string2params): fix typo in error message (bug 1963). + +2005-07-28 Jürgen Spitzmüller + + * insettabular.C (getStatus): disable line and paragraph breaks + in non-fixed-width cells (bug 1938). + +2005-07-27 Jürgen Spitzmüller + + * insetfloat.C: + * insetwrap.C: Do not use translatable strings as internal identifier + (bug 1870). + +2005-07-18 Lars Gullik Bjønnes + + * insetbase.C: include boost/current_function.hpp + 2005-07-18 Lars Gullik Bjønnes * insetbase.C (edit,editXY,index): supress some lyxerr messages @@ -538,6 +799,10 @@ * insettabular.[Ch] (string2params): Don't pretend to return the active cell anymore and simplify keyword parsing. +2004-11-11 Edwin Leuven + + * insettabular.C (getStatus, tabularFeatures): handle booktabs feature + 2004-11-10 Jean-Marc Lasgouttes * insetlatexaccent.h (isLetter): implement, so that word selection