src/window.cpp
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
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:00:16 +0000 KUDr (svn r9484) [cpp_gui] -Add: Auto layout/resize ability of widgets. 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 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 02:39:51 +0000 KUDr (svn r9087) [cpp_gui] -Codechange: Window is now clipping its widgets in OnPaint() cpp_gui
Sun, 04 Mar 2007 22:36:22 +0000 KUDr (svn r9010) [cpp_gui] -Add: Sticky button widget 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
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
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 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:04:27 +0000 KUDr (svn r8815) [cpp_gui] -Codechange: Added ZeroInitBegin and ZeroInitEnd helper structures 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:06:08 +0000 KUDr (svn r8774) [cpp_gui] -Codechange: CountedObject renamed to SimpleCountedObject and moved to countedptr.hpp and countedobj.cpp 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
Tue, 13 Feb 2007 22:47:05 +0000 KUDr (svn r8716) [cpp_gui] -Codechange: IsWindowWidgetDisabled() turned into Window method cpp_gui
Tue, 13 Feb 2007 22:09:37 +0000 KUDr (svn r8713) [cpp_gui] -Codechange: SetWindowWidgetDisabledState turned into Window method cpp_gui
Tue, 13 Feb 2007 19:35:55 +0000 bjarni (svn r8711) [cpp_gui] -Codechange: even more funktion->method conversions cpp_gui
Tue, 13 Feb 2007 18:07:36 +0000 bjarni (svn r8710) [cpp_gui] -Codechange: yet another two functions are turned into Window methods cpp_gui
Tue, 13 Feb 2007 13:00:37 +0000 KUDr (svn r8706) [cpp_gui] -Codechange: few more functions turned into Window methods cpp_gui
Tue, 13 Feb 2007 11:38:40 +0000 KUDr (svn r8704) [cpp_gui] -Codechange: flash_timeout and autorepeat_timeout extracted from Window::flags4 cpp_gui
Tue, 13 Feb 2007 11:09:58 +0000 bjarni (svn r8702) [cpp_gui] -Codechange: changed the 3 window functions in widget.cpp into Window methods cpp_gui
Tue, 13 Feb 2007 10:27:18 +0000 bjarni (svn r8699) [cpp_gui] -Cleanup: removed the word Window from some Window method names as just being Winddow methods indicates that it's working on a window cpp_gui
Tue, 13 Feb 2007 10:17:24 +0000 bjarni (svn r8697) [cpp_gui] -Codechange: changed IsWindowOfPrototype() is a Window method cpp_gui
Tue, 13 Feb 2007 09:54:37 +0000 bjarni (svn r8696) [cpp_gui] -Codechange: changed GetMenuItemIndex() and ResizeWindow() into Window methods cpp_gui
Tue, 13 Feb 2007 01:04:32 +0000 bjarni (svn r8695) [cpp_gui] -Codechange: changed AssignWidgetToWindow() and InvalidateWidget() into Window methods cpp_gui
Mon, 12 Feb 2007 23:12:02 +0000 KUDr (svn r8693) [cpp_gui] -Fix: g++ compilation errors 'non-local function A uses local type B' (template arguments must have external linkage while local type has no linkage) cpp_gui
Sun, 11 Feb 2007 22:57:24 +0000 KUDr (svn r8683) [cpp_gui] -Codechange: first steps towards OO GUI (together with Bjarni) without changes in the logic cpp_gui
Fri, 02 Feb 2007 14:32:23 +0000 rubidium (svn r8533) -Fix: segmentation fault when the toolbar gets removed and you have selected one of the items in a submenu of the toolbar.
Sat, 13 Jan 2007 15:50:36 +0000 Darkvater (svn r8101) -Fix (runknown): Plug potential memleaks when calling UnInitWindowSystem. The function directly deleted all windows instead of calling their respective deallocators which could then in turn any used memory.
Thu, 11 Jan 2007 17:29:39 +0000 KUDr (svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the pointer to allocated memory instead of modifying the pointer given as parameter
Wed, 10 Jan 2007 18:56:51 +0000 rubidium (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
Wed, 10 Jan 2007 18:12:09 +0000 KUDr (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp)
Mon, 15 Jan 2007 20:14:06 +0000 celestar (svn r8149) [cbh] - Sync with -r8038:8038 from trunk (the cpp merge) custombridgeheads
Thu, 11 Jan 2007 13:41:16 +0000 celestar (svn r8060) [cbh] - Renamed all .c files to .cpp to get the cpp conversion merged custombridgeheads