Fri, 02 Mar 2007 22:29:20 +0000(svn r8982) [cpp_gui] -Codechange: when moving Point by given offset, the offset can now be of different type (i.e. int16 vs. int32) cpp_gui
KUDr [Fri, 02 Mar 2007 22:29:20 +0000] rev 6274
(svn r8982) [cpp_gui] -Codechange: when moving Point by given offset, the offset can now be of different type (i.e. int16 vs. int32)

Fri, 02 Mar 2007 21:21:41 +0000(svn r8981) [cpp_gui] -Add: simple CaptionBar Widget cpp_gui
KUDr [Fri, 02 Mar 2007 21:21:41 +0000] rev 6273
(svn r8981) [cpp_gui] -Add: simple CaptionBar Widget
- no CloseButton and StickyButton yet
- no moving capability yet

Thu, 01 Mar 2007 23:34:28 +0000(svn r8963) [cpp_gui] -Fix: g++ 3.4.2 warning: 'w' might be used uninitialized in this function (glx) cpp_gui
KUDr [Thu, 01 Mar 2007 23:34:28 +0000] rev 6272
(svn r8963) [cpp_gui] -Fix: g++ 3.4.2 warning: 'w' might be used uninitialized in this function (glx)

Thu, 01 Mar 2007 22:48:46 +0000(svn r8958) [cpp_gui] -Add: Widget can now capture specified gui events cpp_gui
KUDr [Thu, 01 Mar 2007 22:48:46 +0000] rev 6271
(svn r8958) [cpp_gui] -Add: Widget can now capture specified gui events
-Codechange: Button now releases itself and generates EvtClick event when mouse button is released

Thu, 01 Mar 2007 13:26:30 +0000(svn r8952) [cpp_gui] -Fix(r8938): VC project files corrupted cpp_gui
KUDr [Thu, 01 Mar 2007 13:26:30 +0000] rev 6270
(svn r8952) [cpp_gui] -Fix(r8938): VC project files corrupted

Wed, 28 Feb 2007 22:18:17 +0000(svn r8947) [cpp_gui] -Codechange: proprietary smart pointer adapter replaced by generic one cpp_gui
KUDr [Wed, 28 Feb 2007 22:18:17 +0000] rev 6269
(svn r8947) [cpp_gui] -Codechange: proprietary smart pointer adapter replaced by generic one

Wed, 28 Feb 2007 00:33:40 +0000(svn r8938) [cpp_gui] -Sync with trunk (r8772..r8900) cpp_gui
bjarni [Wed, 28 Feb 2007 00:33:40 +0000] rev 6268
(svn r8938) [cpp_gui] -Sync with trunk (r8772..r8900)

Tue, 27 Feb 2007 23:54:28 +0000(svn r8937) [cpp_gui] -Fix(r8931): the global map of Window Factories needs to be constructed on the fly. Otherwise it is not sure that it will be constructed before first WindowFactory. (Bjarni) cpp_gui
KUDr [Tue, 27 Feb 2007 23:54:28 +0000] rev 6267
(svn r8937) [cpp_gui] -Fix(r8931): the global map of Window Factories needs to be constructed on the fly. Otherwise it is not sure that it will be constructed before first WindowFactory. (Bjarni)

Tue, 27 Feb 2007 23:42:47 +0000(svn r8936) [cpp_gui] -Fix r8803: change of Point broke compilation of cocoa_v.mm cpp_gui
bjarni [Tue, 27 Feb 2007 23:42:47 +0000] rev 6266
(svn r8936) [cpp_gui] -Fix r8803: change of Point broke compilation of cocoa_v.mm

Tue, 27 Feb 2007 22:59:55 +0000(svn r8932) [cpp_gui] -Fix(r8931): forward enum declaration doesn't work for g++ cpp_gui
KUDr [Tue, 27 Feb 2007 22:59:55 +0000] rev 6265
(svn r8932) [cpp_gui] -Fix(r8931): forward enum declaration doesn't work for g++