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)
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
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)
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
KUDr [Thu, 01 Mar 2007 13:26:30 +0000] rev 6270
(svn r8952) [cpp_gui] -Fix(r8938): VC project files corrupted
KUDr [Wed, 28 Feb 2007 22:18:17 +0000] rev 6269
(svn r8947) [cpp_gui] -Codechange: proprietary smart pointer adapter replaced by generic one
bjarni [Wed, 28 Feb 2007 00:33:40 +0000] rev 6268
(svn r8938) [cpp_gui] -Sync with trunk (r8772..r8900)
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)
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
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++