]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
some reindentation, revert workarea xpos++, constify, remove all traces of LyXParagra...
[lyx.git] / src / insets / ChangeLog
index 18ed7f27d69871dc336dcb340317e6521102a369..4c0f8967e764a2b4e002b7ade43132aed53ae7af 100644 (file)
@@ -1,3 +1,49 @@
+2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * insettext.C (Read): use clear
+       (SetParagraphData): use LyXParagraph copy constructor instead of clone
+
+2001-05-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * insetfloatlist.h: add a bunch of std:: qualifiers.
+
+2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * lyxinset.h: remve LOF_CODE, LOT_CODE, LOA_CODE, add
+       FLOAT_LIST_CODE, renumber code list.
+
+       * insettoc.C (getScreenLabel): remove support for float lists
+       (LyxCode): ditto
+       (Ascii): ditto
+
+       * insetfloatlist.[Ch]: new files
+
+       * Makefile.am (libinsets_la_SOURCES): add insetfloatlist.[Ch]
+
+2001-04-27  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * insettabular.C (LocalDispatch):
+       * insettext.C (LocalDispatch): getClipboard() is now a BufferView
+       method 
+
+2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * insettext.C: remvoe !NEW_INSETS cruft
+
+       * insettabular.C: remove !NEW_INSETS cruft
+
+       * insetcollapsable.h: remove !NEW_INSETS cruft
+
+       * insetbib.C: remove !NEW_INSETS cruft
+
+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
        * figinset.C (runqueue): #warning triggers an error on Sun CC 6.0 as
        an unrecognised preprocessor directive.  So ensure they're wrapped. 
 
-2001-04-13  Juergen Vigna  <jug@sad.it>
-
-       * insettext.C: tried to avoid unneeded redraws.
-       (doClearArea): return true also if I need a FULL|INIT redraw.
-
-       * insettabular.C: tried to avoid unneeded redraws. Still one
-       problem with scrolling remains (resetPos).
-       (doClearArea): return true also if I need a FULL|INIT redraw.
-
-       * lyxinset.h: changed the scroll() function behaviour a bit.
-       Added nodraw() function so that I can block unneeded redraws.
-       Implemented the above 2 functions correctly in InsetText,
-       InsetTabular and InsetCollapsable. Now only the topmost Inset
-       owner is scrolled (as it should be) if a child inset requests this!
-
 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
 
        * insetexternal.h: