X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FChangeLog;h=5285e33cbaeb6cac84da3942ad378299893c2852;hb=456e7098b541eb6bcaf0df0153dff22552558f4a;hp=93eb3d08b14f7024251883f37589184035bbb9ad;hpb=5603df4a5b7e511b31026c9a4f8f55b2b10fde57;p=lyx.git diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index 93eb3d08b1..5285e33cba 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,3 +1,278 @@ +2004-11-04 Jürgen Spitzmüller + + * insetcharstyle.[Ch]: + * insetert.[Ch]: implement getStatus + + * insetcharstyle.C (draw): visual clue when the cursor is inside + the inset + +2004-11-02 José Matos + + * insetcharstyle.C (docbook): + * insetlabel.C (linuxdoc, docbook): + * insetref.C (linuxdoc, docbook): escape chacters in id to produce + always legal output. + + * insettabular.C (docbook): mixed content no longer belongs to + output parameters. + +2004-11-01 Jürgen Spitzmüller + + * insetcharstyle.C (priv_dispatch): prevent paragraph breaks + +2004-11-01 Georg Baum + + * ExternalSupport.C (updateExternal): convert files in the temp dir + +2004-10-31 Jürgen Spitzmüller + + * insetcharstyle.C: drawing cosmetics. + +2004-10-30 José Matos + + * insetcharstyle.C (docbook): a compromisse solution. Don't output + paragraph tags inside inline elements. + +2004-10-30 Jürgen Spitzmüller + + * insetcharstyle.C (latex, linuxdoc, docbook, plaintext): use + InsetText methods rather than outputVerbatim (escapes special + characters) [bug 1731] + * insetcharstyle.C (outputVerbatim): remove this function. + * insetcharstyle.C (priv_dispatch): fix typo in LFUN_MOUSE_PRESS, + which caused an infinite loop. + +2004-10-29 José Matos + + * insetgraphics.C (uniqueID): transfered to sgml.C + +2004-10-29 Andreas Vox + + * insetlabel.C (docbook, linuxdoc): + * insetref.C (docbook, linuxdoc): sanitize id. + +2004-10-29 Georg Baum + + * ExternalSupport.C: s/getExtFromContents/getFormatFromContents/ + * insetgraphics.C: s/getExtFromContents/getFormatFromContents/ + * insetgraphics.C (findTargetFormat): reformat + +2004-10-28 José Matos + + * insetcharstyle.C (linuxdoc, docbook): apply opentTag and closeTag. + +2004-10-28 Georg Baum + + * ExternalTransforms.C (sanitizeLatexOption): simplify regex + +2004-10-27 Georg Baum + + * ExternalTransforms.C (sanitizeLatexOption): fix regex to handle + "[,,,]" without warning message + +2004-10-26 Angus Leeming + + * ExternalSupport.C (updateExternal): + * insetgraphics.C (copyFileIfNeeded): use the new Movers to move external + files to the temp directory. + +2004-10-25 Jürgen Spitzmüller + + * insetfoot.C (latex): use \thanks instead of \footnote on titlepage + layouts. This fixes problems with the memoir class (which does not + allow \footnote) [bug 1677] + +2004-10-24 Andreas Vox + + * insetindex.C (docbook): escape the index, to generate correct sgml. + +2004-10-23 José Matos + + * insettext.C (docbook): rearrange arguments, due to change in the upper + code. + +2004-10-23 André Pönitz + + * insettabular.C (cutSelection, tabularFereatures): + fix cursor position after cutting selection or table rows + +2004-10-18 Andreas Vox + + * insetgraphics.C (docbook, writeImageObject): write more than one + format of imageobjects in . + +2004-10-17 Andreas Vox + + * insetcite.[hC] (docbook, latex, cleanupWhitespace): implementing + DocBook output for this inset ( content ) + +2004-10-05 Andreas Vox + + * insetgraphics.C (docbook) : using mediaobject for XML; + correcting bug with SGML output (now '>' instead of '/>') + +2004-10-05 José Matos + + * insetfloatlist.C (read): + * insetquotes.C (read): + * insetspace.C (read): + * insetspecialchar.C (read): + * insettabular.C (read): replace nextToken by more appropriate lex + methods. + +2004-09-29 Andreas Vox + + * insetgraphics.C (createDocBookAttribute, docbook) : + convert scale, width, height and keepaspectratio to Docbook standards) + + * insetgraphics.[hC] (toDocbookLength): new method to convert TeX units + to Docbook units where possible. + +2004-09-29 Andreas Vox + + * insetgraphics.C (docbook): create inlinegraphic instead of graphic. + + * insetgraphics.[hC] (createDocBookAttributes): Export parameters + as attributes with new method for docbook. + +2004-09-26 Lars Gullik Bjonnes + + * render_preview.h: Use preferred calling of Boost.Signal + + * pch.h: use proper signal include + +2004-09-26 Lars Gullik Bjonnes + + * ExternalTransforms.h: User preferred calling of Boost.Function + +2004-09-24 Andreas Vox + + * insetref.C (docbook): fixing problem where Docbook XML output + had unclosed + +2004-08-16 José Matos + + * insethfill.C (write): + * insetline.C (write): + * insetnewline.C (write): + * insetpagebreak.C (write): remove space at end of line. + +2004-08-16 Jean-Marc Lasgouttes + + * insettabular.C (plaintext): do not use ownerPar to get the + paragraph depth + + * insettext.C (sanitizeEmptyText): remove. Not sure what it does, + and it calls getParentLanguage (which calls ownerPar) + (edit): do not call sanitizeEmptyText + (priv_dispatch): remove code resetting font on empty inset, for + the same reasons as above. + + * insettabular.C (isRightToLeft): instead of using + BufferView::getParentLanguage, use the data from the cursor + +2004-08-15 Lars Gullik Bjonnes + + * pch.h: new file + + * Makefile.am: support pch + +2004-08-15 Jean-Marc Lasgouttes + + * insettabular.C (draw): whitespace + + * insetnewline.C (draw): use PainterInfo::ltr_pos instead of ownerPar. + +2004-08-14 André Pönitz + + * insettabular.C (priv_dispatch): fix MOUSE_MOTION handling + +2004-08-14 Jean-Marc Lasgouttes + + * insettabular.C (metrics): when the width of a cell is zero(), + let it use as much space as it can + + * insettext.C (editXY): compilation fix + + * insetinclude.C (priv_dispatch): fix showing dialog on mouse + release + (metrics): the insets is not full width any more. + (draw): adjust; fix bad test for PREVIEW_OFF + (add_preview): fix bad test for PREVIEW_OFF + (display): do not return true when using \input + +2004-08-14 José Matos + + * insetbibitem.[Ch] (plaintext): added. + + * insetcite.[Ch]: fix plaintext export. + +2004-08-14 Lars Gullik Bjonnes + + * insettext.[Ch] (setDrawFrame): take a bool, get rid of the + DrawFrame enum. + + * insetcaption.C (InsetCaption): modify call to setDrawFrame + * insetcollapsable.C (InsetCollapsable): ditto + * insetenv.C (InsetEnvironment): ditto + +2004-08-14 André Pönitz + + * inset.[Ch]: + * insetbase.[Ch]: remove the 'internale' xo, yo position cache + +2004-08-13 Jean-Marc Lasgouttes + + * insetoptarg.C (latexOptional): if the optional argument contains + a ']' enclose it in {curly brackets} + + * insettext.C (editXY): + * insettabular.C (editXY): + * insetcollapsable.C (editXY): + * insetbase.C (editXY): constify + + * insetcollapsable.C (priv_dispatch): on a mouse press event, do + not ask for an update if we did nothing; on a mouse release, make + sure that the cursor is moved to the right position; on a mouse + release, exit from the inset instead of invoking a + LFUN_FINISHED_RIGHT. + + * insetbase.C (dispatch): before invoking dispatch, set cursor + result to dispatch=update=true. + +2004-08-13 José Matos + + * insetgraphics.C (docbook): close empty tags in XML. Fix bug 1147. + +2004-08-04 Jean-Marc Lasgouttes + + * insetfoot.C (latex): use OutputParams::intitle instead of + parOwner() (avoids time consuming lookup) + + * insetquotes.C (latex): same as above with OutputParams::lang. + Moreover the code actually works now. + +2004-07-24 Lars Gullik Bjonnes + + * insetwrap.C, insetvspace.C, insettabular.C, insetnote.C: + * insetinclude.C, insetgraphics.C, insetfloat.C: + * insetexternal.C, insetert.C, insetcharstyle.C, insetcaption.C: + * insetbranch.C, insetbox.C, ExternalTransforms.C: change + "support/std_sstream.h" to + +2004-06-22 Georg Baum + + * insetgraphics.C (prepareFile): remove conversion_needed flag. + It made the following fail for a .eps graphics file: + 1) view->ps + 2) view->pdf (pdflatex) + because the .eps file was already in the temp dir when the pdflatex + export happened and therefore no .eps -> pdf conversion was done. + +2004-06-18 Georg Baum + + * insetgraphics.C, insettabular.C: s/wether/whether/g + 2004-06-10 Georg Baum * insetgraphics.C (stripExtension): new