Sat, 21 Apr 2007 08:23:57 +0000 KUDr (svn r9708) [cpp_gui] -Sync with trunk (r9633:9707) cpp_gui
Sun, 15 Apr 2007 17:04:44 +0000 KUDr (svn r9639) [cpp_gui] -Sync with trunk (r9476:9633) cpp_gui
Sun, 15 Apr 2007 14:39:58 +0000 KUDr (svn r9637) [cpp_gui] -Fix: property svn:keywords=Id on newly added file cpp_gui
Sun, 15 Apr 2007 14:20:35 +0000 KUDr (svn r9636) [cpp_gui] -Add: Table widget (another widget container besides Panel). cpp_gui
Sun, 15 Apr 2007 14:17:40 +0000 KUDr (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
Mon, 26 Mar 2007 22:15:38 +0000 KUDr (svn r9486) [cpp_gui] -Sync with trunk (r9100:9476) 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
Mon, 26 Mar 2007 20:50:18 +0000 KUDr (svn r9483) [cpp_gui] -Fix: parent/transparent color values collided with IS_PALETTE_COLOR cpp_gui
Mon, 26 Mar 2007 20:47:18 +0000 KUDr (svn r9482) [cpp_gui] -Fix: missing return value cpp_gui
Sun, 11 Mar 2007 16:31:18 +0000 bjarni (svn r9119) [cpp_gui] -Sync with trunk (r9003:9100) 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 11:05:19 +0000 KUDr (svn r9095) [cpp_gui] -Fix: const in assignment 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
Sat, 10 Mar 2007 02:39:51 +0000 KUDr (svn r9087) [cpp_gui] -Codechange: Window is now clipping its widgets in OnPaint() cpp_gui
Tue, 06 Mar 2007 20:18:17 +0000 KUDr (svn r9032) [cpp_gui] -Cleanup(r9023): removed forgotten unused StickyBox::OnPaint() cpp_gui
Tue, 06 Mar 2007 18:52:35 +0000 KUDr (svn r9028) [cpp_gui] -Fix(r9010): forgot to update MSVC project files 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 13:13:24 +0000 miham (svn r9008) [cpp_gui] -Fix: fixed comparison in Label widget (reported by TrueBrian) 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
Sun, 04 Mar 2007 04:25:36 +0000 KUDr (svn r9004) [cpp_gui] -Sync with trunk (r8900..r9003) cpp_gui
Sat, 03 Mar 2007 20:33:32 +0000 KUDr (svn r8998) [cpp_gui] -Fix(r8997): some obscure g++ warnings about base/member initialization order (glx) 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:50:45 +0000 KUDr (svn r8993) [cpp_gui] -Fix: ResizeBox now draws itself in lowered state when resizing cpp_gui
Sat, 03 Mar 2007 11:46:05 +0000 KUDr (svn r8992) [cpp_gui] -Add: CaptureTicket::IsActive() to determine if the ticket is in use 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:37:24 +0000 KUDr (svn r8984) [cpp_gui] -Cleanup: some forgotten commented code removed 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 22:29:20 +0000 KUDr (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
Fri, 02 Mar 2007 21:21:41 +0000 KUDr (svn r8981) [cpp_gui] -Add: simple CaptionBar Widget cpp_gui
Thu, 01 Mar 2007 23:34:28 +0000 KUDr (svn r8963) [cpp_gui] -Fix: g++ 3.4.2 warning: 'w' might be used uninitialized in this function (glx) 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
Thu, 01 Mar 2007 13:26:30 +0000 KUDr (svn r8952) [cpp_gui] -Fix(r8938): VC project files corrupted 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
Wed, 28 Feb 2007 00:33:40 +0000 bjarni (svn r8938) [cpp_gui] -Sync with trunk (r8772..r8900) cpp_gui
Tue, 27 Feb 2007 23:54:28 +0000 KUDr (svn r8937) [cpp_gui] -Fix(r8931): the global map of Window Factories needs to be constructed on the fly. Otherwise it is not sure that it will be constructed before first WindowFactory. (Bjarni) cpp_gui
Tue, 27 Feb 2007 23:42:47 +0000 bjarni (svn r8936) [cpp_gui] -Fix r8803: change of Point broke compilation of cocoa_v.mm 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
Tue, 27 Feb 2007 13:26:47 +0000 KUDr (svn r8913) [cpp_gui] -Codechange: use BaseWindow accessors instead of accessing window size/position directly cpp_gui
Mon, 19 Feb 2007 20:37:33 +0000 KUDr (svn r8817) [cpp_gui] -Fix(r8803): g++ compilation errors (Rubidium, glx) cpp_gui
Mon, 19 Feb 2007 20:04:27 +0000 KUDr (svn r8815) [cpp_gui] -Codechange: Added ZeroInitBegin and ZeroInitEnd helper structures cpp_gui
Sun, 18 Feb 2007 19:55:35 +0000 KUDr (svn r8804) [cpp_gui] -Codechange: BaseWindow now inherits from CompositeWidget (with no benefits yet) cpp_gui
Sun, 18 Feb 2007 19:45:00 +0000 KUDr (svn r8803) [cpp_gui] -Codechange: point structures (Point, Point16) made compatible cpp_gui
Sun, 18 Feb 2007 14:17:28 +0000 KUDr (svn r8801) [cpp_gui] -Codechange: few changes towards OO GUI: cpp_gui
Sat, 17 Feb 2007 13:08:51 +0000 KUDr (svn r8775) [cpp_gui] -Fix(r8774): forgotten /* Id: */ in the added file cpp_gui
Sat, 17 Feb 2007 13:06:08 +0000 KUDr (svn r8774) [cpp_gui] -Codechange: CountedObject renamed to SimpleCountedObject and moved to countedptr.hpp and countedobj.cpp cpp_gui
Sat, 17 Feb 2007 13:01:45 +0000 KUDr (svn r8773) [cpp_gui] -Sync with trunk (r8768..r8772) - needed r8772 cpp_gui
Sat, 17 Feb 2007 11:12:50 +0000 KUDr (svn r8769) [cpp_gui] -Sync with trunk (r8730..r8768) cpp_gui
Wed, 14 Feb 2007 10:46:38 +0000 bjarni (svn r8731) [cpp_gui] -Sync: r8730 from trunk cpp_gui
Wed, 14 Feb 2007 00:57:15 +0000 glx (svn r8722) [cpp_gui] -Fix: g++ warnings 'variable might be used uninitialised' cpp_gui
Tue, 13 Feb 2007 23:49:01 +0000 KUDr (svn r8720) [cpp_gui] -Codechange: SetWindowWidgetLoweredState(), ToggleWidgetLoweredState(), LowerWindowWidget(), RaiseWindowWidget() and IsWindowWidgetLowered() turned into Window methods cpp_gui
Tue, 13 Feb 2007 23:07:54 +0000 KUDr (svn r8718) [cpp_gui] -Codechange: SetWindowWidgetHiddenState(), HideWindowWidget(), ShowWindowWidget() and IsWindowWidgetHidden() turned into Window methods cpp_gui
Tue, 13 Feb 2007 22:58:31 +0000 bjarni (svn r8717) [cpp_gui] -Codechange: changed the functions about closing all windows into methods cpp_gui