]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
Fix figinset for the case when the filename doesn't contain a suffix.
[lyx.git] / src / insets / ChangeLog
index f14c61a7a42a7d4abbaf459a481af2db31cb494a..c3fae2ce3b9e26b47b25389d3b87e51da6a3385b 100644 (file)
@@ -1,5 +1,85 @@
+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
+       routine to draw the minipages on its position-flag.
+       (InsetInInsetY): give back the right y position, because of minipage
+       position-flag.
+
+2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
+
+       * insetfloat.h
+       * insetfloat.C (DocBook): docbook export code.
+
+2001-03-22  Juergen Vigna  <jug@sad.it>
+
+       * insetminipage.C (getMaxWidth): added function to set the drawing
+       width!
+       (Read): should work now!
+
+       * insetcollapsable.C (InsetCollapsable): default is now NOT collapsed
+       if we create a new inset.
+
+2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * figinset.C (fl_set_preemptive_callback): moved definition outside
+       of namespace anon.
+
+2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
+
+       * insetminipage.C (Read): prepare for reading of minipage arguments.
+
+2001-03-18  Baruch Even  <baruch@lyx.org>
+
+       * insetgraphics.C: Minor cleanups of the comments and code.
+
+2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
+
+       * insetminipage.C (InsetMinipage): default to not collapsed
+
+2001-03-16  Juergen Vigna  <jug@sad.it>
+
+       * insetminipage.C (width): modified with to be a string
+       (widthp): added widthp (for % width) support functions.
+       (InsetButtonRelease): added to open the options dialog on button==3.
+       (~InsetMinipage): added to hide the dialog.
+
+       * insetminipage.h: added hideDialog signal
+
 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
 
+       * insetminipage.h: change the order or Position to match
+       LyXParagraph::MINIPAGE_ALIGNMENT
+
+       * several files: remvoe CXX_WORKING_NAMESPACES
+
        * ExternalTemplate.h: noncopyable is in namespace boost
        * insetinclude.h: ditto
        * insetcommand.h: ditto