]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
Stripped out FD_form_figure code into figureXXX.[Ch] files.
[lyx.git] / src / insets / ChangeLog
index cd96552f526f7f45b56d15ff7209bda8e162818c..e8469158e9cd0c93dfa7ba931d1d39215bd6d607 100644 (file)
@@ -1,5 +1,58 @@
+2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * insets/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.
+
+       * insettext.C (ShowInsetDialog): implemented above function.
+
+       * insettabular.C (ShowInsetDialog): ditto
+
+       * insetminipage.C (ShowInsetDialog): ditto
+
+2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * insetinclude.[Ch]: rename InsetInclude::InsetIncludeParams as
+       InsetInclude::Params. Don't store a buffer * in Params. Store the
+       master file name instead.
+
 2001-03-23  Juergen Vigna  <jug@sad.it>
 
+       * insetcollapsable.C (InsetMotionNotify):
+       (InsetButtonRelease): 
+       (InsetButtonPress): fixed y-offset (minipages).
+
        * insettext.C (draw): force a FULL update if cleared == true.
 
        * insetcollapsable.C (draw): Lars forgotten entry for changing this