2003-10-13 15:23:45 +00:00
|
|
|
|
2003-10-13 Jos<6F> Matos <jamatos@lyx.org>
|
|
|
|
|
|
|
|
|
|
* lyx_gui.C (set_datasocket_callback, set_serversocket_callback,
|
|
|
|
|
remove_datasocket_callback, remove_serversocket_callback):
|
|
|
|
|
prefix those fucntions with lyx_gui:: to link correctly.
|
|
|
|
|
|
|
|
|
|
* lyx_gui.C (start): fix call to dispatch.
|
|
|
|
|
|
2003-10-13 12:25:11 +00:00
|
|
|
|
2003-10-13 Angus Leeming <leeming@lyx.org>
|
|
|
|
|
|
|
|
|
|
* lyx_gui.C (set_datasocket_callback, set_serversocket_callback,
|
|
|
|
|
remove_datasocket_callback, remove_serversocket_callback):
|
|
|
|
|
placeholder functions, enabling the frontend to be linked.
|
|
|
|
|
|
2003-10-08 11:31:51 +00:00
|
|
|
|
2003-10-08 Angus Leeming <leeming@lyx.org>
|
|
|
|
|
|
|
|
|
|
Fix doxygen warnings.
|
|
|
|
|
|
|
|
|
|
* Alert_pimpl.C: \file Alert_pimpl.C -> \file gtk/Alert_pimpl.C
|
|
|
|
|
* FileDialog.C: \file FileDialog.C -> \file gtk/FileDialog.C
|
|
|
|
|
* GView.C: \file GView.C -> \file gtk/GView.C
|
|
|
|
|
* GView.h: \file GView.h -> \file gtk/GView.h
|
|
|
|
|
|
2003-09-21 16:02:54 +00:00
|
|
|
|
2003-09-21 Lars Gullik Bj<42>nnes <larsbj@gullik.net>
|
|
|
|
|
|
2003-09-21 18:57:15 +00:00
|
|
|
|
* GToolbar.C (add): Make it take a ToobarBackend::Item as arg,
|
|
|
|
|
adjust.
|
|
|
|
|
(onButtonClicked): take a FuncRequest
|
|
|
|
|
(update): adjust
|
|
|
|
|
|
|
|
|
|
* GMenubar.C (submenuDisabled): pass FuncRequest to getStatus.
|
|
|
|
|
(onSubMenuActivate): ditto
|
|
|
|
|
(onCommandActivate): pass MenuItem::func to dispatch
|
|
|
|
|
|
2003-09-21 16:02:54 +00:00
|
|
|
|
* LyXKeySymFactory.C (create): fix new bug
|
|
|
|
|
|
|
|
|
|
* GView.C (GView): fix new bug
|
|
|
|
|
|
|
|
|
|
* GToolbar.C (add): fix new bug
|
|
|
|
|
|
2003-09-18 11:48:11 +00:00
|
|
|
|
2003-09-18 Angus Leeming <leeming@lyx.org>
|
|
|
|
|
|
|
|
|
|
* GPainter.C:
|
|
|
|
|
* GPainter.h:
|
|
|
|
|
* GWorkArea.C:
|
|
|
|
|
* GWorkArea.h:
|
|
|
|
|
* lyx_gui.C: rename EnumLColor as LColor_color.
|
|
|
|
|
|
2003-09-16 07:53:02 +00:00
|
|
|
|
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 15:20:22 +00:00
|
|
|
|
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 10:09:41 +00:00
|
|
|
|
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 17:25:35 +00:00
|
|
|
|
2003-09-09 Lars Gullik Bj<42>nnes <larsbj@lyx.org>
|
|
|
|
|
|
|
|
|
|
* GPainter.C: change Assert to BOOST_ASSERT
|
|
|
|
|
|
2003-09-08 09:51:40 +00:00
|
|
|
|
2003-09-08 Angus Leeming <leeming@lyx.org>
|
|
|
|
|
|
|
|
|
|
* GPainter.h: do not #include <config.h> in header files.
|
|
|
|
|
|
2003-09-02 21:44:55 +00:00
|
|
|
|
2003-09-02 Angus Leeming <leeming@lyx.org>
|
|
|
|
|
|
|
|
|
|
* .cvsignore:
|
|
|
|
|
* glade/.cvsignore: new files.
|
|
|
|
|
|
2003-09-02 17:02:32 +00:00
|
|
|
|
2003-09-02 Angus Leeming <leeming@lyx.org>
|
|
|
|
|
|
|
|
|
|
* all files: standard-conformant header blurbs.
|
|
|
|
|
|
2003-09-02 14:15:03 +00:00
|
|
|
|
2003-09-02 Huang Ying <hying_caritas@163.com>
|
2003-09-02 10:29:05 +00:00
|
|
|
|
|
|
|
|
|
* initial release
|