Sat, 10 Mar 2007 08:53:59 +0000(svn r9091) [cpp_gui] -Codechange: Widgets now use container's coordinate space instead of window's space cpp_gui
KUDr [Sat, 10 Mar 2007 08:53:59 +0000] rev 6295
(svn r9091) [cpp_gui] -Codechange: Widgets now use container's coordinate space instead of window's space

Sat, 10 Mar 2007 04:52:01 +0000(svn r9090) [cpp_gui] -Add: min/step/max sizes added to the widget (still not set/used) cpp_gui
KUDr [Sat, 10 Mar 2007 04:52:01 +0000] rev 6294
(svn r9090) [cpp_gui] -Add: min/step/max sizes added to the widget (still not set/used)
-Codechange: order of some includes changed (solved min/max macro conflict with stl)

Sat, 10 Mar 2007 02:39:51 +0000(svn r9087) [cpp_gui] -Codechange: Window is now clipping its widgets in OnPaint() cpp_gui
KUDr [Sat, 10 Mar 2007 02:39:51 +0000] rev 6293
(svn r9087) [cpp_gui] -Codechange: Window is now clipping its widgets in OnPaint()
-Add: ClipDrawContext class to simplify draw clipping
-Fix: ResizeBox now can't resize window to negative width/height

Tue, 06 Mar 2007 20:18:17 +0000(svn r9032) [cpp_gui] -Cleanup(r9023): removed forgotten unused StickyBox::OnPaint() cpp_gui
KUDr [Tue, 06 Mar 2007 20:18:17 +0000] rev 6292
(svn r9032) [cpp_gui] -Cleanup(r9023): removed forgotten unused StickyBox::OnPaint()

Tue, 06 Mar 2007 18:52:35 +0000(svn r9028) [cpp_gui] -Fix(r9010): forgot to update MSVC project files cpp_gui
KUDr [Tue, 06 Mar 2007 18:52:35 +0000] rev 6291
(svn r9028) [cpp_gui] -Fix(r9010): forgot to update MSVC project files

Tue, 06 Mar 2007 13:06:38 +0000(svn r9023) [cpp_gui] -Add: ImageButton and ImageButton2 cpp_gui
KUDr [Tue, 06 Mar 2007 13:06:38 +0000] rev 6290
(svn r9023) [cpp_gui] -Add: ImageButton and ImageButton2
-Add: Widget::DrawSprite() method that accepts sprite coordinates in the widget space instead of window space

Sun, 04 Mar 2007 22:36:22 +0000(svn r9010) [cpp_gui] -Add: Sticky button widget cpp_gui
KUDr [Sun, 04 Mar 2007 22:36:22 +0000] rev 6289
(svn r9010) [cpp_gui] -Add: Sticky button widget
-Codechange: part of widget.h moved to separate file widget_types.h to minimize dependencies

Sun, 04 Mar 2007 13:13:24 +0000(svn r9008) [cpp_gui] -Fix: fixed comparison in Label widget (reported by TrueBrian) cpp_gui
miham [Sun, 04 Mar 2007 13:13:24 +0000] rev 6288
(svn r9008) [cpp_gui] -Fix: fixed comparison in Label widget (reported by TrueBrian)

Sun, 04 Mar 2007 12:53:05 +0000(svn r9007) [cpp_gui] -Cleanup(r9006): removed forgotten unused Label ctors cpp_gui
KUDr [Sun, 04 Mar 2007 12:53:05 +0000] rev 6287
(svn r9007) [cpp_gui] -Cleanup(r9006): removed forgotten unused Label ctors

Sun, 04 Mar 2007 12:50:21 +0000(svn r9006) [cpp_gui] -Add: Label widget (MiHaMiX) cpp_gui
KUDr [Sun, 04 Mar 2007 12:50:21 +0000] rev 6286
(svn r9006) [cpp_gui] -Add: Label widget (MiHaMiX)