igarden-commit Mailing List for GardenSketch (Page 66)
Status: Beta
Brought to you by:
jlbedell
You can subscribe to this list here.
| 2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(24) |
Nov
(77) |
Dec
(122) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2007 |
Jan
(103) |
Feb
(278) |
Mar
(130) |
Apr
(66) |
May
(56) |
Jun
(31) |
Jul
(94) |
Aug
(73) |
Sep
(22) |
Oct
(306) |
Nov
(52) |
Dec
|
| 2008 |
Jan
(27) |
Feb
(90) |
Mar
(218) |
Apr
(145) |
May
(114) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 03:40:07
|
Update of /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv12414 Modified Files: XGWritableStream.h XGWindow.h XGViewFactory.h XGWindowFactory.h Log Message: Win32 changes Index: XGWindowFactory.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGWindowFactory.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGWindowFactory.h 1 Oct 2006 19:15:03 -0000 1.1 --- XGWindowFactory.h 22 Feb 2007 03:40:03 -0000 1.2 *************** *** 2,5 **** --- 2,7 ---- * * Window factory; how windows are built + Some contributions by: + je...@re... */ *************** *** 51,55 **** */ ! class XGWindowFactory { public: /* --- 53,57 ---- */ ! class YAAF_API XGWindowFactory { public: /* Index: XGWindow.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGWindow.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGWindow.h 1 Oct 2006 19:15:09 -0000 1.1 --- XGWindow.h 22 Feb 2007 03:40:03 -0000 1.2 *************** *** 3,6 **** --- 3,8 ---- * Window object; this defines the view wrapper that encapsulates * an entire window + Some contributions by: + je...@re... */ *************** *** 157,161 **** */ ! class XGWindow : public XGView, public XGEventTrigger { public: --- 159,163 ---- */ ! class YAAF_API XGWindow : public XGView, public XGEventTrigger { public: *************** *** 169,173 **** enum { ! kClassID = 'wind' }; --- 171,175 ---- enum { ! kClassID = CHAR4('w','i','n','d') //'wind' }; Index: XGWritableStream.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGWritableStream.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGWritableStream.h 1 Oct 2006 19:15:11 -0000 1.1 --- XGWritableStream.h 22 Feb 2007 03:40:03 -0000 1.2 *************** *** 3,6 **** --- 3,8 ---- * Writable stream. This is the writable version of the XGArgStream * object, and can be used to initialize various objects by hand. + Some contributions by: + je...@re... */ *************** *** 29,33 **** */ ! class XGWritableStream : public XGArgStream, public XGOutStream { public: --- 31,35 ---- */ ! class YAAF_API XGWritableStream : public XGArgStream, public XGOutStream { public: Index: XGViewFactory.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGViewFactory.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGViewFactory.h 1 Oct 2006 19:15:13 -0000 1.1 --- XGViewFactory.h 22 Feb 2007 03:40:03 -0000 1.2 *************** *** 2,5 **** --- 2,7 ---- * * View factory and support + Some contributions by: + je...@re... */ *************** *** 72,76 **** */ ! class XGViewFactory { public: /* --- 74,78 ---- */ ! class YAAF_API XGViewFactory { public: /* |
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 03:38:46
|
Update of /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv11969 Modified Files: XGSaveFileDialog.h XGStaticText.h XGToolTip.h XGScrollView.h XGStatusBar.h XGSend.h XGToolTipView.h XGToolbarView.h XGSlider.h XGScrollBar.h Log Message: Win32 changes Index: XGSaveFileDialog.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGSaveFileDialog.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGSaveFileDialog.h 1 Oct 2006 19:15:11 -0000 1.1 --- XGSaveFileDialog.h 22 Feb 2007 03:38:42 -0000 1.2 *************** *** 3,6 **** --- 3,8 ---- * File dialog class. This is the wrapper for the standard dialog which * is used to specify a new file to save + Some contributions by: + je...@re... */ *************** *** 26,30 **** */ ! class XGSaveFileDialog { public: XGSaveFileDialog(); --- 28,32 ---- */ ! class YAAF_API XGSaveFileDialog { public: XGSaveFileDialog(); Index: XGStaticText.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGStaticText.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGStaticText.h 1 Oct 2006 19:15:11 -0000 1.1 --- XGStaticText.h 22 Feb 2007 03:38:43 -0000 1.2 *************** *** 30,33 **** --- 30,35 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 81,85 **** */ ! class XGStaticText : public XGView { public: XGStaticText(XGView *parent, XGArgStream &init); --- 83,87 ---- */ ! class YAAF_API XGStaticText : public XGView { public: XGStaticText(XGView *parent, XGArgStream &init); *************** *** 88,92 **** enum { ! kClassID = 'text' }; --- 90,94 ---- enum { ! kClassID = CHAR4('t','e','x','t') //'text' }; Index: XGScrollBar.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGScrollBar.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGScrollBar.h 1 Oct 2006 19:15:13 -0000 1.1 --- XGScrollBar.h 22 Feb 2007 03:38:43 -0000 1.2 *************** *** 30,33 **** --- 30,35 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 69,73 **** */ ! class XGScrollBar : public XGSlider { public: XGScrollBar(XGView *, XGSScrollInitRecord &); --- 71,75 ---- */ ! class YAAF_API XGScrollBar : public XGSlider { public: XGScrollBar(XGView *, XGSScrollInitRecord &); *************** *** 76,80 **** enum { ! kClassID = 'scrb' }; --- 78,82 ---- enum { ! kClassID = CHAR4('s','c','r','b') //'scrb' }; Index: XGSend.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGSend.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGSend.h 1 Oct 2006 19:15:05 -0000 1.1 --- XGSend.h 22 Feb 2007 03:38:43 -0000 1.2 *************** *** 3,6 **** --- 3,8 ---- * Send dispatch object. This handles sending mesages to XGDispatch * objects which are registered with this object. + Some contributions by: + je...@re... */ *************** *** 31,35 **** */ ! class XGSend { public: XGSend(void); --- 33,37 ---- */ ! class YAAF_API XGSend { public: XGSend(void); Index: XGToolTip.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGToolTip.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGToolTip.h 1 Oct 2006 19:15:08 -0000 1.1 --- XGToolTip.h 22 Feb 2007 03:38:43 -0000 1.2 *************** *** 2,5 **** --- 2,7 ---- * * Tooltip object. This handles the inline tooltip editing stuff + Some contributions by: + je...@re... */ *************** *** 34,38 **** */ ! class XGToolTip { public: static void OpenTip(XGView *v, Point where, char *what); --- 36,40 ---- */ ! class YAAF_API XGToolTip { public: static void OpenTip(XGView *v, Point where, char *what); Index: XGToolTipView.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGToolTipView.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGToolTipView.h 1 Oct 2006 19:15:12 -0000 1.1 --- XGToolTipView.h 22 Feb 2007 03:38:43 -0000 1.2 *************** *** 30,33 **** --- 30,35 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 53,57 **** */ ! class XGToolTipView : public XGView { public: XGToolTipView(char *); --- 55,59 ---- */ ! class YAAF_API XGToolTipView : public XGView { public: XGToolTipView(char *); Index: XGStatusBar.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGStatusBar.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGStatusBar.h 1 Oct 2006 19:15:07 -0000 1.1 --- XGStatusBar.h 22 Feb 2007 03:38:43 -0000 1.2 *************** *** 31,34 **** --- 31,36 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 55,59 **** */ ! class XGStatusBar : public XGSlider { public: XGStatusBar(XGView *parent, XGArgStream &s); --- 57,61 ---- */ ! class YAAF_API XGStatusBar : public XGSlider { public: XGStatusBar(XGView *parent, XGArgStream &s); *************** *** 61,65 **** enum { ! kClassID = 'stat' }; --- 63,67 ---- enum { ! kClassID = CHAR4('s','t','a','t') //'stat' }; Index: XGToolbarView.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGToolbarView.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGToolbarView.h 1 Oct 2006 19:15:06 -0000 1.1 --- XGToolbarView.h 22 Feb 2007 03:38:43 -0000 1.2 *************** *** 34,37 **** --- 34,39 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 68,72 **** */ ! class XGToolbarView : public XGView { public: #if OPT_WINOS --- 70,74 ---- */ ! class YAAF_API XGToolbarView : public XGView { public: #if OPT_WINOS Index: XGSlider.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGSlider.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGSlider.h 1 Oct 2006 19:15:11 -0000 1.1 --- XGSlider.h 22 Feb 2007 03:38:43 -0000 1.2 *************** *** 3,6 **** --- 3,8 ---- * Slider object; this is the class object which defines the basis for * all slider controls within YAAF + Some contributions by: + je...@re... */ *************** *** 26,30 **** */ ! class XGSlider : public XGControl { public: XGSlider(XGView *parent, XGSViewInitRecord &s); --- 28,32 ---- */ ! class YAAF_API XGSlider : public XGControl { public: XGSlider(XGView *parent, XGSViewInitRecord &s); Index: XGScrollView.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGScrollView.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGScrollView.h 1 Oct 2006 19:15:06 -0000 1.1 --- XGScrollView.h 22 Feb 2007 03:38:43 -0000 1.2 *************** *** 3,6 **** --- 3,8 ---- * Scrolling view. This automatically handles scrolling within * the children views that are inside of this view + Some contributions by: + je...@re... */ *************** *** 53,57 **** */ ! class XGScrollView : public XGView { public: XGScrollView(XGView *parent, XGArgStream &s); --- 55,59 ---- */ ! class YAAF_API XGScrollView : public XGView { public: XGScrollView(XGView *parent, XGArgStream &s); *************** *** 60,64 **** enum { ! kClassID = 'scrv' }; --- 62,66 ---- enum { ! kClassID = CHAR4('s','c','r','v') //'scrv' }; |
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 03:34:00
|
Update of /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv9835 Modified Files: XGPopControl.h XGPopMenuView.h XGPopWindow.h XGPlacementView.h XGPicture.h XGPeriodic.h XGPrinter.h XGRegion.h XGProgress.h XGRadioButton.h Log Message: Win32 changes Index: XGProgress.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGProgress.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGProgress.h 1 Oct 2006 19:15:04 -0000 1.1 --- XGProgress.h 22 Feb 2007 03:33:57 -0000 1.2 *************** *** 30,33 **** --- 30,35 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 62,66 **** */ ! class XGProgress : public XGSlider { public: XGProgress (XGView *o, XGArgStream &s); --- 64,68 ---- */ ! class YAAF_API XGProgress : public XGSlider { public: XGProgress (XGView *o, XGArgStream &s); *************** *** 68,72 **** enum { ! kClassID = 'prog' }; --- 70,74 ---- enum { ! kClassID = CHAR4('p','r','o','g') //'prog' }; Index: XGRadioButton.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGRadioButton.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGRadioButton.h 1 Oct 2006 19:15:03 -0000 1.1 --- XGRadioButton.h 22 Feb 2007 03:33:57 -0000 1.2 *************** *** 2,5 **** --- 2,7 ---- * * Radio button control + Some contributions by: + je...@re... */ *************** *** 23,27 **** */ ! class XGRadioButton : public XGButton { public: XGRadioButton(XGView *, XGArgStream &); --- 25,29 ---- */ ! class YAAF_API XGRadioButton : public XGButton { public: XGRadioButton(XGView *, XGArgStream &); *************** *** 29,33 **** enum { ! kClassID = 'radb' }; --- 31,35 ---- enum { ! kClassID = CHAR4('r','a','d','b') //'radb' }; Index: XGPrinter.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGPrinter.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGPrinter.h 1 Oct 2006 19:15:07 -0000 1.1 --- XGPrinter.h 22 Feb 2007 03:33:57 -0000 1.2 *************** *** 31,34 **** --- 31,36 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 87,91 **** */ ! class XGPrinter { public: XGPrinter(); --- 89,93 ---- */ ! class YAAF_API XGPrinter { public: XGPrinter(); *************** *** 176,180 **** */ ! extern XGPrinter GPrinter; /* The printer interface */ } // namespace yaaf --- 178,182 ---- */ ! YAAF_API extern XGPrinter GPrinter; /* The printer interface */ } // namespace yaaf Index: XGPopWindow.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGPopWindow.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGPopWindow.h 1 Oct 2006 19:15:08 -0000 1.1 --- XGPopWindow.h 22 Feb 2007 03:33:57 -0000 1.2 *************** *** 2,5 **** --- 2,7 ---- * * Popup window object declaration + Some contributions by: + je...@re... */ *************** *** 34,38 **** */ ! class XGPopWindow { public: /* --- 36,40 ---- */ ! class YAAF_API XGPopWindow { public: /* Index: XGPlacementView.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGPlacementView.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGPlacementView.h 1 Oct 2006 19:15:09 -0000 1.1 --- XGPlacementView.h 22 Feb 2007 03:33:57 -0000 1.2 *************** *** 15,18 **** --- 15,20 ---- * Also note all of these views are derived from the XGColorView * object, which paints a flat color background behind all of my views. + Some contributions by: + je...@re... */ *************** *** 37,41 **** */ ! class XGPlacementView : public XGColorView { public: XGPlacementView(XGView *p, XGArgStream &s); --- 39,43 ---- */ ! class YAAF_API XGPlacementView : public XGColorView { public: XGPlacementView(XGView *p, XGArgStream &s); Index: XGPopControl.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGPopControl.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGPopControl.h 1 Oct 2006 19:15:08 -0000 1.1 --- XGPopControl.h 22 Feb 2007 03:33:57 -0000 1.2 *************** *** 2,5 **** --- 2,7 ---- * * Popup control object + Some contributions by: + je...@re... */ *************** *** 34,38 **** */ ! class XGPopControl : public XGControl { public: XGPopControl(XGView *o, XGSViewInitRecord &s, long fontID); //jeffB!!! --- 36,40 ---- */ ! class YAAF_API XGPopControl : public XGControl { public: XGPopControl(XGView *o, XGSViewInitRecord &s, long fontID); //jeffB!!! *************** *** 41,45 **** enum { ! kClassID = 'popm' }; --- 43,47 ---- enum { ! kClassID = CHAR4('p','o','p','m') //'popm' }; Index: XGRegion.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGRegion.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGRegion.h 1 Oct 2006 19:15:05 -0000 1.1 --- XGRegion.h 22 Feb 2007 03:33:57 -0000 1.2 *************** *** 4,7 **** --- 4,9 ---- * concept of a region, though the semantics are subtly different. This attempts * to wrapper all into a single class with it's own semantics. + Some contributions by: + je...@re... */ *************** *** 31,35 **** */ ! class XGRegion { public: XGRegion(); --- 33,37 ---- */ ! class YAAF_API XGRegion { public: XGRegion(); Index: XGPeriodic.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGPeriodic.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGPeriodic.h 1 Oct 2006 19:15:14 -0000 1.1 --- XGPeriodic.h 22 Feb 2007 03:33:57 -0000 1.2 *************** *** 2,5 **** --- 2,7 ---- * * Periodic event management. + Some contributions by: + je...@re... */ *************** *** 26,30 **** */ ! class XGPeriodic { public: XGPeriodic(); --- 28,32 ---- */ ! class YAAF_API XGPeriodic { public: XGPeriodic(); Index: XGPopMenuView.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGPopMenuView.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGPopMenuView.h 1 Oct 2006 19:15:03 -0000 1.1 --- XGPopMenuView.h 22 Feb 2007 03:33:57 -0000 1.2 *************** *** 3,6 **** --- 3,8 ---- * Popup menu view object; this handles a popup menu * selection object + Some contributions by: + je...@re... */ *************** *** 33,37 **** */ ! class XGPopMenuView : public XGView, public XGPeriodic { public: XGPopMenuView(XGStringList *, short font, short def); --- 35,39 ---- */ ! class YAAF_API XGPopMenuView : public XGView, public XGPeriodic { public: XGPopMenuView(XGStringList *, short font, short def); Index: XGPicture.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGPicture.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGPicture.h 1 Oct 2006 19:15:12 -0000 1.1 --- XGPicture.h 22 Feb 2007 03:33:57 -0000 1.2 *************** *** 30,33 **** --- 30,35 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 79,83 **** */ ! class XGPicture : public XGView { public: XGPicture(XGView *parent, XGArgStream &init); --- 81,85 ---- */ ! class YAAF_API XGPicture : public XGView { public: XGPicture(XGView *parent, XGArgStream &init); *************** *** 86,90 **** enum { ! kClassID = 'pict' }; --- 88,92 ---- enum { ! kClassID = CHAR4('p','i','c','t') //'pict' }; |
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 03:29:42
|
Update of /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv8166 Modified Files: XGLisztView.h XGMenuBar.h XGModalDialog.h XGOpenFileDialog.h XGListView.h XGMenu.h XGInlinePopup.h XGInlineEdit.h XGListControl.h XGIcon.h XGInline.h Log Message: Win32 changes Index: XGIcon.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGIcon.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGIcon.h 1 Oct 2006 19:14:40 -0000 1.1 --- XGIcon.h 22 Feb 2007 03:29:40 -0000 1.2 *************** *** 31,34 **** --- 31,36 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 72,76 **** */ ! class XGIcon : public XGView { public: XGIcon(XGView *, XGArgStream &); --- 74,78 ---- */ ! class YAAF_API XGIcon : public XGView { public: XGIcon(XGView *, XGArgStream &); *************** *** 79,83 **** enum { ! kClassID = 'icon' }; --- 81,85 ---- enum { ! kClassID = CHAR4('i','c','o','n') //'icon' }; Index: XGMenu.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGMenu.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGMenu.h 1 Oct 2006 19:14:41 -0000 1.1 --- XGMenu.h 22 Feb 2007 03:29:40 -0000 1.2 *************** *** 32,35 **** --- 32,37 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 71,75 **** */ ! class XGMenu { public: /* --- 73,77 ---- */ ! class YAAF_API XGMenu { public: /* Index: XGLisztView.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGLisztView.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGLisztView.h 1 Oct 2006 19:14:40 -0000 1.1 --- XGLisztView.h 22 Feb 2007 03:29:40 -0000 1.2 *************** *** 32,35 **** --- 32,37 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 68,72 **** */ ! class XGLisztView : public XGView { public: XGLisztView (XGView *, XGArgStream &); --- 70,74 ---- */ ! class YAAF_API XGLisztView : public XGView { public: XGLisztView (XGView *, XGArgStream &); Index: XGOpenFileDialog.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGOpenFileDialog.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGOpenFileDialog.h 1 Oct 2006 19:15:04 -0000 1.1 --- XGOpenFileDialog.h 22 Feb 2007 03:29:40 -0000 1.2 *************** *** 3,6 **** --- 3,8 ---- * File dialog class. This is the wrapper for the standard dialog which * is used to specify a new file to save + Some contributions by: + je...@re... */ *************** *** 27,31 **** */ ! class XGOpenFileDialog { public: XGOpenFileDialog(); --- 29,33 ---- */ ! class YAAF_API XGOpenFileDialog { public: XGOpenFileDialog(); Index: XGInlinePopup.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGInlinePopup.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGInlinePopup.h 1 Oct 2006 19:14:41 -0000 1.1 --- XGInlinePopup.h 22 Feb 2007 03:29:40 -0000 1.2 *************** *** 33,36 **** --- 33,38 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 61,65 **** */ ! class XGInlinePopup : public XGView, public XGInline { public: XGInlinePopup(XGView *parent, XGSViewInitRecord &init); --- 63,67 ---- */ ! class YAAF_API XGInlinePopup : public XGView, public XGInline { public: XGInlinePopup(XGView *parent, XGSViewInitRecord &init); Index: XGListControl.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGListControl.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGListControl.h 1 Oct 2006 19:14:41 -0000 1.1 --- XGListControl.h 22 Feb 2007 03:29:40 -0000 1.2 *************** *** 30,33 **** --- 30,35 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 67,71 **** */ ! class XGListControl : public XGScrollView { public: XGListControl(XGView *o, XGArgStream &s); --- 69,73 ---- */ ! class YAAF_API XGListControl : public XGScrollView { public: XGListControl(XGView *o, XGArgStream &s); *************** *** 73,77 **** enum { ! kClassID = 'list' }; --- 75,79 ---- enum { ! kClassID = CHAR4('l','i','s','t') //'list' }; Index: XGMenuBar.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGMenuBar.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGMenuBar.h 1 Oct 2006 19:14:40 -0000 1.1 --- XGMenuBar.h 22 Feb 2007 03:29:40 -0000 1.2 *************** *** 32,35 **** --- 32,37 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 64,68 **** */ ! class XGMenuBar { public: --- 66,70 ---- */ ! class YAAF_API XGMenuBar { public: Index: XGInline.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGInline.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGInline.h 1 Oct 2006 19:14:40 -0000 1.1 --- XGInline.h 22 Feb 2007 03:29:40 -0000 1.2 *************** *** 5,8 **** --- 5,10 ---- * The base class used for inline editing. Inline editing is an object * such as a view which is popped in the same spacial area as another view + Some contributions by: + je...@re... */ *************** *** 35,39 **** */ ! class XGInline { public: XGInline(); --- 37,41 ---- */ ! class YAAF_API XGInline { public: XGInline(); Index: XGInlineEdit.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGInlineEdit.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGInlineEdit.h 1 Oct 2006 19:14:40 -0000 1.1 --- XGInlineEdit.h 22 Feb 2007 03:29:40 -0000 1.2 *************** *** 2,5 **** --- 2,7 ---- * * Inline editor + Some contributions by: + je...@re... */ *************** *** 25,29 **** */ ! class XGInlineEdit : public XGEditText, public XGInline { public: XGInlineEdit(XGView *parent, XGSEditInitRecord &init); --- 27,31 ---- */ ! class YAAF_API XGInlineEdit : public XGEditText, public XGInline { public: XGInlineEdit(XGView *parent, XGSEditInitRecord &init); Index: XGListView.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGListView.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGListView.h 1 Oct 2006 19:14:41 -0000 1.1 --- XGListView.h 22 Feb 2007 03:29:40 -0000 1.2 *************** *** 30,33 **** --- 30,35 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 67,71 **** */ ! class XGListView : public XGView { public: XGListView(XGListControl *); --- 69,73 ---- */ ! class YAAF_API XGListView : public XGView { public: XGListView(XGListControl *); Index: XGModalDialog.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGModalDialog.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGModalDialog.h 1 Oct 2006 19:15:06 -0000 1.1 --- XGModalDialog.h 22 Feb 2007 03:29:40 -0000 1.2 *************** *** 31,34 **** --- 31,36 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 64,68 **** */ ! class XGModalDialog { public: XGModalDialog(short,XGPDialogProc, void *); --- 66,70 ---- */ ! class YAAF_API XGModalDialog { public: XGModalDialog(short,XGPDialogProc, void *); |
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 03:26:21
|
Update of /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv6895 Modified Files: XGGroupBox.h XGForm.h XGGridPlacement.h XGHeaderIcon.h XGHeader.h XGGrowIcon.h Log Message: Win32 changes Index: XGForm.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGForm.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGForm.h 1 Oct 2006 19:14:40 -0000 1.1 --- XGForm.h 22 Feb 2007 03:26:20 -0000 1.2 *************** *** 32,35 **** --- 32,37 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 92,96 **** */ ! class XGForm : public XGDispatch { public: XGForm(); --- 94,98 ---- */ ! class YAAF_API XGForm : public XGDispatch { public: XGForm(); Index: XGGroupBox.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGGroupBox.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGGroupBox.h 1 Oct 2006 19:14:41 -0000 1.1 --- XGGroupBox.h 22 Feb 2007 03:26:20 -0000 1.2 *************** *** 30,33 **** --- 30,35 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 67,71 **** */ ! class XGGroupBox : public XGView { public: XGGroupBox(XGView *parent, XGArgStream &init); --- 69,73 ---- */ ! class YAAF_API XGGroupBox : public XGView { public: XGGroupBox(XGView *parent, XGArgStream &init); *************** *** 74,78 **** enum { ! kClassID = 'grou' }; --- 76,80 ---- enum { ! kClassID = CHAR4('g','r','o','u') //'grou' }; Index: XGHeader.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGHeader.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGHeader.h 1 Oct 2006 19:14:41 -0000 1.1 --- XGHeader.h 22 Feb 2007 03:26:20 -0000 1.2 *************** *** 31,34 **** --- 31,36 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 96,100 **** ! class XGHeader : public XGView { public: XGHeader(XGView *parent, XGArgStream &init); --- 98,102 ---- ! class YAAF_API XGHeader : public XGView { public: XGHeader(XGView *parent, XGArgStream &init); *************** *** 103,107 **** enum { ! kClassID = 'head' }; --- 105,109 ---- enum { ! kClassID = CHAR4('h','e','a','d') //'head' }; Index: XGHeaderIcon.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGHeaderIcon.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGHeaderIcon.h 1 Oct 2006 19:14:41 -0000 1.1 --- XGHeaderIcon.h 22 Feb 2007 03:26:20 -0000 1.2 *************** *** 32,35 **** --- 32,37 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 51,55 **** /************************************************************************/ ! #define KHeaderIconChanged 'ihdc' /************************************************************************/ --- 53,57 ---- /************************************************************************/ ! #define KHeaderIconChanged CHAR4('i','h','d','c') /************************************************************************/ *************** *** 74,78 **** ! class XGHeaderIcon : public XGControl { public: XGHeaderIcon(XGView *parent, XGArgStream &init); --- 76,80 ---- ! class YAAF_API XGHeaderIcon : public XGControl { public: XGHeaderIcon(XGView *parent, XGArgStream &init); *************** *** 81,85 **** enum { ! kClassID = 'ihdr' }; --- 83,87 ---- enum { ! kClassID = CHAR4('i','h','d','r') //'ihdr' }; Index: XGGrowIcon.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGGrowIcon.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGGrowIcon.h 1 Oct 2006 19:14:41 -0000 1.1 --- XGGrowIcon.h 22 Feb 2007 03:26:20 -0000 1.2 *************** *** 33,36 **** --- 33,38 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 62,66 **** ! class XGGrowIcon : public XGView { public: XGGrowIcon(XGView *parent, XGArgStream &init); --- 64,68 ---- ! class YAAF_API XGGrowIcon : public XGView { public: XGGrowIcon(XGView *parent, XGArgStream &init); *************** *** 69,73 **** enum { ! kClassID = 'grow' }; --- 71,75 ---- enum { ! kClassID = CHAR4('g','r','o','w') //'grow' }; Index: XGGridPlacement.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGGridPlacement.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGGridPlacement.h 1 Oct 2006 19:14:40 -0000 1.1 --- XGGridPlacement.h 22 Feb 2007 03:26:20 -0000 1.2 *************** *** 3,6 **** --- 3,8 ---- * This arranges it's children views around the borders of the * view. + Some contributions by: + je...@re... */ *************** *** 27,31 **** */ ! class XGGridPlacement : public XGPlacementView { public: XGGridPlacement(XGView *p, XGArgStream &s); --- 29,33 ---- */ ! class YAAF_API XGGridPlacement : public XGPlacementView { public: XGGridPlacement(XGView *p, XGArgStream &s); *************** *** 33,37 **** enum { ! kClassID = 'grdp' }; --- 35,39 ---- enum { ! kClassID = CHAR4('g','r','d','p') //'grdp' }; |
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 03:21:19
|
Update of /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv4752 Modified Files: XGEditText.h XGEditCore.h XGFlowPlacement.h XGFont.h XGEventTrigger.h XGFooterBar.h Log Message: Win32 changes Index: XGFooterBar.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGFooterBar.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGFooterBar.h 1 Oct 2006 19:14:41 -0000 1.1 --- XGFooterBar.h 22 Feb 2007 03:21:16 -0000 1.2 *************** *** 31,34 **** --- 31,36 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 81,85 **** ! class XGFooterBar : public XGView { public: XGFooterBar(XGView *parent, XGArgStream &init); --- 83,87 ---- ! class YAAF_API XGFooterBar : public XGView { public: XGFooterBar(XGView *parent, XGArgStream &init); *************** *** 88,92 **** enum { ! kClassID = 'stsb' }; --- 90,94 ---- enum { ! kClassID = CHAR4('s','t','s','b') //'stsb' }; Index: XGFlowPlacement.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGFlowPlacement.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGFlowPlacement.h 1 Oct 2006 19:14:41 -0000 1.1 --- XGFlowPlacement.h 22 Feb 2007 03:21:16 -0000 1.2 *************** *** 3,6 **** --- 3,8 ---- * This arranges it's children views horizontally or vertically, * with one selected view permitted to "stretch" to fill the space. + Some contributions by: + je...@re... */ *************** *** 25,29 **** */ ! class XGFlowPlacement : public XGPlacementView { public: XGFlowPlacement(XGView *p, XGArgStream &s); --- 27,31 ---- */ ! class YAAF_API XGFlowPlacement : public XGPlacementView { public: XGFlowPlacement(XGView *p, XGArgStream &s); *************** *** 31,35 **** enum { ! kClassID = 'flwp' }; --- 33,37 ---- enum { ! kClassID = CHAR4('f','l','w','p') //'flwp' }; Index: XGEventTrigger.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGEventTrigger.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGEventTrigger.h 1 Oct 2006 19:14:41 -0000 1.1 --- XGEventTrigger.h 22 Feb 2007 03:21:16 -0000 1.2 *************** *** 3,6 **** --- 3,8 ---- * This mixin class allows me to be triggered when I've asked * to be, but only when I've asked to be triggered. + Some contributions by: + je...@re... */ *************** *** 20,24 **** /************************************************************************/ ! class XGEventTrigger { public: XGEventTrigger(); --- 22,26 ---- /************************************************************************/ ! class YAAF_API XGEventTrigger { public: XGEventTrigger(); Index: XGEditCore.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGEditCore.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGEditCore.h 1 Oct 2006 19:14:40 -0000 1.1 --- XGEditCore.h 22 Feb 2007 03:21:16 -0000 1.2 *************** *** 32,35 **** --- 32,37 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 66,70 **** */ ! class XGEditCore { public: XGEditCore(XGView *, XGFont *, Rect &); --- 68,72 ---- */ ! class YAAF_API XGEditCore { public: XGEditCore(XGView *, XGFont *, Rect &); Index: XGFont.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGFont.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGFont.h 1 Oct 2006 19:14:41 -0000 1.1 --- XGFont.h 22 Feb 2007 03:21:16 -0000 1.2 *************** *** 3,6 **** --- 3,8 ---- * Font semantics. This defines how I store, process and handle * fonts in a way which is portable + Some contributions by: + je...@re... */ *************** *** 72,76 **** */ ! class XGFont : public XGObject { public: XGFont(); --- 74,78 ---- */ ! class YAAF_API XGFont : public XGObject { public: XGFont(); Index: XGEditText.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGEditText.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGEditText.h 1 Oct 2006 19:14:40 -0000 1.1 --- XGEditText.h 22 Feb 2007 03:21:16 -0000 1.2 *************** *** 30,33 **** --- 30,35 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 103,107 **** */ ! class XGEditText : public XGView { public: XGEditText(XGView *parent, XGArgStream &init); --- 105,109 ---- */ ! class YAAF_API XGEditText : public XGView { public: XGEditText(XGView *parent, XGArgStream &init); *************** *** 110,114 **** enum { ! kClassID = 'edit' }; --- 112,116 ---- enum { ! kClassID = CHAR4('e','d','i','t') //'edit' }; |
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 03:17:57
|
Update of /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv3178 Modified Files: XGDropperWindow.h Log Message: Win32 changes Index: XGDropperWindow.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGDropperWindow.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGDropperWindow.h 1 Oct 2006 19:14:40 -0000 1.1 --- XGDropperWindow.h 22 Feb 2007 03:17:54 -0000 1.2 *************** *** 33,36 **** --- 33,38 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 72,76 **** */ ! class XGDropperWindow { public: XGDropperWindow(); --- 74,78 ---- */ ! class YAAF_API XGDropperWindow { public: XGDropperWindow(); |
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 03:17:03
|
Update of /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv2758 Modified Files: XGDocFile.h XGDispatch.h XGDocData.h XGControl.h XGDialog.h XGDocEditor.h XGDividerView.h XGDocForm.h XGDocument.h XGDragger.h XGDialogPlacement.h XGCommandButton.h Log Message: Win32 changes Index: XGDispatch.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGDispatch.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGDispatch.h 1 Oct 2006 19:14:41 -0000 1.1 --- XGDispatch.h 22 Feb 2007 03:16:58 -0000 1.2 *************** *** 31,34 **** --- 31,36 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 218,222 **** */ ! class XGDispatch { public: XGDispatch(); --- 220,224 ---- */ ! class YAAF_API XGDispatch { public: XGDispatch(); Index: XGDividerView.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGDividerView.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGDividerView.h 1 Oct 2006 19:14:41 -0000 1.1 --- XGDividerView.h 22 Feb 2007 03:16:58 -0000 1.2 *************** *** 2,5 **** --- 2,7 ---- * * A color filler object + Some contributions by: + je...@re... */ *************** *** 24,32 **** */ ! class XGDividerView : public XGView { public: XGDividerView(XGView *p, XGArgStream &s); enum { ! kClassID = 'divr' }; --- 26,34 ---- */ ! class YAAF_API XGDividerView : public XGView { public: XGDividerView(XGView *p, XGArgStream &s); enum { ! kClassID = CHAR4('d','i','v','r') //'divr' }; Index: XGControl.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGControl.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGControl.h 1 Oct 2006 19:14:41 -0000 1.1 --- XGControl.h 22 Feb 2007 03:16:58 -0000 1.2 *************** *** 31,34 **** --- 31,36 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 55,59 **** */ ! class XGControl : public XGView { public: XGControl(XGView *parent, XGSViewInitRecord &s); --- 57,61 ---- */ ! class YAAF_API XGControl : public XGView { public: XGControl(XGView *parent, XGSViewInitRecord &s); Index: XGDocForm.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGDocForm.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGDocForm.h 1 Oct 2006 19:14:40 -0000 1.1 --- XGDocForm.h 22 Feb 2007 03:16:58 -0000 1.2 *************** *** 32,35 **** --- 32,37 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 78,82 **** */ ! class XGDocForm : public XGForm, public XGDocEditor { public: XGDocForm(bool secondary = false); --- 80,84 ---- */ ! class YAAF_API XGDocForm : public XGForm, public XGDocEditor { public: XGDocForm(bool secondary = false); Index: XGDocument.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGDocument.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGDocument.h 1 Oct 2006 19:14:40 -0000 1.1 --- XGDocument.h 22 Feb 2007 03:16:58 -0000 1.2 *************** *** 5,8 **** --- 5,10 ---- * and receives events (such as menu events to save/load objects) to * process the document itself. + Some contributions by: + je...@re... */ *************** *** 29,33 **** */ ! class XGDocument : public XGDocData { public: XGDocument(bool autodelete = true); --- 31,35 ---- */ ! class YAAF_API XGDocument : public XGDocData { public: XGDocument(bool autodelete = true); Index: XGDialogPlacement.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGDialogPlacement.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGDialogPlacement.h 1 Oct 2006 19:14:41 -0000 1.1 --- XGDialogPlacement.h 22 Feb 2007 03:16:58 -0000 1.2 *************** *** 4,7 **** --- 4,9 ---- * according to the Macintosh and Windows user interface guidelines, * in such a way so that we don't have to. + Some contributions by: + je...@re... */ *************** *** 43,47 **** */ ! class XGDialogPlacement : public XGPlacementView { public: XGDialogPlacement(XGView *, XGArgStream &); --- 45,49 ---- */ ! class YAAF_API XGDialogPlacement : public XGPlacementView { public: XGDialogPlacement(XGView *, XGArgStream &); *************** *** 49,53 **** enum { ! kClassID = 'dlgp' }; --- 51,55 ---- enum { ! kClassID = CHAR4('d','l','g','p') //'dlgp' }; Index: XGDragger.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGDragger.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGDragger.h 1 Oct 2006 19:14:41 -0000 1.1 --- XGDragger.h 22 Feb 2007 03:16:58 -0000 1.2 *************** *** 34,37 **** --- 34,39 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 126,130 **** */ ! class XGDragger { public: XGDragger (XGView *v = NULL, bool internal = false, GetObjectProc *proc = NULL, void *procArg = NULL); --- 128,132 ---- */ ! class YAAF_API XGDragger { public: XGDragger (XGView *v = NULL, bool internal = false, GetObjectProc *proc = NULL, void *procArg = NULL); Index: XGDocData.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGDocData.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGDocData.h 1 Oct 2006 19:14:40 -0000 1.1 --- XGDocData.h 22 Feb 2007 03:16:58 -0000 1.2 *************** *** 3,6 **** --- 3,8 ---- * The document data object defines how we handle messages send by * a document editor. + Some contributions by: + je...@re... */ *************** *** 36,40 **** */ ! class XGDocData : public XGDispatch, public XGPeriodic { public: XGDocData(bool autodelete = true); --- 38,42 ---- */ ! class YAAF_API XGDocData : public XGDispatch, public XGPeriodic { public: XGDocData(bool autodelete = true); Index: XGDialog.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGDialog.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGDialog.h 1 Oct 2006 19:14:41 -0000 1.1 --- XGDialog.h 22 Feb 2007 03:16:58 -0000 1.2 *************** *** 31,34 **** --- 31,36 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 77,81 **** */ ! #define KXGDialogMessage 'dmsg' #define KXGDMEndDialog 1 --- 79,85 ---- */ ! #include "XCoreTypes.h" ! ! #define KXGDialogMessage CHAR4('d','m','s','g') #define KXGDMEndDialog 1 *************** *** 118,122 **** */ ! class XGDialog : public XGWindow { public: XGDialog(XGSWindowInitRecord &, XGForm *); --- 122,126 ---- */ ! class YAAF_API XGDialog : public XGWindow { public: XGDialog(XGSWindowInitRecord &, XGForm *); *************** *** 126,130 **** enum { ! kClassID = 'dlog' }; --- 130,134 ---- enum { ! kClassID = CHAR4('d','l','o','g') //'dlog' }; Index: XGDocFile.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGDocFile.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGDocFile.h 1 Oct 2006 19:14:40 -0000 1.1 --- XGDocFile.h 22 Feb 2007 03:16:58 -0000 1.2 *************** *** 5,8 **** --- 5,10 ---- * normally override this method instead of the base document object if you wish * to provide nominal file I/O support + Some contributions by: + je...@re... */ *************** *** 28,32 **** */ ! class XGDocFile : public XGDocument { public: XGDocFile(bool autodelete = true); --- 30,34 ---- */ ! class YAAF_API XGDocFile : public XGDocument { public: XGDocFile(bool autodelete = true); Index: XGCommandButton.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGCommandButton.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGCommandButton.h 1 Oct 2006 19:14:40 -0000 1.1 --- XGCommandButton.h 22 Feb 2007 03:16:58 -0000 1.2 *************** *** 2,5 **** --- 2,7 ---- * * Command button. + Some contributions by: + je...@re... */ *************** *** 23,27 **** */ ! class XGCommandButton : public XGButton { public: XGCommandButton(XGView *, XGArgStream &); --- 25,29 ---- */ ! class YAAF_API XGCommandButton : public XGButton { public: XGCommandButton(XGView *, XGArgStream &); *************** *** 29,33 **** enum { ! kClassID = 'pbtn' }; --- 31,35 ---- enum { ! kClassID = CHAR4('p','b','t','n') //'pbtn' }; Index: XGDocEditor.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGDocEditor.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGDocEditor.h 1 Oct 2006 19:14:40 -0000 1.1 --- XGDocEditor.h 22 Feb 2007 03:16:58 -0000 1.2 *************** *** 6,9 **** --- 6,11 ---- * is altered, as well as allowing this view to alter itself when the * document is changed. + Some contributions by: + je...@re... */ *************** *** 38,42 **** */ ! class XGDocEditor { public: XGDocEditor(); --- 40,44 ---- */ ! class YAAF_API XGDocEditor { public: XGDocEditor(); |
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 02:53:37
|
Update of /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/sources In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv26329 Modified Files: XGUUID.cpp Log Message: Win32 changes Index: XGUUID.cpp =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/sources/XGUUID.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** XGUUID.cpp 8 Oct 2006 00:30:09 -0000 1.3 --- XGUUID.cpp 22 Feb 2007 02:53:36 -0000 1.4 *************** *** 440,444 **** void XGUUID::Generate() { ! ::UuidCreate(&fUUID); } --- 440,444 ---- void XGUUID::Generate() { ! ::CoCreateGuid(&fUUID); } |
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 02:44:53
|
Update of /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/sources In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv22754 Modified Files: SGMLStringUtils.cpp Log Message: Win32 changes Index: SGMLStringUtils.cpp =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/sources/SGMLStringUtils.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SGMLStringUtils.cpp 1 Oct 2006 19:19:18 -0000 1.1 --- SGMLStringUtils.cpp 22 Feb 2007 02:44:52 -0000 1.2 *************** *** 3,6 **** --- 3,8 ---- * String utilities; this converts and inserts escapes such as * " for " + Some contributions by: + je...@re... */ *************** *** 501,504 **** --- 503,510 ---- } + uint32 ConvertSGMLEscapeChar(char *dest, uint32 dlen, char src) + { + return ConvertSGMLEscapes(dest,dlen,&src,1); + } } // namespace yaaf |
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 02:44:22
|
Update of /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/sources In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv22720 Modified Files: ErrorCode.cpp Log Message: Win32 changes Index: ErrorCode.cpp =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/sources/ErrorCode.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ErrorCode.cpp 1 Oct 2006 19:19:18 -0000 1.1 --- ErrorCode.cpp 22 Feb 2007 02:44:18 -0000 1.2 *************** *** 4,7 **** --- 4,8 ---- */ + /********************************************************************** *************** *** 30,33 **** --- 31,36 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 150,154 **** */ ! ErrorCode YAAFGetErrorCode() { XGThread *t; --- 153,157 ---- */ ! uint32 YAAFGetOSErrorCode() { XGThread *t; |
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 02:37:23
|
Update of /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/sources In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv19930 Modified Files: CoreMath.cpp Log Message: Win32 changes Index: CoreMath.cpp =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/sources/CoreMath.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** CoreMath.cpp 7 Oct 2006 23:54:51 -0000 1.2 --- CoreMath.cpp 22 Feb 2007 02:37:15 -0000 1.3 *************** *** 92,95 **** --- 92,102 ---- } + #if OPT_WINOS + void OffsetRect(Rect *r, short x, short y) + { + ::OffsetRect(r, x, y); + } + #endif + #if OPT_UNIX // Defined in Microsoft Windows *************** *** 152,156 **** * the "empty" value. */ - bool EqualRect(const Rect *a, const Rect *b) { --- 159,162 ---- *************** *** 192,195 **** --- 198,202 ---- } + /*$ SectRect * |
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 02:25:33
|
Update of /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/sources In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv15516 Modified Files: XGLockObject.cpp Log Message: Win32 changes Index: XGLockObject.cpp =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/sources/XGLockObject.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGLockObject.cpp 1 Oct 2006 19:19:17 -0000 1.1 --- XGLockObject.cpp 22 Feb 2007 02:25:32 -0000 1.2 *************** *** 3,6 **** --- 3,8 ---- * Lock object. This is basically a "shared" semaphore which permits * a "shared" lock and an "exclusive" lock. + Some contributions by: + je...@re... */ *************** *** 318,322 **** ReleaseMutex(fMutex); ! WaitForSingleObject(fEvent,100); // Just in case of race condition WaitForSingleObject(fMutex,INFINITE); --- 320,324 ---- ReleaseMutex(fMutex); ! // WaitForSingleObject(fEvent,100); // Just in case of race condition WaitForSingleObject(fMutex,INFINITE); *************** *** 326,330 **** fLock = true; ! SetEvent(fEvent); ReleaseMutex(fMutex); #endif --- 328,332 ---- fLock = true; ! // SetEvent(fEvent); // No fEvent on this object ReleaseMutex(fMutex); #endif *************** *** 387,391 **** WaitForSingleObject(fMutex,INFINITE); fLock = false; ! ReleaseEvent(fCond); ReleaseMutex(fMutex); #endif --- 389,393 ---- WaitForSingleObject(fMutex,INFINITE); fLock = false; ! // ReleaseEvent(fCond); No defined in Windows ReleaseMutex(fMutex); #endif |
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 02:23:41
|
Update of /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv14733 Modified Files: XGXMLParser.h XGYAAFPreferencesError.h XGYAAFLockError.h XGYAAFUnexpected.h XGTimer.h XGYAAFThreadError.h XGYAAFError.h XGTCPStream.h XGTCPTextStream.h XGThreadEvent.h XGThread.h XGYAAFInitError.h XGXMLWriter.h Log Message: Win32 changes Index: XGThreadEvent.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGThreadEvent.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGThreadEvent.h 1 Oct 2006 19:18:30 -0000 1.1 --- XGThreadEvent.h 22 Feb 2007 02:23:38 -0000 1.2 *************** *** 30,33 **** --- 30,35 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 63,67 **** */ ! class XGThreadEvent { public: explicit XGThreadEvent (bool manual = false, bool state = false); --- 65,69 ---- */ ! class YAAF_API XGThreadEvent { public: explicit XGThreadEvent (bool manual = false, bool state = false); Index: XGXMLParser.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGXMLParser.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGXMLParser.h 1 Oct 2006 19:18:30 -0000 1.1 --- XGXMLParser.h 22 Feb 2007 02:23:38 -0000 1.2 *************** *** 4,7 **** --- 4,9 ---- * and write data to/from the XML stream. This is a simple tokenizer which * doesn't do a lot of advanced stuff + Some contributions by: + je...@re... */ *************** *** 36,40 **** */ ! class XGXMLParser { public: XGXMLParser(XGStringScanner::StringTable *s = NULL); --- 38,42 ---- */ ! class YAAF_API XGXMLParser { public: XGXMLParser(XGStringScanner::StringTable *s = NULL); Index: XGThread.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGThread.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGThread.h 1 Oct 2006 19:18:31 -0000 1.1 --- XGThread.h 22 Feb 2007 02:23:38 -0000 1.2 *************** *** 30,33 **** --- 30,35 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 128,132 **** */ ! class XGThread : public XGObject { public: XGThread(XGThreadProcPtr, --- 130,134 ---- */ ! class YAAF_API XGThread : public XGObject { public: XGThread(XGThreadProcPtr, Index: XGXMLWriter.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGXMLWriter.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGXMLWriter.h 1 Oct 2006 19:18:29 -0000 1.1 --- XGXMLWriter.h 22 Feb 2007 02:23:38 -0000 1.2 *************** *** 3,6 **** --- 3,8 ---- * Writer support class. This provides a mechanism to simplify writing * well-formed XML data. + Some contributions by: + je...@re... */ *************** *** 28,32 **** */ ! class XGXMLWriter { public: XGXMLWriter(); --- 30,34 ---- */ ! class YAAF_API XGXMLWriter { public: XGXMLWriter(); Index: XGYAAFError.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGYAAFError.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGYAAFError.h 1 Oct 2006 19:18:30 -0000 1.1 --- XGYAAFError.h 22 Feb 2007 02:23:38 -0000 1.2 *************** *** 31,34 **** --- 31,36 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 55,59 **** */ ! class XGYAAFError : public std::exception { public: explicit XGYAAFError(const char *); --- 57,61 ---- */ ! class YAAF_API XGYAAFError : public std::exception { public: explicit XGYAAFError(const char *); Index: XGYAAFPreferencesError.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGYAAFPreferencesError.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGYAAFPreferencesError.h 1 Oct 2006 19:18:30 -0000 1.1 --- XGYAAFPreferencesError.h 22 Feb 2007 02:23:38 -0000 1.2 *************** *** 31,34 **** --- 31,36 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 55,59 **** */ ! class XGYAAFPreferencesError : public XGYAAFError { public: explicit XGYAAFPreferencesError(const char *err); --- 57,61 ---- */ ! class YAAF_API XGYAAFPreferencesError : public XGYAAFError { public: explicit XGYAAFPreferencesError(const char *err); Index: XGYAAFUnexpected.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGYAAFUnexpected.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGYAAFUnexpected.h 1 Oct 2006 19:18:50 -0000 1.1 --- XGYAAFUnexpected.h 22 Feb 2007 02:23:38 -0000 1.2 *************** *** 31,34 **** --- 31,36 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 57,61 **** */ ! class XGYAAFUnexpected : public XGYAAFError { public: explicit XGYAAFUnexpected(const char *err); --- 59,63 ---- */ ! class YAAF_API XGYAAFUnexpected : public XGYAAFError { public: explicit XGYAAFUnexpected(const char *err); Index: XGYAAFLockError.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGYAAFLockError.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGYAAFLockError.h 1 Oct 2006 19:18:30 -0000 1.1 --- XGYAAFLockError.h 22 Feb 2007 02:23:38 -0000 1.2 *************** *** 31,34 **** --- 31,36 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 57,61 **** */ ! class XGYAAFLockError : public std::logic_error { public: explicit XGYAAFLockError(const char *err); --- 59,63 ---- */ ! class YAAF_API XGYAAFLockError : public std::logic_error { public: explicit XGYAAFLockError(const char *err); Index: XGTCPStream.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGTCPStream.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGTCPStream.h 1 Oct 2006 19:18:30 -0000 1.1 --- XGTCPStream.h 22 Feb 2007 02:23:38 -0000 1.2 *************** *** 32,35 **** --- 32,37 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 65,69 **** */ ! class XGTCPStream : public XGStream { public: explicit XGTCPStream(bool nosock = false); --- 67,71 ---- */ ! class YAAF_API XGTCPStream : public XGStream { public: explicit XGTCPStream(bool nosock = false); Index: XGTCPTextStream.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGTCPTextStream.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGTCPTextStream.h 1 Oct 2006 19:18:29 -0000 1.1 --- XGTCPTextStream.h 22 Feb 2007 02:23:38 -0000 1.2 *************** *** 33,36 **** --- 33,38 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 55,59 **** */ ! class XGTCPTextStream : public XGTCPStream { public: explicit XGTCPTextStream(bool nosock = false); --- 57,61 ---- */ ! class YAAF_API XGTCPTextStream : public XGTCPStream { public: explicit XGTCPTextStream(bool nosock = false); Index: XGYAAFInitError.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGYAAFInitError.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGYAAFInitError.h 1 Oct 2006 19:18:30 -0000 1.1 --- XGYAAFInitError.h 22 Feb 2007 02:23:38 -0000 1.2 *************** *** 31,34 **** --- 31,36 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 56,60 **** */ ! class XGYAAFInitError : public std::logic_error { public: explicit XGYAAFInitError(const std::string &err); --- 58,62 ---- */ ! class YAAF_API XGYAAFInitError : public std::logic_error { public: explicit XGYAAFInitError(const std::string &err); Index: XGTimer.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGTimer.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGTimer.h 1 Oct 2006 19:18:30 -0000 1.1 --- XGTimer.h 22 Feb 2007 02:23:38 -0000 1.2 *************** *** 31,34 **** --- 31,36 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 59,63 **** */ ! class XGTimer { public: XGTimer (void); --- 61,65 ---- */ ! class YAAF_API XGTimer { public: XGTimer (void); Index: XGYAAFThreadError.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGYAAFThreadError.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGYAAFThreadError.h 1 Oct 2006 19:18:31 -0000 1.1 --- XGYAAFThreadError.h 22 Feb 2007 02:23:38 -0000 1.2 *************** *** 31,34 **** --- 31,36 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 55,59 **** */ ! class XGYAAFThreadError : public XGYAAFError { public: explicit XGYAAFThreadError(const char *err); --- 57,61 ---- */ ! class YAAF_API XGYAAFThreadError : public XGYAAFError { public: explicit XGYAAFThreadError(const char *err); |
Update of /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv12256 Modified Files: XGStreamHandle.h XGString.h XGSemaphore.h XGStringList.h XGSerialStream.h XGSizeArray.h XGStream.h Log Message: Win32 changes Index: XGSizeArray.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGSizeArray.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGSizeArray.h 1 Oct 2006 19:18:29 -0000 1.1 --- XGSizeArray.h 22 Feb 2007 02:18:04 -0000 1.2 *************** *** 30,33 **** --- 30,35 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 60,64 **** */ ! class XGSizeArray : public XGArray { public: XGSizeArray(uint32 s); --- 62,66 ---- */ ! class YAAF_API XGSizeArray : public XGArray { public: XGSizeArray(uint32 s); Index: XGStringList.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGStringList.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGStringList.h 1 Oct 2006 19:18:31 -0000 1.1 --- XGStringList.h 22 Feb 2007 02:18:04 -0000 1.2 *************** *** 30,33 **** --- 30,35 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 79,83 **** */ ! class XGStringList : private XGHandle { public: XGStringList(short extraData = 0); --- 81,85 ---- */ ! class YAAF_API XGStringList : private XGHandle { public: XGStringList(short extraData = 0); Index: XGStreamHandle.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGStreamHandle.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGStreamHandle.h 1 Oct 2006 19:18:30 -0000 1.1 --- XGStreamHandle.h 22 Feb 2007 02:18:04 -0000 1.2 *************** *** 31,34 **** --- 31,36 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 56,60 **** */ ! class XGStreamHandle : public XGFileStream { public: XGStreamHandle(XGHandle &h); --- 58,62 ---- */ ! class YAAF_API XGStreamHandle : public XGFileStream { public: XGStreamHandle(XGHandle &h); Index: XGString.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGString.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGString.h 1 Oct 2006 19:18:30 -0000 1.1 --- XGString.h 22 Feb 2007 02:18:04 -0000 1.2 *************** *** 32,35 **** --- 32,37 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 56,60 **** */ ! class XGString { public: XGString(); // create me --- 58,62 ---- */ ! class YAAF_API XGString { public: XGString(); // create me Index: XGSemaphore.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGSemaphore.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGSemaphore.h 1 Oct 2006 19:18:30 -0000 1.1 --- XGSemaphore.h 22 Feb 2007 02:18:04 -0000 1.2 *************** *** 30,33 **** --- 30,35 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 74,78 **** */ ! class XGSemaphore { public: XGSemaphore(unsigned long maxaccess = 1); --- 76,80 ---- */ ! class YAAF_API XGSemaphore { public: XGSemaphore(unsigned long maxaccess = 1); Index: XGStream.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGStream.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGStream.h 1 Oct 2006 19:18:30 -0000 1.1 --- XGStream.h 22 Feb 2007 02:18:04 -0000 1.2 *************** *** 32,35 **** --- 32,37 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 57,61 **** */ ! class XGStream: public XGInStream, public XGOutStream { public: XGStream() --- 59,63 ---- */ ! class YAAF_API XGStream: public XGInStream, public XGOutStream { public: XGStream() Index: XGSerialStream.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGSerialStream.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGSerialStream.h 1 Oct 2006 19:18:30 -0000 1.1 --- XGSerialStream.h 22 Feb 2007 02:18:04 -0000 1.2 *************** *** 3,6 **** --- 3,8 ---- * Serial I/O stream; this provides a wrapper to connecting to and * managing the I/O to and from the specified serial port + Some contributions by: + je...@re... */ *************** *** 24,28 **** */ ! class XGSerialStream : public XGStream { public: --- 26,30 ---- */ ! class YAAF_API XGSerialStream : public XGStream { public: |
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 02:16:07
|
Update of /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv11461 Modified Files: XGPreferences.h Log Message: Win32 changes Index: XGPreferences.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGPreferences.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGPreferences.h 1 Oct 2006 19:18:30 -0000 1.1 --- XGPreferences.h 22 Feb 2007 02:16:05 -0000 1.2 *************** *** 32,35 **** --- 32,37 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 64,68 **** */ ! class XGPreferences { public: #if OPT_MACOS --- 66,70 ---- */ ! class YAAF_API XGPreferences { public: #if OPT_MACOS |
Update of /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv10895 Modified Files: XGOSFeatures.h XGMD5Checksum.h XGOutStream.h XGHandle.h XGInStream.h XGHandleLock.h XGFileStream.h Log Message: Win32 changes Index: XGFileStream.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGFileStream.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGFileStream.h 1 Oct 2006 19:18:30 -0000 1.1 --- XGFileStream.h 22 Feb 2007 02:14:23 -0000 1.2 *************** *** 31,34 **** --- 31,36 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 53,57 **** */ ! class XGFileStream : public XGStream { public: XGFileStream() --- 55,59 ---- */ ! class YAAF_API XGFileStream : public XGStream { public: XGFileStream() Index: XGInStream.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGInStream.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGInStream.h 1 Oct 2006 19:18:30 -0000 1.1 --- XGInStream.h 22 Feb 2007 02:14:23 -0000 1.2 *************** *** 3,6 **** --- 3,8 ---- * Input stream. This represents the read portion of an I/O stream, and * represents a read only input data stream that data can be read from + Some contributions by: + je...@re... */ *************** *** 27,31 **** */ ! class XGInStream { public: XGInStream() --- 29,33 ---- */ ! class YAAF_API XGInStream { public: XGInStream() *************** *** 81,83 **** } // namespace yaaf ! #endif \ No newline at end of file --- 83,85 ---- } // namespace yaaf ! #endif Index: XGHandle.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGHandle.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGHandle.h 1 Oct 2006 19:18:30 -0000 1.1 --- XGHandle.h 22 Feb 2007 02:14:23 -0000 1.2 *************** *** 31,34 **** --- 31,36 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 72,76 **** */ ! class XGHandle { public: XGHandle(uint32 size = 0, --- 74,78 ---- */ ! class YAAF_API XGHandle { public: XGHandle(uint32 size = 0, Index: XGOutStream.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGOutStream.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGOutStream.h 1 Oct 2006 19:18:31 -0000 1.1 --- XGOutStream.h 22 Feb 2007 02:14:23 -0000 1.2 *************** *** 3,6 **** --- 3,8 ---- * Output stream. This represents the write portion of an I/O stream, and * represents a write only output data stream that data can be written to + Some contributions by: + je...@re... */ *************** *** 25,29 **** */ ! class XGOutStream { public: XGOutStream() --- 27,31 ---- */ ! class YAAF_API XGOutStream { public: XGOutStream() *************** *** 85,87 **** } // namespace yaaf ! #endif \ No newline at end of file --- 87,89 ---- } // namespace yaaf ! #endif Index: XGHandleLock.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGHandleLock.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGHandleLock.h 1 Oct 2006 19:18:30 -0000 1.1 --- XGHandleLock.h 22 Feb 2007 02:14:23 -0000 1.2 *************** *** 30,33 **** --- 30,35 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 80,84 **** */ ! class XGHandleLock { public: XGHandleLock(XGHandle &ptr); --- 82,86 ---- */ ! class YAAF_API XGHandleLock { public: XGHandleLock(XGHandle &ptr); Index: XGOSFeatures.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGOSFeatures.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGOSFeatures.h 1 Oct 2006 19:18:30 -0000 1.1 --- XGOSFeatures.h 22 Feb 2007 02:14:23 -0000 1.2 *************** *** 32,35 **** --- 32,37 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 53,57 **** */ ! class XGOSFeatures { public: XGOSFeatures(); --- 55,59 ---- */ ! class YAAF_API XGOSFeatures { public: XGOSFeatures(); Index: XGMD5Checksum.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGMD5Checksum.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGMD5Checksum.h 1 Oct 2006 19:18:30 -0000 1.1 --- XGMD5Checksum.h 22 Feb 2007 02:14:23 -0000 1.2 *************** *** 3,6 **** --- 3,8 ---- * This implements the MD5 encoding algorithm, and is directly derived * from RSA Data Security, Inc.'s MD5 message digest algorithm. + Some contributions by: + je...@re... */ *************** *** 51,55 **** */ ! class XGMD5Checksum { public: --- 53,57 ---- */ ! class YAAF_API XGMD5Checksum { public: |
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 02:12:08
|
Update of /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv9751 Modified Files: XGDateTime.h XGFile.h XGFileHandle.h XGFileSpecifier.h XGDirectory.h Log Message: Win32 changes Index: XGFile.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGFile.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGFile.h 1 Oct 2006 19:17:59 -0000 1.1 --- XGFile.h 22 Feb 2007 02:12:04 -0000 1.2 *************** *** 31,34 **** --- 31,36 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 66,70 **** */ ! class XGFile : public XGFileStream { public: XGFile(); --- 68,72 ---- */ ! class YAAF_API XGFile : public XGFileStream { public: XGFile(); Index: XGFileHandle.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGFileHandle.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGFileHandle.h 1 Oct 2006 19:18:00 -0000 1.1 --- XGFileHandle.h 22 Feb 2007 02:12:04 -0000 1.2 *************** *** 31,34 **** --- 31,36 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 56,60 **** */ ! class XGFileHandle : public XGHandle, public XGFileStream { public: XGFileHandle(); --- 58,62 ---- */ ! class YAAF_API XGFileHandle : public XGHandle, public XGFileStream { public: XGFileHandle(); Index: XGFileSpecifier.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGFileSpecifier.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGFileSpecifier.h 1 Oct 2006 19:18:31 -0000 1.1 --- XGFileSpecifier.h 22 Feb 2007 02:12:04 -0000 1.2 *************** *** 31,34 **** --- 31,36 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 81,85 **** */ ! class XGFileSpecifier { public: --- 83,87 ---- */ ! class YAAF_API XGFileSpecifier { public: Index: XGDateTime.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGDateTime.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGDateTime.h 1 Oct 2006 19:17:59 -0000 1.1 --- XGDateTime.h 22 Feb 2007 02:12:04 -0000 1.2 *************** *** 3,6 **** --- 3,8 ---- * Date/time object. This is a common class object used by the WDDX * support routines which provides a perpetual Gregorian calendar + Some contributions by: + je...@re... */ *************** *** 24,28 **** */ ! class XGDateTime { public: --- 26,30 ---- */ ! class YAAF_API XGDateTime { public: Index: XGDirectory.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGDirectory.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** XGDirectory.h 15 Oct 2006 00:44:01 -0000 1.3 --- XGDirectory.h 22 Feb 2007 02:12:04 -0000 1.4 *************** *** 31,34 **** --- 31,36 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 44,47 **** --- 46,51 ---- #include <string> #include <dirent.h> + #elif OPT_WINOS + #include <string> #endif *************** *** 68,72 **** */ ! class XGDirectory { public: XGDirectory(); --- 72,76 ---- */ ! class YAAF_API XGDirectory { public: XGDirectory(); |
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 02:08:29
|
Update of /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv8401 Modified Files: XGCritical.h XGCollection.h XGDataStream.h XGArray.h XGCRCChecksum.h Log Message: Win32 changes Index: XGArray.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGArray.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGArray.h 1 Oct 2006 19:17:59 -0000 1.1 --- XGArray.h 22 Feb 2007 02:08:28 -0000 1.2 *************** *** 30,33 **** --- 30,35 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 94,98 **** */ ! class XGArray { public: XGArray(); --- 96,100 ---- */ ! class YAAF_API XGArray { public: XGArray(); Index: XGDataStream.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGDataStream.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGDataStream.h 1 Oct 2006 19:17:59 -0000 1.1 --- XGDataStream.h 22 Feb 2007 02:08:28 -0000 1.2 *************** *** 31,34 **** --- 31,36 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 54,58 **** */ ! class XGDataStream : public XGStream { public: XGDataStream() --- 56,60 ---- */ ! class YAAF_API XGDataStream : public XGStream { public: XGDataStream() Index: XGCritical.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGCritical.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGCritical.h 1 Oct 2006 19:17:59 -0000 1.1 --- XGCritical.h 22 Feb 2007 02:08:28 -0000 1.2 *************** *** 31,34 **** --- 31,36 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 66,70 **** */ ! class XGCritical { public: --- 68,72 ---- */ ! class YAAF_API XGCritical { public: Index: XGCollection.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGCollection.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGCollection.h 1 Oct 2006 19:17:59 -0000 1.1 --- XGCollection.h 22 Feb 2007 02:08:28 -0000 1.2 *************** *** 31,34 **** --- 31,36 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 67,71 **** */ ! class XGCollection : public XGHandle { public: XGCollection(); --- 69,73 ---- */ ! class YAAF_API XGCollection : public XGHandle { public: XGCollection(); Index: XGCRCChecksum.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XGCRCChecksum.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGCRCChecksum.h 1 Oct 2006 19:17:59 -0000 1.1 --- XGCRCChecksum.h 22 Feb 2007 02:08:28 -0000 1.2 *************** *** 3,6 **** --- 3,8 ---- * This implements the CRC Checksum algorithm. This is based on * the paper "A Painless Guide to CRC Error Detection Algorithms" + Some contributions by: + je...@re... */ *************** *** 28,32 **** */ ! class XGCRCChecksum { public: enum CRCMethod { --- 30,34 ---- */ ! class YAAF_API XGCRCChecksum { public: enum CRCMethod { |
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 02:05:22
|
Update of /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv7173 Modified Files: XCoreUnicode.h XCoreUtils.h Log Message: Win32 changes Index: XCoreUnicode.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XCoreUnicode.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XCoreUnicode.h 1 Oct 2006 19:18:00 -0000 1.1 --- XCoreUnicode.h 22 Feb 2007 02:05:16 -0000 1.2 *************** *** 31,34 **** --- 31,36 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 48,53 **** /************************************************************************/ ! extern long YAAFConvertToUTF16(unsigned short *dest, long len, const char *in); ! extern void YAAFConvertToUTF8(char *dest, long len, const unsigned short *in, long inlen); } // namespace yaaf --- 50,55 ---- /************************************************************************/ ! YAAF_API long YAAFConvertToUTF16(unsigned short *dest, long len, const char *in); ! YAAF_API void YAAFConvertToUTF8(char *dest, long len, const unsigned short *in, long inlen); } // namespace yaaf Index: XCoreUtils.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XCoreUtils.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XCoreUtils.h 1 Oct 2006 19:17:59 -0000 1.1 --- XCoreUtils.h 22 Feb 2007 02:05:16 -0000 1.2 *************** *** 33,36 **** --- 33,38 ---- Contact: wo...@al... Web page: http://www.pandawave.com/yaaf/ + Some contributions by: + je...@re... **********************************************************************/ *************** *** 52,57 **** /************************************************************************/ ! extern bool XGGetAppVersion(char *s, uint16 maxlen); ! extern bool XGGetIndResString(uint16 resID, uint16 index, char *str, uint16 strlen); /************************************************************************/ --- 54,59 ---- /************************************************************************/ ! YAAF_API bool XGGetAppVersion(char *s, uint16 maxlen); ! YAAF_API bool XGGetIndResString(uint16 resID, uint16 index, char *str, uint16 strlen); /************************************************************************/ *************** *** 109,113 **** */ ! extern void *GetResourceData(long resType, short resID); /* GetResourceSize --- 111,115 ---- */ ! YAAF_API void *GetResourceData(long resType, short resID); /* GetResourceSize *************** *** 128,132 **** */ ! extern long GetResourceSize(long resType, short resID); //@} --- 130,134 ---- */ ! YAAF_API long GetResourceSize(long resType, short resID); //@} *************** *** 144,149 **** */ ! extern void InitResourceRefNum(); ! extern Handle GetResourceData(uint32 resType, short resID); #endif --- 146,151 ---- */ ! YAAF_API void InitResourceRefNum(); ! YAAF_API Handle GetResourceData(uint32 resType, short resID); #endif *************** *** 155,159 **** /************************************************************************/ ! extern short GetResourceMessage(short res, short index, char *smsg, char *lmsg); /************************************************************************/ --- 157,161 ---- /************************************************************************/ ! YAAF_API short GetResourceMessage(short res, short index, char *smsg, char *lmsg); /************************************************************************/ *************** *** 163,168 **** /************************************************************************/ ! extern void yformat(char *out, const char *msg, ...); ! extern void vyformat(char *out, const char *msg, va_list vlist); /************************************************************************/ --- 165,170 ---- /************************************************************************/ ! YAAF_API void yformat(char *out, const char *msg, ...); ! YAAF_API void vyformat(char *out, const char *msg, va_list vlist); /************************************************************************/ *************** *** 172,179 **** /************************************************************************/ ! extern char *aprintf(const char *format, ...); ! extern char *vaprintf(const char *format, va_list vlist); ! extern void snprintf(char *out, uint32 len, const char *format, ...); ! extern void vsnprintf(char *out, uint32 len, const char *format, va_list vlist); --- 174,181 ---- /************************************************************************/ ! YAAF_API char *aprintf(const char *format, ...); ! YAAF_API char *vaprintf(const char *format, va_list vlist); ! YAAF_API void snprintf(char *out, uint32 len, const char *format, ...); ! YAAF_API void vsnprintf(char *out, uint32 len, const char *format, va_list vlist); |
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 02:01:21
|
Update of /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv5546 Modified Files: XCoreError.h XCoreMath.h XCoreData.h XCoreTimer.h XCoreStrings.h Log Message: Win32 changes Index: XCoreData.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XCoreData.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XCoreData.h 1 Oct 2006 19:17:59 -0000 1.1 --- XCoreData.h 22 Feb 2007 02:01:17 -0000 1.2 *************** *** 129,136 **** */ ! extern uint16 SwapWord(uint16); ! extern uint32 SwapLong(uint32); ! extern float SwapFloat(float); ! extern double SwapDouble(double); /**@name Support--Network byte order conversion*/ --- 129,136 ---- */ ! YAAF_API uint16 SwapWord(uint16); ! YAAF_API uint32 SwapLong(uint32); ! YAAF_API float SwapFloat(float); ! YAAF_API double SwapDouble(double); /**@name Support--Network byte order conversion*/ Index: XCoreStrings.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XCoreStrings.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XCoreStrings.h 1 Oct 2006 19:17:59 -0000 1.1 --- XCoreStrings.h 22 Feb 2007 02:01:17 -0000 1.2 *************** *** 51,78 **** /************************************************************************/ ! extern pchar *cvtc2p(char *); ! extern char *cvtp2c(pchar *); ! extern pchar *cvtc2p(pchar *, const char *); ! extern char *cvtp2c(char *, const pchar *); ! extern pchar *ncvtc2p(pchar *dest, const char *src, uint16 maxlen); ! extern char *ncvtp2c(char *dest, const pchar *src, uint16 maxlen); ! extern pchar *pstrcpy(pchar *, const pchar *); ! extern pchar *pstrcat(pchar *, const pchar *); ! extern sint16 pstrcmp(const pchar *, const pchar *); ! extern sint16 pstrncmp(const pchar *, const pchar *, uint16); ! extern char *nstrcpy(char *dest, const char *src, uint16 maxlen); ! extern char *nstrcat(char *dest, const char *src, uint16 maxlen); ! extern pchar *npstrcpy(pchar *, const pchar *, uint16 maxlen); ! extern pchar *npstrcat(pchar *, const pchar *, uint16 maxlen); ! extern sint16 stricmp(const char *, const char *); ! extern sint16 strnicmp(const char *, const char *, uint16); ! extern sint16 pstricmp(const pchar *, const pchar *); ! extern sint16 pstrnicmp(const pchar *, const pchar *, uint16); ! extern sint16 strnumcmp(const char *, const char *); ! extern sint16 strinumcmp(const char *, const char *); /************************************************************************/ --- 51,78 ---- /************************************************************************/ ! YAAF_API pchar *cvtc2p(char *); ! YAAF_API char *cvtp2c(pchar *); ! YAAF_API pchar *cvtc2p(pchar *, const char *); ! YAAF_API char *cvtp2c(char *, const pchar *); ! YAAF_API pchar *ncvtc2p(pchar *dest, const char *src, uint16 maxlen); ! YAAF_API char *ncvtp2c(char *dest, const pchar *src, uint16 maxlen); ! YAAF_API pchar *pstrcpy(pchar *, const pchar *); ! YAAF_API pchar *pstrcat(pchar *, const pchar *); ! YAAF_API sint16 pstrcmp(const pchar *, const pchar *); ! YAAF_API sint16 pstrncmp(const pchar *, const pchar *, uint16); ! YAAF_API char *nstrcpy(char *dest, const char *src, uint16 maxlen); ! YAAF_API char *nstrcat(char *dest, const char *src, uint16 maxlen); ! YAAF_API pchar *npstrcpy(pchar *, const pchar *, uint16 maxlen); ! YAAF_API pchar *npstrcat(pchar *, const pchar *, uint16 maxlen); ! YAAF_API sint16 stricmp(const char *, const char *); ! YAAF_API sint16 strnicmp(const char *, const char *, uint16); ! YAAF_API sint16 pstricmp(const pchar *, const pchar *); ! YAAF_API sint16 pstrnicmp(const pchar *, const pchar *, uint16); ! YAAF_API sint16 strnumcmp(const char *, const char *); ! YAAF_API sint16 strinumcmp(const char *, const char *); /************************************************************************/ Index: XCoreTimer.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XCoreTimer.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XCoreTimer.h 1 Oct 2006 19:17:59 -0000 1.1 --- XCoreTimer.h 22 Feb 2007 02:01:17 -0000 1.2 *************** *** 50,57 **** /************************************************************************/ ! extern unsigned long XGGetTime(void); ! extern unsigned long XGGetDoubleClick(void); ! extern unsigned long XGGetCursorBlink(void); ! extern unsigned long XGGetSecond(void); } // namespace yaaf --- 50,57 ---- /************************************************************************/ ! YAAF_API unsigned long XGGetTime(void); ! YAAF_API unsigned long XGGetDoubleClick(void); ! YAAF_API unsigned long XGGetCursorBlink(void); ! YAAF_API unsigned long XGGetSecond(void); } // namespace yaaf Index: XCoreMath.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XCoreMath.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** XCoreMath.h 8 Oct 2006 00:10:49 -0000 1.2 --- XCoreMath.h 22 Feb 2007 02:01:17 -0000 1.3 *************** *** 73,88 **** #if 1 //(OPT_WINOS == 1) || (OPT_UNIX == 1) ! extern void SetRect(Rect *, short, short, short, short); ! extern void InsetRect(Rect *, short, short); ! extern bool EmptyRect(const Rect *); ! extern bool SectRect(const Rect *, const Rect *, Rect *out); ! extern void UnionRect(const Rect *, const Rect *, Rect *out); ! extern bool PtInRect(Point,const Rect *); ! extern void Pt2Rect(Point,Point,Rect *); #endif #if 1 //OPT_UNIX or Mac ! extern bool EqualRect(const Rect *, const Rect *); ! extern void OffsetRect(Rect *, short, short); #endif --- 73,88 ---- #if 1 //(OPT_WINOS == 1) || (OPT_UNIX == 1) ! YAAF_API void SetRect(Rect *, short, short, short, short); ! YAAF_API void InsetRect(Rect *, short, short); ! YAAF_API bool EmptyRect(const Rect *); ! YAAF_API bool SectRect(const Rect *, const Rect *, Rect *out); ! YAAF_API void UnionRect(const Rect *, const Rect *, Rect *out); ! YAAF_API bool PtInRect(Point,const Rect *); ! YAAF_API void Pt2Rect(Point,Point,Rect *); #endif #if 1 //OPT_UNIX or Mac ! YAAF_API bool EqualRect(const Rect *, const Rect *); ! YAAF_API void OffsetRect(Rect *, short, short); #endif *************** *** 93,98 **** /************************************************************************/ ! extern bool operator == (const Rect &, const Rect &); ! extern bool operator == (const Point &, const Point &); }; --- 93,98 ---- /************************************************************************/ ! YAAF_API bool operator == (const Rect &, const Rect &); ! YAAF_API bool operator == (const Point &, const Point &); }; Index: XCoreError.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XCoreError.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XCoreError.h 1 Oct 2006 19:18:00 -0000 1.1 --- XCoreError.h 22 Feb 2007 02:01:16 -0000 1.2 *************** *** 100,104 **** */ ! extern void YAAFDebugError(const char *msg, ...); /* YAAFInlineError --- 100,104 ---- */ ! YAAF_API void YAAFDebugError(const char *msg, ...); /* YAAFInlineError *************** *** 107,111 **** */ ! extern short YAAFInlineError(const char *a, const char *f, long l); /*$ Assert --- 107,111 ---- */ ! YAAF_API short YAAFInlineError(const char *a, const char *f, long l); /*$ Assert *************** *** 173,180 **** */ ! extern ErrorCode YAAFClearErrorCode(); ! extern ErrorCode YAAFSetErrorCode(ErrorCode yErr, uint32 osErr = 0); ! extern ErrorCode YAAFGetErrorCode(); ! extern uint32 YAAFGetOSErrorCode(); } // namespace yaaf --- 173,180 ---- */ ! YAAF_API ErrorCode YAAFClearErrorCode(); ! YAAF_API ErrorCode YAAFSetErrorCode(ErrorCode yErr, uint32 osErr = 0); ! YAAF_API ErrorCode YAAFGetErrorCode(); ! YAAF_API uint32 YAAFGetOSErrorCode(); } // namespace yaaf |
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 01:59:02
|
Update of /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv4383 Modified Files: XSGMLStringUtils.h Log Message: Win32 changes Index: XSGMLStringUtils.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XSGMLStringUtils.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XSGMLStringUtils.h 1 Oct 2006 19:18:49 -0000 1.1 --- XSGMLStringUtils.h 22 Feb 2007 01:59:01 -0000 1.2 *************** *** 19,41 **** /************************************************************************/ ! extern uint32 CalcSGMLEscapeLen(const char *src, uint32 len); ! extern uint32 CalcSGMLEscapeIn(const char *src, uint32 len, uint32 outmax); ! extern uint32 AddSGMLEscapes(char *dest, uint32 dlen, const char *src, uint32 slen); ! extern uint32 ConvertSGMLEscapes(char *dest, uint32 dlen, const char *src, uint32 slen, bool *errflag = NULL); ! extern uint32 ConvertSGMLEscapes(char *dest, const char *src, uint32 dlen); - inline uint32 ConvertSGMLEscapeChar(char *dest, uint32 dlen, char src) - { - return ConvertSGMLEscapes(dest,dlen,&src,1); - } } // namespace yaaf ! #endif --- 19,39 ---- /************************************************************************/ ! YAAF_API uint32 CalcSGMLEscapeLen(const char *src, uint32 len); ! YAAF_API uint32 CalcSGMLEscapeIn(const char *src, uint32 len, uint32 outmax); ! YAAF_API uint32 AddSGMLEscapes(char *dest, uint32 dlen, const char *src, uint32 slen); ! YAAF_API uint32 ConvertSGMLEscapes(char *dest, uint32 dlen, const char *src, uint32 slen, bool *errflag = NULL); ! YAAF_API uint32 ConvertSGMLEscapes(char *dest, const char *src, uint32 dlen); ! ! YAAF_API uint32 ConvertSGMLEscapeChar(char *dest, uint32 dlen, char src); } // namespace yaaf ! #endif |
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 01:58:56
|
Update of /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv4368 Modified Files: XMessages.h Log Message: Win32 changes Index: XMessages.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XMessages.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XMessages.h 1 Oct 2006 19:15:39 -0000 1.1 --- XMessages.h 22 Feb 2007 01:58:55 -0000 1.2 *************** *** 113,117 **** */ ! #define KXGAppPreEvent 'pree' /*$ KXGAppPostEvent --- 113,117 ---- */ ! #define KXGAppPreEvent CHAR4('p','r','e','e') /*$ KXGAppPostEvent *************** *** 130,134 **** */ ! #define KXGAppPostEvent 'post' /*$ KXGAppPeriodic --- 130,134 ---- */ ! #define KXGAppPostEvent CHAR4('p','o','s','t') /*$ KXGAppPeriodic *************** *** 147,151 **** */ ! #define KXGAppPeriodic 'peri' /*$ KXGAppEvent --- 147,151 ---- */ ! #define KXGAppPeriodic CHAR4('p','e','r','i') /*$ KXGAppEvent *************** *** 174,178 **** */ ! #define KXGAppEvent 'even' /*$ KXGKeyEvent --- 174,178 ---- */ ! #define KXGAppEvent CHAR4('e','v','e','n') /*$ KXGKeyEvent *************** *** 229,233 **** */ ! #define KXGKeyEvent 'keye' #define KKeyUpCursor 128 --- 229,233 ---- */ ! #define KXGKeyEvent CHAR4('k','e','y','e') #define KKeyUpCursor 128 *************** *** 288,292 **** */ ! #define KXGMenuKey 'keym' #if OPT_WINOS --- 288,292 ---- */ ! #define KXGMenuKey CHAR4('k','e','y','m') #if OPT_WINOS *************** *** 301,305 **** */ ! #define KXGWInternal 'wint' struct XGSWInternalRecord { --- 301,305 ---- */ ! #define KXGWInternal CHAR4('w','i','n','t') struct XGSWInternalRecord { *************** *** 366,370 **** */ ! #define KXGGetMenuStatus 'stat' /* XGSMenuStatus --- 366,370 ---- */ ! #define KXGGetMenuStatus CHAR4('s','t','a','t') /* XGSMenuStatus *************** *** 416,420 **** */ ! #define KXGModifyMenu 'mitm' /*$ KXGDoMenuCommand --- 416,420 ---- */ ! #define KXGModifyMenu CHAR4('m','i','t','m') /*$ KXGDoMenuCommand *************** *** 439,443 **** */ ! #define KXGDoMenuCommand 'menu' #if OPT_MACOS --- 439,443 ---- */ ! #define KXGDoMenuCommand CHAR4('m','e','n','u') #if OPT_MACOS *************** *** 460,464 **** */ ! #define KXGDoMacMenuCommand 'macm' #endif --- 460,464 ---- */ ! #define KXGDoMacMenuCommand CHAR4('m','a','c','m') #endif *************** *** 490,494 **** */ ! #define KXGOpenApplication 'oapp' /*$ KXGDoOpenDocument --- 490,494 ---- */ ! #define KXGOpenApplication CHAR4('o','a','p','p') /*$ KXGDoOpenDocument *************** *** 522,526 **** */ ! #define KXGDoOpenDocument 'odoc' /*$ KXGDoPrintDocument --- 522,526 ---- */ ! #define KXGDoOpenDocument CHAR4('o','d','o','c') /*$ KXGDoPrintDocument *************** *** 553,557 **** */ ! #define KXGDoPrintDocument 'pdoc' /* --- 553,557 ---- */ ! #define KXGDoPrintDocument CHAR4('p','d','o','c') /* *************** *** 586,590 **** */ ! #define KXGQuitApplication 'qapp' --- 586,590 ---- */ ! #define KXGQuitApplication CHAR4('q','a','p','p') *************** *** 624,628 **** */ ! #define KXGEventWindowName 'namw' /* XGSWindowEvent --- 624,628 ---- */ ! #define KXGEventWindowName CHAR4('n','a','m','w') /* XGSWindowEvent *************** *** 666,670 **** */ ! #define KXGEventWindowCreate 'crew' /*$ KXGEventWindowPreDestroy (dispatch) --- 666,670 ---- */ ! #define KXGEventWindowCreate CHAR4('c','r','e','w') /*$ KXGEventWindowPreDestroy (dispatch) *************** *** 697,701 **** */ ! #define KXGEventWindowPreDestroy 'pdsw' /*$ KXGEventWindowDestroy (dispatch) --- 697,701 ---- */ ! #define KXGEventWindowPreDestroy CHAR4('p','d','s','w') /*$ KXGEventWindowDestroy (dispatch) *************** *** 731,735 **** */ ! #define KXGEventWindowDestroy 'desw' /************************************************************************/ --- 731,735 ---- */ ! #define KXGEventWindowDestroy CHAR4('d','e','s','w') /************************************************************************/ *************** *** 759,763 **** */ ! #define KXGControlClick 'cclk' /*$ KXGKeyClick --- 759,763 ---- */ ! #define KXGControlClick CHAR4('c','c','l','k') /*$ KXGKeyClick *************** *** 779,783 **** */ ! #define KXGKeyClick 'kclk' /*$ KXGEditChange --- 779,783 ---- */ ! #define KXGKeyClick CHAR4('k','c','l','k') /*$ KXGEditChange *************** *** 798,802 **** */ ! #define KXGEditChange 'echg' /*$ KXGListSelect --- 798,802 ---- */ ! #define KXGEditChange CHAR4('e','c','h','g') /*$ KXGListSelect *************** *** 817,821 **** */ ! #define KXGListSelect 'lsel' /*$ KXGListValue --- 817,821 ---- */ ! #define KXGListSelect CHAR4('l','s','e','l') /*$ KXGListValue *************** *** 836,840 **** */ ! #define KXGListValue 'lval' /*$ KXGPopValue --- 836,840 ---- */ ! #define KXGListValue CHAR4('l','v','a','l') /*$ KXGPopValue *************** *** 855,859 **** */ ! #define KXGPopValue 'pval' /*$ KXGSliderStart --- 855,859 ---- */ ! #define KXGPopValue CHAR4('p','v','a','l') /*$ KXGSliderStart *************** *** 882,886 **** */ ! #define KXGSliderStart 'scrs' /*$ KXGSliderValue --- 882,886 ---- */ ! #define KXGSliderStart CHAR4('s','c','r','s') /*$ KXGSliderValue *************** *** 915,919 **** */ ! #define KXGSliderValue 'sval' struct XGSValue { --- 915,919 ---- */ ! #define KXGSliderValue CHAR4('s','v','a','l') struct XGSValue { *************** *** 961,965 **** */ ! #define KXGInlineClose 'icls' struct XGSInline { --- 961,965 ---- */ ! #define KXGInlineClose CHAR4('i','c','l','s') struct XGSInline { *************** *** 1007,1011 **** */ ! #define KXGPopupInlineClose 'pcls' struct XGSPopupInline { --- 1007,1011 ---- */ ! #define KXGPopupInlineClose CHAR4('p','c','l','s') struct XGSPopupInline { |
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 01:56:38
|
Update of /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv3567 Modified Files: XCoreTypes.h Log Message: Win32 changes Index: XCoreTypes.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_core/headers/XCoreTypes.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XCoreTypes.h 1 Oct 2006 19:17:59 -0000 1.1 --- XCoreTypes.h 22 Feb 2007 01:56:37 -0000 1.2 *************** *** 107,111 **** #endif //@} ! #endif \ No newline at end of file --- 107,113 ---- #endif + #define CHAR4(a,b,c,d) ( ((uint8)a<<24L) | ((uint8)b<<16L) | ((uint8)c<<8L) | (uint8)d ) + //@} ! #endif |
|
From: Jeffrey B. <jlb...@us...> - 2007-02-22 01:55:46
|
Update of /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv3163 Modified Files: XGColorView.h XGCheckButton.h Log Message: Win32 changes Index: XGColorView.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGColorView.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGColorView.h 1 Oct 2006 19:14:19 -0000 1.1 --- XGColorView.h 22 Feb 2007 01:55:42 -0000 1.2 *************** *** 24,32 **** */ ! class XGColorView : public XGView { public: XGColorView(XGView *p, XGArgStream &s); enum { ! kClassID = 'colr' }; --- 24,32 ---- */ ! class YAAF_API XGColorView : public XGView { public: XGColorView(XGView *p, XGArgStream &s); enum { ! kClassID = CHAR4('c','o','l','r') //'colr' }; Index: XGCheckButton.h =================================================================== RCS file: /cvsroot/igarden/CommonSource/yaaf/Libraries/yaaf_gui/headers/XGCheckButton.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XGCheckButton.h 1 Oct 2006 19:14:18 -0000 1.1 --- XGCheckButton.h 22 Feb 2007 01:55:42 -0000 1.2 *************** *** 23,27 **** */ ! class XGCheckButton : public XGButton { public: XGCheckButton(XGView *, XGArgStream &); --- 23,27 ---- */ ! class YAAF_API XGCheckButton : public XGButton { public: XGCheckButton(XGView *, XGArgStream &); *************** *** 29,33 **** enum { ! kClassID = 'chkb' }; --- 29,33 ---- enum { ! kClassID = CHAR4('c','h','k','b') //'chkb' }; |