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

Sun, 11 Mar 2007 16:31:18 +0000(svn r9119) [cpp_gui] -Sync with trunk (r9003:9100) cpp_gui
bjarni [Sun, 11 Mar 2007 16:31:18 +0000] rev 6298
(svn r9119) [cpp_gui] -Sync with trunk (r9003:9100)

Sat, 10 Mar 2007 11:07:13 +0000(svn r9096) [cpp_gui] -Codechange: CompositeWidget now uses std::vector for child widgets instead of std::map cpp_gui
KUDr [Sat, 10 Mar 2007 11:07:13 +0000] rev 6297
(svn r9096) [cpp_gui] -Codechange: CompositeWidget now uses std::vector for child widgets instead of std::map

Sat, 10 Mar 2007 11:05:19 +0000(svn r9095) [cpp_gui] -Fix: const in assignment cpp_gui
KUDr [Sat, 10 Mar 2007 11:05:19 +0000] rev 6296
(svn r9095) [cpp_gui] -Fix: const in assignment