From: <nsm...@us...> - 2008-07-02 17:06:39
|
Revision: 2257 http://csp.svn.sourceforge.net/csp/?rev=2257&view=rev Author: nsmoooose Date: 2008-07-02 10:05:42 -0700 (Wed, 02 Jul 2008) Log Message: ----------- Merged wf_as_shared_lib branch into trunk. This means that all classes concerning wf (window framework) is now in a separate lib that doesn't depend on cspsim lib. Modified Paths: -------------- trunk/csp/SConstruct trunk/csp/__init__.py trunk/csp/bin/sim.ini trunk/csp/csplib/SConscript trunk/csp/cspsim/CSPSim.cpp trunk/csp/cspsim/CSPSim.h trunk/csp/cspsim/GameScreen.cpp trunk/csp/cspsim/GameScreen.h trunk/csp/cspsim/MenuScreen.cpp trunk/csp/cspsim/MenuScreen.h trunk/csp/cspsim/SConscript trunk/csp/cspsim/VirtualScene.cpp trunk/csp/cspsim/cspsim.i trunk/csp/cspsim/swig/Screens.i trunk/csp/data/ui/scripts/utils.py trunk/csp/tools/layout2/SConscript trunk/csp/tools/layout2/cpp/CspLayoutApplication.cpp Added Paths: ----------- trunk/csp/cspsim/InputInterfaceWfAdapter.cpp trunk/csp/cspsim/InputInterfaceWfAdapter.h trunk/csp/cspwf/ trunk/csp/cspwf/Button.cpp trunk/csp/cspwf/Button.h trunk/csp/cspwf/Check.cpp trunk/csp/cspwf/Check.h trunk/csp/cspwf/CheckBox.cpp trunk/csp/cspwf/CheckBox.h trunk/csp/cspwf/Container.cpp trunk/csp/cspwf/Container.h trunk/csp/cspwf/Control.cpp trunk/csp/cspwf/Control.h trunk/csp/cspwf/ControlCallback.cpp trunk/csp/cspwf/ControlCallback.h trunk/csp/cspwf/ControlGeometryBuilder.cpp trunk/csp/cspwf/ControlGeometryBuilder.h trunk/csp/cspwf/Export.h trunk/csp/cspwf/Image.cpp trunk/csp/cspwf/Image.h trunk/csp/cspwf/Label.cpp trunk/csp/cspwf/Label.h trunk/csp/cspwf/ListBox.cpp trunk/csp/cspwf/ListBox.h trunk/csp/cspwf/ListBoxItem.cpp trunk/csp/cspwf/ListBoxItem.h trunk/csp/cspwf/Model.cpp trunk/csp/cspwf/Model.h trunk/csp/cspwf/MultiControlContainer.cpp trunk/csp/cspwf/MultiControlContainer.h trunk/csp/cspwf/Padding.h trunk/csp/cspwf/Point.h trunk/csp/cspwf/Rectangle.h trunk/csp/cspwf/ResourceLocator.cpp trunk/csp/cspwf/ResourceLocator.h trunk/csp/cspwf/SConscript trunk/csp/cspwf/ScrollBar.cpp trunk/csp/cspwf/ScrollBar.h trunk/csp/cspwf/Serialization.cpp trunk/csp/cspwf/Serialization.h trunk/csp/cspwf/Signal.cpp trunk/csp/cspwf/Signal.h trunk/csp/cspwf/SignalData.cpp trunk/csp/cspwf/SignalData.h trunk/csp/cspwf/SingleControlContainer.cpp trunk/csp/cspwf/SingleControlContainer.h trunk/csp/cspwf/Size.h trunk/csp/cspwf/Slot.cpp trunk/csp/cspwf/Slot.h trunk/csp/cspwf/StringResourceManager.cpp trunk/csp/cspwf/StringResourceManager.h trunk/csp/cspwf/Style.cpp trunk/csp/cspwf/Style.h trunk/csp/cspwf/StyleBuilder.cpp trunk/csp/cspwf/StyleBuilder.h trunk/csp/cspwf/Tab.cpp trunk/csp/cspwf/Tab.h trunk/csp/cspwf/TableControlContainer.cpp trunk/csp/cspwf/TableControlContainer.h trunk/csp/cspwf/Window.cpp trunk/csp/cspwf/Window.h trunk/csp/cspwf/WindowManager.cpp trunk/csp/cspwf/WindowManager.h trunk/csp/cspwf/cspwf.i trunk/csp/todo.sh Removed Paths: ------------- trunk/csp/cspsim/swig/wf.i trunk/csp/cspsim/wf/ trunk/csp/cspwf/Button.cpp trunk/csp/cspwf/Button.h trunk/csp/cspwf/Check.cpp trunk/csp/cspwf/Check.h trunk/csp/cspwf/CheckBox.cpp trunk/csp/cspwf/CheckBox.h trunk/csp/cspwf/Container.cpp trunk/csp/cspwf/Container.h trunk/csp/cspwf/Control.cpp trunk/csp/cspwf/Control.h trunk/csp/cspwf/ControlCallback.cpp trunk/csp/cspwf/ControlCallback.h trunk/csp/cspwf/ControlGeometryBuilder.cpp trunk/csp/cspwf/ControlGeometryBuilder.h trunk/csp/cspwf/Export.h trunk/csp/cspwf/Image.cpp trunk/csp/cspwf/Image.h trunk/csp/cspwf/Label.cpp trunk/csp/cspwf/Label.h trunk/csp/cspwf/ListBox.cpp trunk/csp/cspwf/ListBox.h trunk/csp/cspwf/ListBoxItem.cpp trunk/csp/cspwf/ListBoxItem.h trunk/csp/cspwf/Model.cpp trunk/csp/cspwf/Model.h trunk/csp/cspwf/MultiControlContainer.cpp trunk/csp/cspwf/MultiControlContainer.h trunk/csp/cspwf/Padding.h trunk/csp/cspwf/Point.h trunk/csp/cspwf/Rectangle.h trunk/csp/cspwf/ResourceLocator.cpp trunk/csp/cspwf/ResourceLocator.h trunk/csp/cspwf/SConscript trunk/csp/cspwf/ScrollBar.cpp trunk/csp/cspwf/ScrollBar.h trunk/csp/cspwf/Serialization.cpp trunk/csp/cspwf/Serialization.h trunk/csp/cspwf/Signal.cpp trunk/csp/cspwf/Signal.h trunk/csp/cspwf/SignalData.cpp trunk/csp/cspwf/SignalData.h trunk/csp/cspwf/SingleControlContainer.cpp trunk/csp/cspwf/SingleControlContainer.h trunk/csp/cspwf/Size.h trunk/csp/cspwf/Slot.cpp trunk/csp/cspwf/Slot.h trunk/csp/cspwf/StringResourceManager.cpp trunk/csp/cspwf/StringResourceManager.h trunk/csp/cspwf/Style.cpp trunk/csp/cspwf/Style.h trunk/csp/cspwf/StyleBuilder.cpp trunk/csp/cspwf/StyleBuilder.h trunk/csp/cspwf/Tab.cpp trunk/csp/cspwf/Tab.h trunk/csp/cspwf/TableControlContainer.cpp trunk/csp/cspwf/TableControlContainer.h trunk/csp/cspwf/Window.cpp trunk/csp/cspwf/Window.h trunk/csp/cspwf/WindowManager.cpp trunk/csp/cspwf/WindowManager.h trunk/csp/cspwf/cspwf.i This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |