Sat, 03 Mar 2007 11:46:05 +0000(svn r8992) [cpp_gui] -Add: CaptureTicket::IsActive() to determine if the ticket is in use cpp_gui
KUDr [Sat, 03 Mar 2007 11:46:05 +0000] rev 6280
(svn r8992) [cpp_gui] -Add: CaptureTicket::IsActive() to determine if the ticket is in use

Sat, 03 Mar 2007 11:20:46 +0000(svn r8991) [cpp_gui] -Codechange: composite widgets (incl. windows) now must implement CreateWidgets() method which is called from the default OnCreate() implementation cpp_gui
KUDr [Sat, 03 Mar 2007 11:20:46 +0000] rev 6279
(svn r8991) [cpp_gui] -Codechange: composite widgets (incl. windows) now must implement CreateWidgets() method which is called from the default OnCreate() implementation

Sat, 03 Mar 2007 02:47:45 +0000(svn r8986) [cpp_gui] -Add: resizing window by dragging ResizeBox cpp_gui
KUDr [Sat, 03 Mar 2007 02:47:45 +0000] rev 6278
(svn r8986) [cpp_gui] -Add: resizing window by dragging ResizeBox
-Fix: Moving top-left corner of widget now moves is instead of resizing
-Add: Resizing widget/window now generates OnResize() event
-Add: Resizing container now generates OnResizeParent() for all children
-Add: Widget anchors (widgets now resize/move when container widget resizes)

Fri, 02 Mar 2007 22:58:52 +0000(svn r8985) [cpp_gui] -Cleanup: copy/paste error (CaptionBar::OnCaptureMoving method name) cpp_gui
KUDr [Fri, 02 Mar 2007 22:58:52 +0000] rev 6277
(svn r8985) [cpp_gui] -Cleanup: copy/paste error (CaptionBar::OnCaptureMoving method name)

Fri, 02 Mar 2007 22:37:24 +0000(svn r8984) [cpp_gui] -Cleanup: some forgotten commented code removed cpp_gui
KUDr [Fri, 02 Mar 2007 22:37:24 +0000] rev 6276
(svn r8984) [cpp_gui] -Cleanup: some forgotten commented code removed

Fri, 02 Mar 2007 22:31:08 +0000(svn r8983) [cpp_gui] -Add: moving window by dragging CaptionBar cpp_gui
KUDr [Fri, 02 Mar 2007 22:31:08 +0000] rev 6275
(svn r8983) [cpp_gui] -Add: moving window by dragging CaptionBar

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