From: <nsm...@us...> - 2008-06-23 14:24:51
|
Revision: 2248 http://csp.svn.sourceforge.net/csp/?rev=2248&view=rev Author: nsmoooose Date: 2008-06-23 07:22:19 -0700 (Mon, 23 Jun 2008) Log Message: ----------- Refactoring to make all wf (window framework) files into its own shared lib. Modified Paths: -------------- branches/wf_as_shared_lib/csp/SConstruct branches/wf_as_shared_lib/csp/csplib/SConscript branches/wf_as_shared_lib/csp/cspsim/CSPSim.cpp branches/wf_as_shared_lib/csp/cspsim/CSPSim.h branches/wf_as_shared_lib/csp/cspsim/GameScreen.cpp branches/wf_as_shared_lib/csp/cspsim/GameScreen.h branches/wf_as_shared_lib/csp/cspsim/MenuScreen.cpp branches/wf_as_shared_lib/csp/cspsim/MenuScreen.h branches/wf_as_shared_lib/csp/cspsim/SConscript branches/wf_as_shared_lib/csp/cspsim/VirtualScene.cpp Added Paths: ----------- branches/wf_as_shared_lib/csp/cspwf/ branches/wf_as_shared_lib/csp/cspwf/Button.cpp branches/wf_as_shared_lib/csp/cspwf/Button.h branches/wf_as_shared_lib/csp/cspwf/Check.cpp branches/wf_as_shared_lib/csp/cspwf/Check.h branches/wf_as_shared_lib/csp/cspwf/CheckBox.cpp branches/wf_as_shared_lib/csp/cspwf/CheckBox.h branches/wf_as_shared_lib/csp/cspwf/Container.cpp branches/wf_as_shared_lib/csp/cspwf/Container.h branches/wf_as_shared_lib/csp/cspwf/Control.cpp branches/wf_as_shared_lib/csp/cspwf/Control.h branches/wf_as_shared_lib/csp/cspwf/ControlCallback.cpp branches/wf_as_shared_lib/csp/cspwf/ControlCallback.h branches/wf_as_shared_lib/csp/cspwf/ControlGeometryBuilder.cpp branches/wf_as_shared_lib/csp/cspwf/ControlGeometryBuilder.h branches/wf_as_shared_lib/csp/cspwf/Image.cpp branches/wf_as_shared_lib/csp/cspwf/Image.h branches/wf_as_shared_lib/csp/cspwf/InputInterfaceManager.cpp branches/wf_as_shared_lib/csp/cspwf/InputInterfaceManager.h branches/wf_as_shared_lib/csp/cspwf/Label.cpp branches/wf_as_shared_lib/csp/cspwf/Label.h branches/wf_as_shared_lib/csp/cspwf/ListBox.cpp branches/wf_as_shared_lib/csp/cspwf/ListBox.h branches/wf_as_shared_lib/csp/cspwf/ListBoxItem.cpp branches/wf_as_shared_lib/csp/cspwf/ListBoxItem.h branches/wf_as_shared_lib/csp/cspwf/Model.cpp branches/wf_as_shared_lib/csp/cspwf/Model.h branches/wf_as_shared_lib/csp/cspwf/MultiControlContainer.cpp branches/wf_as_shared_lib/csp/cspwf/MultiControlContainer.h branches/wf_as_shared_lib/csp/cspwf/Padding.h branches/wf_as_shared_lib/csp/cspwf/Point.h branches/wf_as_shared_lib/csp/cspwf/Rectangle.h branches/wf_as_shared_lib/csp/cspwf/ResourceLocator.cpp branches/wf_as_shared_lib/csp/cspwf/ResourceLocator.h branches/wf_as_shared_lib/csp/cspwf/SConscript branches/wf_as_shared_lib/csp/cspwf/ScrollBar.cpp branches/wf_as_shared_lib/csp/cspwf/ScrollBar.h branches/wf_as_shared_lib/csp/cspwf/Serialization.cpp branches/wf_as_shared_lib/csp/cspwf/Serialization.h branches/wf_as_shared_lib/csp/cspwf/Signal.cpp branches/wf_as_shared_lib/csp/cspwf/Signal.h branches/wf_as_shared_lib/csp/cspwf/SignalData.cpp branches/wf_as_shared_lib/csp/cspwf/SignalData.h branches/wf_as_shared_lib/csp/cspwf/SingleControlContainer.cpp branches/wf_as_shared_lib/csp/cspwf/SingleControlContainer.h branches/wf_as_shared_lib/csp/cspwf/Size.h branches/wf_as_shared_lib/csp/cspwf/Slot.cpp branches/wf_as_shared_lib/csp/cspwf/Slot.h branches/wf_as_shared_lib/csp/cspwf/StringResourceManager.cpp branches/wf_as_shared_lib/csp/cspwf/StringResourceManager.h branches/wf_as_shared_lib/csp/cspwf/Style.cpp branches/wf_as_shared_lib/csp/cspwf/Style.h branches/wf_as_shared_lib/csp/cspwf/StyleBuilder.cpp branches/wf_as_shared_lib/csp/cspwf/StyleBuilder.h branches/wf_as_shared_lib/csp/cspwf/Tab.cpp branches/wf_as_shared_lib/csp/cspwf/Tab.h branches/wf_as_shared_lib/csp/cspwf/TableControlContainer.cpp branches/wf_as_shared_lib/csp/cspwf/TableControlContainer.h branches/wf_as_shared_lib/csp/cspwf/Window.cpp branches/wf_as_shared_lib/csp/cspwf/Window.h branches/wf_as_shared_lib/csp/cspwf/WindowManager.cpp branches/wf_as_shared_lib/csp/cspwf/WindowManager.h branches/wf_as_shared_lib/csp/cspwf/cspwf.i Removed Paths: ------------- branches/wf_as_shared_lib/csp/cspsim/wf/ branches/wf_as_shared_lib/csp/cspwf/Button.cpp branches/wf_as_shared_lib/csp/cspwf/Button.h branches/wf_as_shared_lib/csp/cspwf/Check.cpp branches/wf_as_shared_lib/csp/cspwf/Check.h branches/wf_as_shared_lib/csp/cspwf/CheckBox.cpp branches/wf_as_shared_lib/csp/cspwf/CheckBox.h branches/wf_as_shared_lib/csp/cspwf/Container.cpp branches/wf_as_shared_lib/csp/cspwf/Container.h branches/wf_as_shared_lib/csp/cspwf/Control.cpp branches/wf_as_shared_lib/csp/cspwf/Control.h branches/wf_as_shared_lib/csp/cspwf/ControlCallback.cpp branches/wf_as_shared_lib/csp/cspwf/ControlCallback.h branches/wf_as_shared_lib/csp/cspwf/ControlGeometryBuilder.cpp branches/wf_as_shared_lib/csp/cspwf/ControlGeometryBuilder.h branches/wf_as_shared_lib/csp/cspwf/Image.cpp branches/wf_as_shared_lib/csp/cspwf/Image.h branches/wf_as_shared_lib/csp/cspwf/InputInterfaceManager.cpp branches/wf_as_shared_lib/csp/cspwf/InputInterfaceManager.h branches/wf_as_shared_lib/csp/cspwf/Label.cpp branches/wf_as_shared_lib/csp/cspwf/Label.h branches/wf_as_shared_lib/csp/cspwf/ListBox.cpp branches/wf_as_shared_lib/csp/cspwf/ListBox.h branches/wf_as_shared_lib/csp/cspwf/ListBoxItem.cpp branches/wf_as_shared_lib/csp/cspwf/ListBoxItem.h branches/wf_as_shared_lib/csp/cspwf/Model.cpp branches/wf_as_shared_lib/csp/cspwf/Model.h branches/wf_as_shared_lib/csp/cspwf/MultiControlContainer.cpp branches/wf_as_shared_lib/csp/cspwf/MultiControlContainer.h branches/wf_as_shared_lib/csp/cspwf/Padding.h branches/wf_as_shared_lib/csp/cspwf/Point.h branches/wf_as_shared_lib/csp/cspwf/Rectangle.h branches/wf_as_shared_lib/csp/cspwf/ResourceLocator.cpp branches/wf_as_shared_lib/csp/cspwf/ResourceLocator.h branches/wf_as_shared_lib/csp/cspwf/ScrollBar.cpp branches/wf_as_shared_lib/csp/cspwf/ScrollBar.h branches/wf_as_shared_lib/csp/cspwf/Serialization.cpp branches/wf_as_shared_lib/csp/cspwf/Serialization.h branches/wf_as_shared_lib/csp/cspwf/Signal.cpp branches/wf_as_shared_lib/csp/cspwf/Signal.h branches/wf_as_shared_lib/csp/cspwf/SignalData.cpp branches/wf_as_shared_lib/csp/cspwf/SignalData.h branches/wf_as_shared_lib/csp/cspwf/SingleControlContainer.cpp branches/wf_as_shared_lib/csp/cspwf/SingleControlContainer.h branches/wf_as_shared_lib/csp/cspwf/Size.h branches/wf_as_shared_lib/csp/cspwf/Slot.cpp branches/wf_as_shared_lib/csp/cspwf/Slot.h branches/wf_as_shared_lib/csp/cspwf/StringResourceManager.cpp branches/wf_as_shared_lib/csp/cspwf/StringResourceManager.h branches/wf_as_shared_lib/csp/cspwf/Style.cpp branches/wf_as_shared_lib/csp/cspwf/Style.h branches/wf_as_shared_lib/csp/cspwf/StyleBuilder.cpp branches/wf_as_shared_lib/csp/cspwf/StyleBuilder.h branches/wf_as_shared_lib/csp/cspwf/Tab.cpp branches/wf_as_shared_lib/csp/cspwf/Tab.h branches/wf_as_shared_lib/csp/cspwf/TableControlContainer.cpp branches/wf_as_shared_lib/csp/cspwf/TableControlContainer.h branches/wf_as_shared_lib/csp/cspwf/Window.cpp branches/wf_as_shared_lib/csp/cspwf/Window.h branches/wf_as_shared_lib/csp/cspwf/WindowManager.cpp branches/wf_as_shared_lib/csp/cspwf/WindowManager.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |