[Igarden-commit] CommonSource/yaaf/Libraries/yaaf_gui/headers XGEditText.h, 1.1, 1.2 XGEditCore.h,
Status: Beta
Brought to you by:
jlbedell
|
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' }; |