src/widget/widget.h
Sun, 15 Apr 2007 14:20:35 +0000 KUDr (svn r9636) [cpp_gui] -Add: Table widget (another widget container besides Panel). cpp_gui
Mon, 26 Mar 2007 21:31:37 +0000 KUDr (svn r9485) [cpp_gui] -Fix: g++ warnings/errors (glx) cpp_gui
Mon, 26 Mar 2007 21:00:16 +0000 KUDr (svn r9484) [cpp_gui] -Add: Auto layout/resize ability of widgets. cpp_gui
Sat, 10 Mar 2007 11:07:13 +0000 KUDr (svn r9096) [cpp_gui] -Codechange: CompositeWidget now uses std::vector for child widgets instead of std::map cpp_gui
Sat, 10 Mar 2007 08:53:59 +0000 KUDr (svn r9091) [cpp_gui] -Codechange: Widgets now use container's coordinate space instead of window's space cpp_gui
Sat, 10 Mar 2007 04:52:01 +0000 KUDr (svn r9090) [cpp_gui] -Add: min/step/max sizes added to the widget (still not set/used) cpp_gui
Tue, 06 Mar 2007 13:06:38 +0000 KUDr (svn r9023) [cpp_gui] -Add: ImageButton and ImageButton2 cpp_gui
Sun, 04 Mar 2007 22:36:22 +0000 KUDr (svn r9010) [cpp_gui] -Add: Sticky button widget cpp_gui
Sun, 04 Mar 2007 12:53:05 +0000 KUDr (svn r9007) [cpp_gui] -Cleanup(r9006): removed forgotten unused Label ctors cpp_gui
Sun, 04 Mar 2007 12:50:21 +0000 KUDr (svn r9006) [cpp_gui] -Add: Label widget (MiHaMiX) cpp_gui
Sat, 03 Mar 2007 20:25:37 +0000 KUDr (svn r8997) [cpp_gui] -Codechange: common window features are now controlled by FeatureFlags enum. cpp_gui
Sat, 03 Mar 2007 16:11:18 +0000 KUDr (svn r8996) [cpp_gui] -Add: CloseBox added into CaptionBar cpp_gui
Sat, 03 Mar 2007 11:20:46 +0000 KUDr (svn r8991) [cpp_gui] -Codechange: composite widgets (incl. windows) now must implement CreateWidgets() method which is called from the default OnCreate() implementation cpp_gui
Sat, 03 Mar 2007 02:47:45 +0000 KUDr (svn r8986) [cpp_gui] -Add: resizing window by dragging ResizeBox cpp_gui
Fri, 02 Mar 2007 22:58:52 +0000 KUDr (svn r8985) [cpp_gui] -Cleanup: copy/paste error (CaptionBar::OnCaptureMoving method name) cpp_gui
Fri, 02 Mar 2007 22:31:08 +0000 KUDr (svn r8983) [cpp_gui] -Add: moving window by dragging CaptionBar cpp_gui
Fri, 02 Mar 2007 21:21:41 +0000 KUDr (svn r8981) [cpp_gui] -Add: simple CaptionBar Widget cpp_gui
Thu, 01 Mar 2007 22:48:46 +0000 KUDr (svn r8958) [cpp_gui] -Add: Widget can now capture specified gui events cpp_gui
Wed, 28 Feb 2007 22:18:17 +0000 KUDr (svn r8947) [cpp_gui] -Codechange: proprietary smart pointer adapter replaced by generic one cpp_gui
Tue, 27 Feb 2007 22:59:55 +0000 KUDr (svn r8932) [cpp_gui] -Fix(r8931): forward enum declaration doesn't work for g++ cpp_gui
Tue, 27 Feb 2007 22:47:59 +0000 KUDr (svn r8931) [cpp_gui] -Add: first OO widget type (TextButton) added only with basic functionality cpp_gui