Sat, 21 Apr 2007 08:23:57 +0000(svn r9708) [cpp_gui] -Sync with trunk (r9633:9707) cpp_gui
KUDr [Sat, 21 Apr 2007 08:23:57 +0000] rev 6308
(svn r9708) [cpp_gui] -Sync with trunk (r9633:9707)

Sun, 15 Apr 2007 17:04:44 +0000(svn r9639) [cpp_gui] -Sync with trunk (r9476:9633) cpp_gui
KUDr [Sun, 15 Apr 2007 17:04:44 +0000] rev 6307
(svn r9639) [cpp_gui] -Sync with trunk (r9476:9633)

Sun, 15 Apr 2007 14:39:58 +0000(svn r9637) [cpp_gui] -Fix: property svn:keywords=Id on newly added file cpp_gui
KUDr [Sun, 15 Apr 2007 14:39:58 +0000] rev 6306
(svn r9637) [cpp_gui] -Fix: property svn:keywords=Id on newly added file

Sun, 15 Apr 2007 14:20:35 +0000(svn r9636) [cpp_gui] -Add: Table widget (another widget container besides Panel). cpp_gui
KUDr [Sun, 15 Apr 2007 14:20:35 +0000] rev 6305
(svn r9636) [cpp_gui] -Add: Table widget (another widget container besides Panel).

Sun, 15 Apr 2007 14:17:40 +0000(svn r9635) [cpp_gui] -Codechange: use proper array item pointer arithmetics (pointer + index) instead of &pointer[index] since they can differ in C++ cpp_gui
KUDr [Sun, 15 Apr 2007 14:17:40 +0000] rev 6304
(svn r9635) [cpp_gui] -Codechange: use proper array item pointer arithmetics (pointer + index) instead of &pointer[index] since they can differ in C++

Mon, 26 Mar 2007 22:15:38 +0000(svn r9486) [cpp_gui] -Sync with trunk (r9100:9476) cpp_gui
KUDr [Mon, 26 Mar 2007 22:15:38 +0000] rev 6303
(svn r9486) [cpp_gui] -Sync with trunk (r9100:9476)

Mon, 26 Mar 2007 21:31:37 +0000(svn r9485) [cpp_gui] -Fix: g++ warnings/errors (glx) cpp_gui
KUDr [Mon, 26 Mar 2007 21:31:37 +0000] rev 6302
(svn r9485) [cpp_gui] -Fix: g++ warnings/errors (glx)

Mon, 26 Mar 2007 21:00:16 +0000(svn r9484) [cpp_gui] -Add: Auto layout/resize ability of widgets. cpp_gui
KUDr [Mon, 26 Mar 2007 21:00:16 +0000] rev 6301
(svn r9484) [cpp_gui] -Add: Auto layout/resize ability of widgets.
-Add: Panel widget with DoLayout() method that moves/resizes widgets with respect to their minimal sizes.
-Add: QuerySizes() method added to widget. Widgets are now able to calculate their minimal size.
-Add: SizeT class added (similar to PointT) to make Point/Size/Rectangle math simpler

Mon, 26 Mar 2007 20:50:18 +0000(svn r9483) [cpp_gui] -Fix: parent/transparent color values collided with IS_PALETTE_COLOR cpp_gui
KUDr [Mon, 26 Mar 2007 20:50:18 +0000] rev 6300
(svn r9483) [cpp_gui] -Fix: parent/transparent color values collided with IS_PALETTE_COLOR

Mon, 26 Mar 2007 20:47:18 +0000(svn r9482) [cpp_gui] -Fix: missing return value cpp_gui
KUDr [Mon, 26 Mar 2007 20:47:18 +0000] rev 6299
(svn r9482) [cpp_gui] -Fix: missing return value