.. |
proj.win32
|
issue #5057, fix windows compile error
|
2014-05-12 14:11:44 +08:00 |
proj.wp8
|
updated project files to latest version of cocos2d
|
2014-05-12 09:27:52 -07:00 |
Android.mk
|
issue #5057, fix andriod and linux compile
|
2014-05-12 11:55:00 +08:00 |
CCLayoutExecutant.cpp
|
issue #5183, add CCLayoutExecutant file
|
2014-05-14 18:03:44 +08:00 |
CCLayoutExecutant.h
|
issue #5183, add CCLayoutExecutant file
|
2014-05-14 18:03:44 +08:00 |
CCProtectedNode.cpp
|
rolling back physics in layer
|
2014-05-01 16:42:35 -07:00 |
CCProtectedNode.h
|
Squashed commit of the following:
|
2014-04-26 10:11:22 -07:00 |
CMakeLists.txt
|
issue #5057, fix andriod and linux compile
|
2014-05-12 11:55:00 +08:00 |
CocosGUI.cpp
|
let ios project compile correct
|
2014-03-11 18:48:26 +08:00 |
CocosGUI.h
|
issue #5057, Merge branch 'v3' into refactor5057
|
2014-05-09 15:39:02 +08:00 |
GUIDefine.h
|
closed #5118, remove WidgetType and refactor LayoutType to Type
|
2014-05-12 18:00:54 +08:00 |
UIButton.cpp
|
issue #5057, refactor BrightStyle to strong typed enum
|
2014-05-09 15:23:34 +08:00 |
UIButton.h
|
issue #5057, refactor TextureResType to strong typed enum
|
2014-05-09 14:56:05 +08:00 |
UICheckBox.cpp
|
issue #5057, refactor UICheckBox event callback
|
2014-05-09 16:04:55 +08:00 |
UICheckBox.h
|
issue #5057, refactor & remove deprecated warnings
|
2014-05-09 18:37:22 +08:00 |
UIDeprecated.h
|
closed #5118, remove WidgetType and refactor LayoutType to Type
|
2014-05-12 18:00:54 +08:00 |
UIHBox.cpp
|
closed #5118, remove WidgetType and refactor LayoutType to Type
|
2014-05-12 18:00:54 +08:00 |
UIHBox.h
|
Modify layout and add Boxes
|
2014-03-25 17:15:54 +08:00 |
UIHelper.cpp
|
issue #5057, convert const char* to std::string&
|
2014-05-12 14:59:00 +08:00 |
UIHelper.h
|
issue #5057, convert const char* to std::string&
|
2014-05-12 14:59:00 +08:00 |
UIImageView.cpp
|
issue #5057, refactor TextureResType to strong typed enum
|
2014-05-09 14:56:05 +08:00 |
UIImageView.h
|
issue #5057, refactor TextureResType to strong typed enum
|
2014-05-09 14:56:05 +08:00 |
UILayout.cpp
|
issue #5183, add CCLayoutExecutant file
|
2014-05-14 18:03:44 +08:00 |
UILayout.h
|
closed #5118, remove WidgetType and refactor LayoutType to Type
|
2014-05-12 18:00:54 +08:00 |
UILayoutParameter.cpp
|
issue #5057, convert const char* to std::string&
|
2014-05-12 14:59:00 +08:00 |
UILayoutParameter.h
|
Merge pull request #6685 from andyque/refactor5118
|
2014-05-13 11:35:36 +08:00 |
UIListView.cpp
|
closed #5118, remove WidgetType and refactor LayoutType to Type
|
2014-05-12 18:00:54 +08:00 |
UIListView.h
|
issue #5057, convert const char* to std::string&
|
2014-05-12 14:59:00 +08:00 |
UILoadingBar.cpp
|
closed #5121, add const to getPercent method
|
2014-05-13 12:06:28 +08:00 |
UILoadingBar.h
|
closed #5121, add const to getPercent method
|
2014-05-13 12:06:28 +08:00 |
UIPageView.cpp
|
closed #5118, remove WidgetType and refactor LayoutType to Type
|
2014-05-12 18:00:54 +08:00 |
UIPageView.h
|
closed #5118, remove WidgetType and refactor LayoutType to Type
|
2014-05-12 18:00:54 +08:00 |
UIRelativeBox.cpp
|
closed #5118, remove WidgetType and refactor LayoutType to Type
|
2014-05-12 18:00:54 +08:00 |
UIRelativeBox.h
|
Modify layout and add Boxes
|
2014-03-25 17:15:54 +08:00 |
UIRichText.cpp
|
issue #5057, convert const char* to std::string&
|
2014-05-12 14:59:00 +08:00 |
UIRichText.h
|
issue #5057, convert const char* to std::string&
|
2014-05-12 14:59:00 +08:00 |
UIScrollInterface.h
|
replace Point with Vector2
|
2014-04-15 18:08:29 +08:00 |
UIScrollView.cpp
|
closed #5118, remove WidgetType and refactor LayoutType to Type
|
2014-05-12 18:00:54 +08:00 |
UIScrollView.h
|
closed #5118, remove WidgetType and refactor LayoutType to Type
|
2014-05-12 18:00:54 +08:00 |
UISlider.cpp
|
issue #5047, refactor UISlider
|
2014-05-12 11:17:06 +08:00 |
UISlider.h
|
issue #5047, refactor UISlider
|
2014-05-12 11:17:06 +08:00 |
UIText.cpp
|
closed #4900, add TTF font to UIText
|
2014-05-13 17:45:15 +08:00 |
UIText.h
|
issue #4900, refactor
|
2014-05-14 09:55:55 +08:00 |
UITextAtlas.cpp
|
Widget supports contentsize
|
2014-04-17 14:08:25 +08:00 |
UITextAtlas.h
|
Widget supports contentsize
|
2014-04-17 14:08:25 +08:00 |
UITextBMFont.cpp
|
Widget supports contentsize
|
2014-04-17 14:08:25 +08:00 |
UITextBMFont.h
|
Merge branch 'develop' into develop_migrate_math_lib_merge
|
2014-04-19 00:30:34 +08:00 |
UITextField.cpp
|
issue #5057, convert const char* to std::string&
|
2014-05-12 14:59:00 +08:00 |
UITextField.h
|
issue #5057, convert const char* to std::string&
|
2014-05-12 14:59:00 +08:00 |
UIVBox.cpp
|
closed #5118, remove WidgetType and refactor LayoutType to Type
|
2014-05-12 18:00:54 +08:00 |
UIVBox.h
|
Modify layout and add Boxes
|
2014-03-25 17:15:54 +08:00 |
UIVideoPlayer.h
|
issue #5057, fix android compile error
|
2014-05-12 13:54:30 +08:00 |
UIVideoPlayerAndroid.cpp
|
issue #5057, fix android compile error
|
2014-05-12 13:54:30 +08:00 |
UIVideoPlayerIOS.mm
|
issue #5057, fix android compile error
|
2014-05-12 13:54:30 +08:00 |
UIWidget.cpp
|
closed #5118, remove WidgetType and refactor LayoutType to Type
|
2014-05-12 18:00:54 +08:00 |
UIWidget.h
|
Merge pull request #6685 from andyque/refactor5118
|
2014-05-13 11:35:36 +08:00 |