axmol/cocos/ui
minggo 08453b911d Merge pull request #7071 from pandamicro/Script_onEnter_fix
Fixed #5563: Wrap override onEnter function by script call detection code to solve bugs in JSB
2014-06-18 13:37:57 +08:00
..
proj.win32 remove UIInterface.h header file 2014-06-09 10:35:54 +08:00
proj.wp8 remove UIInterface.h header file 2014-06-09 10:35:54 +08:00
Android.mk rename UILayout 2014-05-28 10:17:34 +08:00
CCProtectedNode.cpp Fixed #5563: Make sendNodeEventToXXX as static functions of ScriptEngineManager in CCScriptSupport 2014-06-18 11:51:52 +08:00
CCProtectedNode.h Adds setNormalizedPosition() 2014-05-30 16:42:05 -07:00
CMakeLists.txt rename UILayout 2014-05-28 10:17:34 +08:00
CocosGUI.cpp let ios project compile correct 2014-03-11 18:48:26 +08:00
CocosGUI.h issue #5176, refactor UIFocusManager 2014-05-26 18:17:47 +08:00
GUIDefine.h refact ui header file include 2014-06-04 14:56:33 +08:00
UIButton.cpp fix compiling error 2014-06-18 11:11:08 +08:00
UIButton.h fix move this enum class to private part and change `Type` to `FontType`. 2014-06-17 16:34:54 +09:00
UICheckBox.cpp refactor UICheckBox setColor & setOpacity 2014-06-06 16:01:55 +08:00
UICheckBox.h refactor UICheckBox setColor & setOpacity 2014-06-06 16:01:55 +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 fixed ui header file include problem 2014-05-22 10:49:28 +08:00
UIHelper.h fixed ui header file include problem 2014-05-22 10:49:28 +08:00
UIImageView.cpp refactor ImageView setColor & setOpacity 2014-06-06 16:02:44 +08:00
UIImageView.h refactor ImageView setColor & setOpacity 2014-06-06 16:02:44 +08:00
UILayout.cpp Fixed #5563: Make sendNodeEventToXXX as static functions of ScriptEngineManager in CCScriptSupport 2014-06-18 11:51:52 +08:00
UILayout.h fixed WP8 project:compile error,missing files,wrong file path. 2014-06-06 15:41:17 +08:00
UILayoutManager.cpp rename UILayout 2014-05-28 10:17:34 +08:00
UILayoutManager.h rename UILayout 2014-05-28 10:17:34 +08:00
UILayoutParameter.cpp issue #5057, convert const char* to std::string& 2014-05-12 14:59:00 +08:00
UILayoutParameter.h refactor UILayoutExecutant to LayoutManager 2014-05-28 10:11:49 +08:00
UIListView.cpp refactor touch event 2014-06-09 10:23:11 +08:00
UIListView.h refactor touch event 2014-06-09 10:23:11 +08:00
UILoadingBar.cpp refactor LoadingBar setColor & setOpacity 2014-06-06 16:03:59 +08:00
UILoadingBar.h refactor LoadingBar setColor & setOpacity 2014-06-06 16:03:59 +08:00
UIPageView.cpp Fixed #5563: Make sendNodeEventToXXX as static functions of ScriptEngineManager in CCScriptSupport 2014-06-18 11:51:52 +08:00
UIPageView.h refactor touch event 2014-06-09 10:23:11 +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 Merge remote-tracking branch 'cocos2d/v3' into normalized_position 2014-06-04 09:19:22 -07:00
UIRichText.h Adds setNormalizedPosition() 2014-05-30 16:42:05 -07:00
UIScrollView.cpp Merge pull request #7071 from pandamicro/Script_onEnter_fix 2014-06-18 13:37:57 +08:00
UIScrollView.h issue #4693: add getName(), setName() and getChildByName() 2014-06-11 16:57:43 +08:00
UISlider.cpp refactor touch event 2014-06-09 10:23:11 +08:00
UISlider.h refactor Slider setColor & setOpacity 2014-06-06 16:07:47 +08:00
UIText.cpp Merge branch 'feature/COC-5' of https://github.com/zhouxiaoxiaoxujian/cocos2d-x into ImproveUIText 2014-06-09 14:17:57 +08:00
UIText.h modify outline size parameter 2014-06-09 14:37:56 +08:00
UITextAtlas.cpp refactor TextAtlas setColor & setOpacity 2014-06-06 16:09:13 +08:00
UITextAtlas.h refactor TextAtlas setColor & setOpacity 2014-06-06 16:09:13 +08:00
UITextBMFont.cpp refactor TextBMFont setColor & setOpacity 2014-06-06 16:09:59 +08:00
UITextBMFont.h refactor TextBMFont setColor & setOpacity 2014-06-06 16:09:59 +08:00
UITextField.cpp Fixed #5563: Make sendNodeEventToXXX as static functions of ScriptEngineManager in CCScriptSupport 2014-06-18 11:51:52 +08:00
UITextField.h Merge branch 'improvement/COC-3' of https://github.com/zhouxiaoxiaoxujian/cocos2d-x into improveUITextField 2014-06-09 14:46:04 +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 Compiles on iOS 2014-06-02 16:02:54 -07:00
UIVideoPlayerAndroid.cpp Compiles on Windows and Android 2014-06-04 09:48:35 -07:00
UIVideoPlayerIOS.mm Merge remote-tracking branch 'cocos2d/v3' into normalized_position 2014-06-04 09:19:22 -07:00
UIWidget.cpp issue #4693: add getName(), setName() and getChildByName() 2014-06-11 16:57:43 +08:00
UIWidget.h issue #4693: add getName(), setName() and getChildByName() 2014-06-11 16:57:43 +08:00