]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
reformatting and remove using delc
[lyx.git] / src / insets / ChangeLog
index 971c5960f0fcde1da828f9b87a1aa2328884aa59..c6ec9b0c497bad1181ee77760c42ec4a28e4ea24 100644 (file)
@@ -1,3 +1,200 @@
+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.
+
+       * 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
+
+2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * insettext.C (Edit): #else# -> #else.
+       * insettoc.C: added using directive.
+
+2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
+
+       * insetminipage.h: add pos, inner_pos, width and height. + getters
+       and setters for all of them.
+
+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  John Levon  <moz@compsoc.man.ac.uk>
+
+       * insetinclude.h:
+       * insetinclude.C: add InsetIncludeParams, use
+       composition rather than derivation of InsetCommand
+
+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: