]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
Define a wrapper LyXFont_size for LyXFont::FONT_SIZE.
[lyx.git] / src / insets / ChangeLog
index 2e0bdb85b170d6a2c5581253d863612d7e23d04c..022715c02a3904d3d6b78c2b3531b3d7110f1d75 100644 (file)
@@ -1,3 +1,130 @@
+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 ununsed framecolor variable.
+       Remove #include "LColor.h".
+
+       * insetcollapsable.C: remove ununsed 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.
+
+2003-09-10  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * insettext.C: remove block causing problems in lockInsetInInset
+       (mentioned erroneously under Bug #1366)
+
+2003-09-10  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * insetcollapsable.C: Simplify by using adjustCommand, and fix bug
+       in the process
+
+2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * several files: change Assert to BOOST_ASSERT
+
+2003-09-09  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * insettext.[Ch]: remove drawText[XY]Offset
+
+2003-09-08  Angus Leeming  <leeming@lyx.org>
+
+       * insetcollapsable.C:
+       * insetenv.C:
+       * insetinclude.C:
+       * insetlabel.C:
+       * insetoptarg.C:
+       * insetspecialchar.C:
+       * insettabular.C:
+       * insettext.C:
+       * insettoc.C: remove redundant using directives.
+
+2003-09-07  Angus Leeming  <leeming@lyx.org>
+
+       * insetspace.h:
+       * insetspecialchar.h: remove #include "support/std_string.h".
+
 2003-09-06  Angus Leeming  <leeming@lyx.org>
 
        * renderers.C: add #include "insets/inset.h"
        * insettabular.h: move #include "FuncStatus.h" out of the header file.
        * insettoc.[Ch]: move #include "metricsinfo.h" out of the header file.
 
-       * insetcollapsable.h: 
-       * insetbranch.C: 
+       * insetcollapsable.h:
+       * insetbranch.C:
        * insetnote.C: move #include "funcrequest.h" out of the header file.
 
 2003-09-03  Angus Leeming  <leeming@lyx.org>