mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 13:46:43 +00:00
b34f16995a
their successful compilation. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7764 a592a061-630c-0410-9148-cb99ea01b6c8
53 lines
1.6 KiB
Plaintext
53 lines
1.6 KiB
Plaintext
2003-09-16 Angus Leeming <leeming@lyx.org>
|
|
|
|
* GScreen.[Ch] (workarea):
|
|
* GWorkArea.[Ch] (~ColorCache, getColor, getXftColor, cacheColor,
|
|
cacheXftColor, getPainter, workWidth, workHeight, xpos, ypos, getWindow,
|
|
getDisplay, getPixmap, getGC, getColormap, getXftDraw, getColorHandler):
|
|
move out-of-line.
|
|
|
|
2003-09-15 Angus Leeming <leeming@lyx.org>
|
|
|
|
* GPainter.C: add #include "LColor.h".
|
|
* GPainter.[Ch] (setForeground, point, line, lines, rectangle, fillRectangle,
|
|
fillPolygon, arc): pass EnumLColor args, rather than LColor::color ones.
|
|
|
|
* GScreen.C:
|
|
* GWorkArea.C: add #include "LColor.h".
|
|
|
|
* GWorkArea.h: remove #include "LColor.h".
|
|
change typedefs to take an EnumLColor arg rather than an LColor::color one.
|
|
|
|
* GWorkArea.h (getColor, getXftColor, cacheColor, cacheXftColor):
|
|
* GWorkArea.[Ch] (getXftColor, getGdkColor): pass EnumLColor args, rather
|
|
than LColor::color ones.
|
|
|
|
* lyx_gui.C (hexname, update_color): pass EnumLColor args, rather
|
|
than LColor::color ones.
|
|
|
|
2003-09-10 Angus Leeming <leeming@lyx.org>
|
|
|
|
* GToolbar.C (onLayoutSelected): missed a change from a call to the
|
|
Buffer::params member variable to the Buffer::params() function.
|
|
|
|
2003-09-09 Lars Gullik Bjønnes <larsbj@lyx.org>
|
|
|
|
* GPainter.C: change Assert to BOOST_ASSERT
|
|
|
|
2003-09-08 Angus Leeming <leeming@lyx.org>
|
|
|
|
* GPainter.h: do not #include <config.h> in header files.
|
|
|
|
2003-09-02 Angus Leeming <leeming@lyx.org>
|
|
|
|
* .cvsignore:
|
|
* glade/.cvsignore: new files.
|
|
|
|
2003-09-02 Angus Leeming <leeming@lyx.org>
|
|
|
|
* all files: standard-conformant header blurbs.
|
|
|
|
2003-09-02 Huang Ying <hying_caritas@163.com>
|
|
|
|
* initial release
|