]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
Rename EnumLColor as LColor_color.
[lyx.git] / src / insets / ChangeLog
index fbfce3d9c46dec6fa328ca60bcf32feff8f3881d..d84a0548efeae9365ad7d1df29e1bced1b7e679e 100644 (file)
@@ -1,7 +1,129 @@
+2003-09-18  Angus Leeming  <leeming@lyx.org>
+
+       * inset.C:
+       * inset.h:
+       * insettext.C:
+       * insettext.h: rename EnumLColor as LColor_color.
+
+2003-09-18  Angus Leeming  <leeming@lyx.org>
+
+       * inset.h: add the InsetOld::Code wrapper class InsetOld_code.
+       * insetbase.h: add the dispatch_result wrapper class DispatchResult.
+
+2003-09-16  Angus Leeming  <leeming@lyx.org>
+
+       * insetinclude.C (localDispatch): ensure that params_.masterFilename_ is
+       set before trying to generate a preview, else we trigger an assert.
+
+2003-09-16  Angus Leeming  <leeming@lyx.org>
+
+       * insetinclude.C (PreviewImpl::parent): return a const reference.
+
+2003-09-16  Angus Leeming  <leeming@lyx.org>
+
+       * insetcollapsable.[Ch]: make all member variables, except for 'inset', private.
+
+       * insetert.C (init): use InsetCollapsable::setLabelFont rather than access
+       labelfont directly.
+       (read, updateStatus, lfunMouseRelease, status, showInsetDialog): use
+       InsetCollapsable::setCollapsed, isOpen rather than access collapsed_ directly.
+
+       * insetminipage.C (metrics):
+       * insetnote.C (metrics):
+       * insettheorem.C (clone): use InsetCollapsable::isOpen rather than
+       access collapsed_ directly.
+
+2003-09-16  Angus Leeming  <leeming@lyx.org>
+
+       * insetbibitem.C: add #include "lyxfont.h".
+
+2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * insetgraphics.C: 
+       * insetbibtex.C: use namespace alias for lyx::support::os
+
+2003-09-16  Angus Leeming  <leeming@lyx.org>
+
+       * insetcollapsable.h: remove unused framecolor variable.
+       Remove #include "LColor.h".
+
+       * insetcollapsable.C: remove unused framecolor variable.
+
+       * insetcaption.C:
+       * insetcollapsable.C:
+       * insetert.C:
+       * insetfloat.C:
+       * insetfootlike.C:
+       * insetminipage.C:
+       * insetnote.C:
+       * insetoptarg.C:
+       * insetwrap.C:
+       Add #include "LColor.h".
+
+2003-09-16  Angus Leeming  <leeming@lyx.org>
+
+       * insettext.[Ch] (frameColor): new accessor function.
+       (frame_color_): stored as an int, allows us to remove #include "LColor.h" from
+       insettext.h
+
+       * insetbranch.C:
+       * insettabular.C:
+       * insettext.C:
+       add #include "LColor.h".
+
+       * insetcollapsable.h: add #include "LColor.h"
+       (for its framecolor member variable).
+
+2003-09-16  Angus Leeming  <leeming@lyx.org>
+
+       * insetenv.C (constructor): use accessor functions to access InsetText variables.
+
+       * insettext.h: rename autoBreakRows as autoBreakRows_. Make private.
+       rename frame_color as frame_color_. Make private.
+
+       * insettext.C: associated changes.
+
+2003-09-16  Angus Leeming  <leeming@lyx.org>
+
+       * inset.h: store background_color_ as an int, not as an LColor::color to
+       get LColor.h out of the header file.
+
+       * inset.C:
+       * insetlatexaccent.C:
+       * insetnewline.C:
+       * insetspace.C:
+       * insetspecialchar.C:
+       * renderers.C:
+       add #include "LColor.h".
+
+2003-09-16  Angus Leeming  <leeming@lyx.org>
+
+       * renderers.C:  LyXFont::setColor no longer return a LyXFont &, so cannot string
+       calls together.
+
+2003-09-15  Angus Leeming  <leeming@lyx.org>
+
+       * inset.[Ch] (setBackgroundColor, backgroundColor):
+       * insettext.[Ch] (setFrameColor):
+       pass EnumLColor args, rather than LColor::color ones.
+
+2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * insetcommand.C
+       * insetexternal.C
+       * insetfloat.C
+       * insetgraphics.C
+       * insetinclude.C
+       * insetminipage.C
+       * insetnote.C
+       * insettabular.C
+       * insetwrap.C: remove usage of STRCONV
+
 2003-09-15  Angus Leeming  <leeming@lyx.org>
 
        * renderers.C (draw):
-       * insetlatexaccent.C (draw): explicitly define the color passed to the painter.
+       * insetlatexaccent.C (draw): explicitly define the color passed to
+       the painter.
 
 2003-09-10  Martin Vermeer  <martin.vermeer@hut.fi>