]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
layout as string
[lyx.git] / src / insets / ChangeLog
index ef5bcda5beaa118ffceae56a18e797d25cb2756f..1a1e7e2eeb5a33af6a4a67f8c567336719fc7910 100644 (file)
@@ -1,3 +1,261 @@
+2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * insettext.C: layout as string
+
+       * insetinclude.C: layout as string
+
+       * insetert.C: layout as string
+
+       * insetbib.C: layout as string
+
+2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * insetert.C:
+       * insettabular.C: remove #include "lyx_gui_misc.h".
+
+2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Makefile.am:
+       * figinset.h:
+       * figinset.C:
+       * inset.h: remove figinset, yahoo !
+2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * insetgraphics.C (c-tors): initialise parent classes explicitly in
+       copy c-tor and initialise member variables in the correct order.
+
+2002-02-28  Juergen Vigna  <jug@sad.it>
+
+       * insettabular.C (localDispatch): clear selection on PgUp/Down.
+
+2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * inset.h: ... and add a better one here.
+
+       * insetcommand.C (insetButtonRelease): remove that one which was a
+       bit broken...
+
+2002-02-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * insetcommand.C (insetButtonRelease): ... and move it here.
+
+       * inseturl.h: remove insetButtonRelease from there...
+
+2002-02-26  Juergen Vigna  <jug@sad.it>
+
+       * inseturl.h: Added a insetButtonRelease call returning true as
+       prove of concept.
+
+       * insetlabel.C (edit): Fixed wrong update handling after change I
+       leave in the wrong code for the one who wrote it to remove and have
+       a look what he did wrong.
+
+       * insettabular.C (localDispatch): force a SELECTION update if we
+       had a selection and we passed the event down to the inset (fix #213)
+       (localDispatch): handle font changing stuff when we have a cell
+       selection so that the selection is not rewoked. I don't really like
+       this fix, but it's the only way I see to do it right now.
+
+2002-02-22  Juergen Vigna  <jug@sad.it>
+
+       * insettext.C (insetUnlock): set the cursor to the second paragraph
+       if available and if the first one is empty (fix #191).
+
+2002-02-20  Juergen Vigna  <jug@sad.it>
+
+       * insettext.C (getDrawFont): implemented this function to call the
+       one of the owner if present as the owner normally knows what to do
+       with us.
+
+       * insetert.C: implement getDrawFont() function and comment out all
+       the crap for setting a special latex font inside this inset.
+       (InsetERT): added a Lanugage parameter to this constructor.
+
+       * inset.h: added function getDrawFont(LyXFont & font) to be able to
+       change the font for being drawn on screen (used only in InsetERT for
+       now).
+
+       * insettabular.C (draw): clear the parts around a cellinset ALWAYS
+       and also above (was missing).
+       (updateLocal): don't remove the cell selection if we have one this
+       should be done where we really want to remove it.
+
+2002-02-20  José Matos  <jamatos@fep.up.pt>
+
+       * insetinclude.h: include_label made string const.
+
+       * insetinclude.C (InsetInclude): moved include_label initialization.
+       (linuxdoc):
+       (docbook):
+       (validate): fix support for temporary directory, for docbook and
+       linuxdoc.
+
+       * insetgraphics.h : new private member, graphic_label, that holds
+       the entity name that defines the graphics location (SGML).
+
+       * insetgraphics.C (unique_id): new function to give a unique label
+       for graphic.
+       (docbook):
+       (validate): the file locatation is given by an entity reference.
+
+2002-02-18  Herbert Voss  <voss@lyx.org>
+
+       * insetgraphics.C: use [Debug::GRAPHICS] for lyxerr
+
+2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * insetexternal.C Changes due to the renaming of support/syscall.[Ch]
+       as support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
+
+2002-02-18  José Matos  <jamatos@fep.up.pt>
+
+       * insetinclude.C (validate): some code only applies to latex buffers,
+       it was made conditional.
+
+2002-02-12  Herbert Voss  <voss@lyx.org>
+
+       * insetgraphics.C: (prepareFile) do not check at this time
+       if the file is present.
+
+2002-02-12  Herbert Voss  <voss@lyx.org>
+
+       * insetgraphics.C: latex(), return the correct newlines
+
+2002-02-13  José Matos  <jamatos@fep.up.pt>
+
+       * inseturl.C (docbook): escape & in url.
+
+2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * insetspecialchar.C (isLineSeparator): line breaking is allowed
+       after HYPHENATION and MENU_SEPARATOR
+
+       * inset.h (isLineSeparator): new method, returns false by default.
+
+2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * insetert.C (status): do not update the text inset, but the ERT
+       inset. 
+
+2002-02-11  John Levon  <moz@compsoc.man.ac.uk>
+
+       * insetnote.C: use notebg for background
+2002-02-08  Herbert Voss  <voss@lyx.org>
+
+       * insetgraphic.C: 
+       * insetgraphicsParams.[Ch]: adding new Option noUnzip to
+       prevent LyX from unzipping when this should be handled
+       by latex vis the graphic.cfg.
+       clean up the code
+
+2002-02-08  Herbert Voss  <voss@lyx.org>
+
+       * insetgraphic.C: prepareFile(): fix bug when file doesn't
+       exists, than return filename with extension
+
+2002-02-06  Herbert Voss  <voss@lyx.org>
+
+       * insetgraphic.C: prepareFile(): don't convert the file, when
+       it's not viewed in LyX. Saves a lot of time when opening a
+       document!
+
+2002-02-05  Herbert Voss  <voss@lyx.org>
+
+       * insetgraphic.C: 
+       * insetgraphicsParams.[Ch]: some cosmetic changes to latex output
+       and adding a rotate bool similiar to subcaption
+
+2002-02-04  Herbert Voss  <voss@lyx.org>
+
+       * insetgraphic.C: 
+       * insetgraphicsParams.[Ch]: add a LyXView-scale to have a
+       similiar view to the LaTeX one. Get zipped files work.
+
+2002-02-04  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * insetgraphicsParams.C (init): set display to DEFAULT.
+       No longer #include "lyxrc.h".
+
+2002-02-04  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * insetgraphics.C (readFigInset): comment out the "zippedFile" stuff
+       for now (so that the code compiles).
+
+2002-02-02  Herbert Voss  <voss@lyx.org>
+
+       * insetgraphic.C: delete inVariant() and some minor changes
+       * insetgraphicsParams.[C]:
+
+2002-02-01  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * insetgraphics.C (updateInset): if params.display == DEFAULT,
+       interogate lyxrc.display_graphics before diaplaying the graphic.
+
+       * insetgraphicsParams.[Ch]: respect the new DEFAULT state of
+       InsetGraphicsParams::DisplayType.
+
+2002-01-31  Herbert Voss  <voss@lyx.org>
+
+       * insetgraphic.C: (readfigInset) set display to pref-default
+
+2002-01-30  Herbert Voss  <voss@lyx.org>
+
+       * insetgraphic.C: get the filetyp from it's contents
+       * insetgraphicparams.C: add token scale and lyxrc.display when
+       creating a new inset
+
+2002-01-30  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * figinset.C: added using std::ios directive.
+
+2002-01-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * figinset.C (runqueue): open translation file in binary mode (for
+       cygwin). 
+
+2002-01-27  Herbert Voss  <voss@lyx.org>
+
+       * insetgraphic.[Ch]: mostly newritten to support graphicx with
+       all options and to be sure that the old figinsets are correct
+       converted.
+       * insetgraphicParams.[Ch]: a lot of chamges to have a clean data-
+       structure and to support all lengths as LyXLength. The Parameter
+       structure changed again, but reading of "old" 1.2 graphic insets
+       is no problem.
+
+2002-01-20  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * insetert.h (forceDefaultParagraphs): Added
+
+2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * insettabular.C (getMaxWidth): 
+       (forceDefaultParagraphs): use Tabular::GetCellFromInset
+
+2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * insettabular.C (getMaxWidthOfCell): adapt to the new definition
+       of LyXLength::inPixels
+
+       * inset.C (latexTextWidth): 
+       * insetminipage.C (latexTextWidth): new method, which implements
+       the equivalent of the LaTeX macro \textwidth
+       
+       * insetminipage.C (getMaxWidth): use latexTextWidth
+
+2002-01-18  Juergen Vigna  <jug@sad.it>
+
+       * inset.C (getMaxWidth): try to fix fluctuation of collapsable insets.
+
+2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * insettabular.C (getMaxWidthOfCell): use LyXLength::inPixels
+
+       * insetminipage.[Ch]: change width_ and height_ to be LyXLength
+       instead of string
+
 2002-01-17  Juergen Vigna  <jug@sad.it>
 
        * insettabular.C (lockInsetInInset): same change as in insettext.