X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FChangeLog;h=e8469158e9cd0c93dfa7ba931d1d39215bd6d607;hb=bea633366d16ae972a4f5292e249c88d96a7e4e2;hp=832a11519193f8c0472cf371c53686085d3c95e3;hpb=d4ee9c38b6aa45146f67658352623bcbc3e0ad9b;p=lyx.git diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index 832a115191..e8469158e9 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,5 +1,110 @@ +2001-03-28 Angus Leeming + + * insets/figinset.[Ch]: changed headers lyx.h, form1.h -> figure_form.h. + +2001-03-27 Angus Leeming + + * insetgraphicsParams.C (operator!=): new function, needed by the + ControlGraphics class. + +2001-03-28 Juergen Vigna + + * 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 + + * figinset.C (GetPSSizes): Fix for the case when filename doesn't + contain a suffix. + (Clone): ditto + +2001-03-26 Juergen Vigna + + * 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 + + * 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 + + * 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 + + * insetfloat.h + * insetfloat.C (DocBook): docbook export code. + +2001-03-22 Juergen Vigna + + * 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 + + * figinset.C (fl_set_preemptive_callback): moved definition outside + of namespace anon. + +2001-03-20 Lars Gullik Bjønnes + + * insetminipage.C (Read): prepare for reading of minipage arguments. + +2001-03-18 Baruch Even + + * insetgraphics.C: Minor cleanups of the comments and code. + +2001-03-17 Lars Gullik Bjønnes + + * insetminipage.C (InsetMinipage): default to not collapsed + +2001-03-16 Juergen Vigna + + * 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 + * 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