axmol/cocos/ui
andyque 437b30487c issue #5110, refactor UITextBMFont 2014-05-14 16:02:31 +08:00
..
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
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 closed #5118, remove WidgetType and refactor LayoutType to Type 2014-05-12 18:00:54 +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 issue #5110. refactor UILoadingBar, remove unneeded deprecats 2014-05-14 10:48:16 +08:00
UILoadingBar.h issue #5110. refactor UILoadingBar, remove unneeded deprecats 2014-05-14 10:48:16 +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 issue #5110, refactor UIText 2014-05-14 15:26:14 +08:00
UIText.h issue #5110, refactor UIText 2014-05-14 15:26:14 +08:00
UITextAtlas.cpp issue #5110, refactor UITextAtlas 2014-05-14 15:51:50 +08:00
UITextAtlas.h issue #5110, refactor UITextAtlas 2014-05-14 15:51:50 +08:00
UITextBMFont.cpp issue #5110, refactor UITextBMFont 2014-05-14 16:02:31 +08:00
UITextBMFont.h issue #5110, refactor UITextBMFont 2014-05-14 16:02:31 +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 #5110, rename a member variable and delete gui prefix in ui tests 2014-05-14 11:26:04 +08:00
UIVideoPlayerAndroid.cpp issue #5110, fix VideoPlayer android compile error 2014-05-14 14:44:04 +08:00
UIVideoPlayerIOS.mm issue #5110, rename a member variable and delete gui prefix in ui tests 2014-05-14 11:26:04 +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