]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
reformatting and remove using delc
[lyx.git] / src / insets / ChangeLog
index f684408326f73036b02d6c6572bda30ef8958f6c..c6ec9b0c497bad1181ee77760c42ec4a28e4ea24 100644 (file)
@@ -1,3 +1,76 @@
+2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * insetfootlike.C: remove using decl at file scope and add std::
+       where needed
+       * insetmarginal.C: ditto
+
+       * insetfoot.C: some reformatting
+
+       * insetfloat.C (InsetButtonRelease): adjust the hit area
+
+       * insetert.C (SetFont): some reformatting
+
+       * insetcollapsable.C: some reformatting and constification
+       (Clone): comment out.
+       * insetcollapsable.h: some reformatting
+       (Clone): comment out.
+       
+       * inset.C: reindent
+       (scroll): simplify
+
+2001-03-30  Juergen Vigna  <jug@sad.it>
+
+       * insetcollapsable.h: changen *inset to be a InsetText inset.
+       
+       * some files: changed to reflect the above change.
+
+2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * insetexternal.[Ch]: renamed InsetExternal::InsetExternalParams as
+       InsetExternal::Params.
+       Added operator==() and operator!=() for the Params struct.
+
+2001-03-29  Juergen Vigna  <jug@sad.it>
+
+       * lyxinset.h: changed parameter of getMaxWidth from Painter & to
+       BufferView *.
+
+       * insetminipage.C: removed widthp_ and all it's functions and changed
+       to use new %-lengths of LyXLength.
+
+2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * figinset.[Ch]: changed headers lyx.h, form1.h -> figure_form.h.
+
+2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * insetgraphicsParams.C (operator!=): new function, needed by the
+       ControlGraphics class.
+
+2001-03-28  Juergen Vigna  <jug@sad.it>
+
+       * insettext.C (InsetButtonPress): only enter !inset if button == 2
+       (checkAndActivateInset): don't use the values returned from
+       call to bv->checkInsetHit.
+
+       * insetminipage.C (Clone): set special minipage values.
+
+       * insetcollapsable.C (draw): changed to draw the button in the
+       upper left corner outside the textinset.
+       (ascent): changed because of different drawing 
+       (descent): ditto
+       (width): ditto
+       (Edit): ditto
+       (InsetButtonPress): ditto
+       (InsetButtonRelease): ditto
+       (InsetMotionNotify): ditto
+
+2001-03-27  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * figinset.C (GetPSSizes): Fix for the case when filename doesn't
+       contain a suffix.
+       (Clone): ditto
+
 2001-03-26  Juergen Vigna  <jug@sad.it>
 
        * lyxinset.h: added ShowInsetDialog() function in UpdatableInset.