]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
Allow including of files with different class than the parent file
[lyx.git] / src / insets / ChangeLog
index 76fe2378fb3c71e79d87cae2587fba1b1da947c8..a26eed6f5051484e0e75152df19b4e667a23d644 100644 (file)
@@ -1,3 +1,136 @@
+2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * insetinclude.C (Latex): Do not exit when the textclass of the
+       included file differ from the textclass of the parent file.
+
+2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ExternalTemplate.C (read): the reading of external insets now checks
+       for \end_inset and removes it form the input stream.
+
+2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
+
+       * ExternalTemplate.h:
+       * ExternalTemplate.C:
+       * insetexternal.h:
+       * insetexternal.C: move form to GUII
+
+2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
+
+       * insettoc.C (Ascii): use the Buffer typedefs
+
+2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
+
+       * insettoc.C (Ascii): implement for dynamic number of lists
+
+       * insetcaption.[Ch]: update from new_insets branch
+       * insetfloat.[Ch]: ditto
+       
+2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
+
+       * insetexternal.C:
+       * figinset.C: use new File Dialog
+
+2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
+
+       * insettext.C: changes becuase of ParagraphParameters.
+
+2001-02-28  Baruch Even  <baruch@ev-en.org>
+
+       * insetgraphics.C (updateInset): Changed due to the change in
+       GraphicsCache.
+
+2001-02-26  Juergen Vigna  <jug@sad.it>
+
+       * insettext.C (SetFont): Set Undo only if we have selection (as it is
+       handled in LyXText).
+
+2001-02-23  Juergen Vigna  <jug@sad.it>
+
+       * insettext.C (draw): some small repainting fixes.
+       (LocalDispatch): put the sel_cursor stuff after the insert of chars.
+
+       * inset.C (LocalDispatch): changed action to be a kb_action (as it
+       should be) and not an int.
+       
+       * insettabular.C (LocalDispatch): ditto
+
+       * insettext.C (LocalDispatch): ditto
+
+       * insetcollapsable.C (LocalDispatch): ditto
+
+2001-02-22  Juergen Vigna  <jug@sad.it>
+
+       * insettabular.C (LocalDispatch): return DISPATCHED if we cannot
+       DISPATCH it and we don't have a locking_inset.
+
+2001-02-21  Baruch Even  <baruch@ev-en.org>
+
+       * insetgraphics.[Ch]: Changed to use boost::shared_ptr<GraphicsCacheItem>
+       instead of GraphicsCacheItem *.
+
+2001-02-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * insetcollapsable.C (getLyXText): add const qualifier to second
+       parameter. 
+
+2001-02-22  Juergen Vigna  <jug@sad.it>
+
+       * insettext.C (getLyXText): honor the recursive parameter.
+       (SetUpdateStatus): set need_update to CURSOR_PAR if LyXText needs it.
+
+       * inset.C (getLyXText): added bool recursive parameter.
+
+       * insettext.C (SetUpdateStatus): or the update codes.
+       (draw): check need_update with &.
+       (InsetButtonPress): set no_selection to not put a selection when
+       entering an inset and it is redraws in another spot.
+
+       * insettext.h: made need_update an int.
+
+2001-02-20  Baruch Even  <baruch@ev-en.org>
+
+       * insetgraphics.h:
+       * insetgraphisc.C: Changed to use better semantics when loading images
+       for inline view. Now it doesn't keep the pixmap itself but it's holder.
+
+2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * insetcommand.h:
+       * inseterror.h:
+       * insetgraphics.C: change name of "hide" signal to "hideDialog",
+       consistent with InsetTabular.
+       
+2001-02-19  Juergen Vigna  <jug@sad.it>
+
+       * insettabular.C (LocalDispatch): implement PAGE up/down.
+
+       * insettext.C (draw): clear all of it on need_update==INIT too!
+
+       * insettabular.C (InsetUnlock): always clear the selection.
+
+       * inset.C (scroll): normally we only want to scroll the inset until
+       it is fully visible so if top_x + offset > 20 then just set scx to 0.
+
+2001-02-14  Juergen Vigna  <jug@sad.it>
+
+       * insettabular.C (LocalDispatch): remove x_fix as it is not used.
+       (resetPos): fixed scroll behaviour.
+       (LocalDispatch): do an update if moving cursor inside a table cell
+       requests a scroll of the tabular.
+
+2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * insettext.C (textWidth): constify local var
+
+       * insettabular.C: small cleanup.
+
+       * insetfoot.C (Latex): constify local var
+
+       * insetcollapsable.C: small cleanup.
+
+       * figinset.C (runqueue): use compare instead of strcmp
+
 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
 
        * insettext.C: