]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
Clean-up the behaviour of the inset when not displaying the image.
[lyx.git] / src / insets / ChangeLog
index 99385c50a2629e92ad34acdf5ee7e000761b6a12..8f729ff09bff778e6c66174413ca6b8682554329 100644 (file)
@@ -1,5 +1,151 @@
+2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * insetert.[Ch] (selectNextWordToSpellcheck): new method.
+       Returns string(), so nothing in an ERT inset is spellchecked.
+
+       * insetgraphics.C (draw): print the filename if not displaying the
+       image.
+       (width): make sure that the width and draw methods are consistent.
+       (updateInset): don't even load the image into cache if not displaying
+       it.
+
+2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * various files (selectNextWord): renamed as
+       selectNextWordToSpellcheck.
+
+       * insetgraphics.C (draw): remove the previous change. Right place
+       is in imageLoaderXPM.C.
+       (draw): don't display the image if params.display == NONE.
+
+2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * figinset.C (runqueue):
+       * insetgraphics.C (draw): set background colour of inset from
+       background to the user-configurable graphicsbg.
+
+2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * insetquotes.C (InsetQuotes): when trying to decide the side of
+       the quote, choose `left' only after a space or '('
+
+2001-09-04  José Matos  <jamatos@fep.up.pt>
+       * figinset.C
+       * figinset.h
+       * insetcaption.C
+       * insetcaption.h
+       * insetcollapsable.h
+       * insetcommand.C
+       * insetcommand.h
+       * inseterror.h
+       * insetert.C
+       * insetert.h
+       * insetexternal.C
+       * insetexternal.h
+       * insetfloat.C
+       * insetfloat.h
+       * insetfloatlist.h
+       * insetgraphics.C
+       * insetgraphics.h
+       * inset.h
+       * insetinclude.C
+       * insetinclude.h
+       * insetlabel.C
+       * insetlabel.h
+       * insetlatexaccent.C
+       * insetlatexaccent.h
+       * insetquotes.C
+       * insetquotes.h
+       * insetref.C
+       * insetref.h
+       * insetspecialchar.C
+       * insetspecialchar.h
+       * insettabular.C
+       * insettabular.h
+       * insettext.C
+       * insettext.C (docbook): rename docBook method to docbook.
+
+2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * inset.h (getFirstParagraph): New virtual method.
+
+2001-08-20  Herbert Voss  <voss@perce.de>
+       * insetbib.C: added a option bibtotoc which is from "BIB to TOC" 
+       in the the bibtex-database-gui for inserting a line
+       \addcontentsline... 
+
+       If no style is given than there is no tex-output.
+       
+2001-08-18  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * insetbib.[Ch] (getFiles): new method, returning the BibTeX database
+       files as a vector.
+       (getKeys): use it.
+
+2001-08-18  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * insetert.C (latex): Fix output for multiple paragraphs.
+       (write): New code for writing paragraph data.
+       (read): Set font after reading the inset.
+       (localDispatch): Call set_latex_font() for more cases.
+
+       * insetnote.h: Add empty validate method.
+       * insetert.h: Ditto
+
+       * insetnote.C (InsetNote): Set language to the language of the 
+       document.
+
+2001-08-16  Juergen Vigna  <jug@sad.it>
+
+       * insettext.C: implemented the new FINISHED states.
+
+       * insettabular.C: ditto 
+
+       * inset.h: added more FINISHED states for cursor right,up,down
+
+2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
+
+       * insetfloatlist.C: use "FloatName List" 
+2001-08-14  Juergen Vigna  <jug@sad.it>
+
+       * insetert.C (edit): forgot to set status_ in edit calls!
+
+2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * insettext.C: Compilation fix
+
+2001-08-13  Juergen Vigna  <jug@sad.it>
+
+       * inset.C (getMaxWidth): fixed bug of returning the wrong max width.
+
+       * insetcollapsable.C (edit): don't recollapse an already open inset.
+
+       * insettext.C: fixed problem when reinitializing LyXText by not doing
+       it while lt is in use and post this to the next possible time in
+       getLyXText().
+       (searchForward): fixed not unlocking of inset if nothing found.
+       (edit): set cursor behind right (was set -1 pos).
+
+       * insetert.C (InsetERT): init status_ also in the 3rd constructor.
+
+       * insettabular.C (tabularFeatures): fixed fix where deleting the
+       last row didn't get the right actcell!
+
+2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * insettext.C (localDispatch): Change language only when the inset 
+       becomes empty.
+
 2001-08-10  Juergen Vigna  <jug@sad.it>
 
+       * insettabular.C (selectNextWordInt): use the front using edit call.
+
+       * insetcollapsable.C (getMaxWidth): rename inset to in to not have
+       the parameter overwrite class variable inset.
+
+       * inset.C (getMaxWidth): fix the setting of the minwidth = 10.
+
        * insettext.C (saveLyXTextState): check for invalid cursor-par.
        (reinitLyXText): remove wrong_cursor bool as not needed anymore!