]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
fix compilation pb ; update eu.po
[lyx.git] / src / insets / ChangeLog
index e8469158e9cd0c93dfa7ba931d1d39215bd6d607..030545f676d1972da28e7e7c9662e649d2a2761c 100644 (file)
@@ -1,6 +1,162 @@
+2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * insettoc.C: hack to make listof algorithm work
+
+2001-04-20  Juergen Vigna  <jug@sad.it>
+
+       * insettext.C (Edit): call checkAndActivateInset with y=0 if y < 0.
+
+2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * insetquotes.C (Latex): improve the guard against
+       unwanted !` and ?` ligatures. This should really be done in
+       another place (to catch all this ligatures at low-level).
+
+2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * insettext.C (init): remvoe leftovers from cursor_visible change
+       (draw): use c++ cast
+       (LocalDispatch): dispatch LFUN_MESSAGE
+
+       * insettabular.C (InsetTabular): remove leftovers from
+       cursor_visible, and scoped_ptr changes
+       (draw): use c++ cast
+
+       * insetcollapsable.C (draw): use c++ cast
+
+       * ExternalTemplate.h: inherit privaely from noncopyable
+       * insetcommand.h: ditto
+       * insetinclude.h: ditto
+
+2001-04-16  Allan Rae  <rae@lyx.org>
+
+       * insettoc.C (Ascii): 
+       * insettext.C (draw): 
+       * insettabular.C (setPos): 
+       * insetminipage.C (Read): 
+       * insetfloat.C (placement): 
+       * insetcaption.C (Ascii, DocBook): 
+       * figinset.C (runqueue): #warning triggers an error on Sun CC 6.0 as
+       an unrecognised preprocessor directive.  So ensure they're wrapped. 
+
+2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
+
+       * insetexternal.h:
+       * insetexternal.C: set view on Clone. Add _ to private members.
+
+2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * insettext.C (InsetText): fix new
+       (InsetText): reindent some, simplify deletion of par list 
+       (clear): simplify deletion of par list, fix new
+       (SetParagraphData): simplify deletion of par list
+
+       * insettabular.[Ch] (getLabelList): implement new method
+
+2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * lyxinset.h: do not include gettext.h...
+
+       * inset.C:
+       * insetcaption.C:
+       * insetexternal.C:
+       * insetgraphics.C:
+       * insetindex.C:
+       * insetlabel.C:
+       * insetlatexaccent.C:
+       * insetminipage.C:
+       * insetquotes.C:
+       * insettabular.C:
+       * inseturl.C: ... and do it here instead
+
+2001-04-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * insetcollapsable.[Ch] (getLabelList): add std:: on vector<string>
+
+       * insettext.[Ch] (getLabelList): add std:: on vector<string> 
+
+       * insetcollapsable.[Ch] (getLabelList): implement
+
+       * insettext.[Ch] (getLabelList): implement
+
+       * insettext.h: reindent
+
+       * insettabular.h: make tabular a scoped_ptr
+
+       * insettext.C (init): adjust for cursor_visible
+       (ToggleInsetCursor): constify asc and desc, font, adjust for
+       cursor_visible
+       (ShowInsetCursor): constify asc and desc, font, adjust for
+       cursor_visible
+       (HideInsetCursor): adjust for cursor_visible
+
+       * insettabular.C: reindent some
+       (InsetTabular): adjust for scoped_ptr and cursor_visible
+       (InsetTabular): ditto
+       (~InsetTabular): delete delete
+       (Clone): adjust for scoped_ptr
+       (Read): constify old_format, adjust for scoped_ptr, move init of
+       token
+       (draw): constify tx, localize loop vars.
+       some other localization of variables, remove double initilizatons.
+       
+       * insetfoot.C: remove using std::ostream, add ostream where needed
+
+2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * lyxinset.h: some reindentaion, use initializer list for
+       constructro.
+       UpdatableInset: make cursor_visible a private var add
+       public isCursorVisible(), add protected toggleCursorVisible() and
+       proctected setCursorVisible(bool), make scroll call the Inset::scroll
+
+       * insettoc.C: remvoe using decl
+       (getScreenLabel): make cmdname donst
+       (LyxCode): ditto
+       (Ascii): ditto
+       (Ascii): don't use endl
+
+       * 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>
 
-       * insets/figinset.[Ch]: changed headers lyx.h, form1.h -> figure_form.h.
+       * figinset.[Ch]: changed headers lyx.h, form1.h -> figure_form.h.
 
 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>