axmol/cocos/ui
zilongshanren d9af70f913 Merge pull request #14600 from enhhh/enh_v3
We should not intercept touch event if scrollview's _direction is NONE
2016-01-21 10:58:20 +08:00
..
UIEditBox Merge pull request #14340 from fnz/easyjni 2016-01-12 11:50:16 +08:00
proj.win32 PageViewIndicator - Add `PageViewIndicator.cpp` to build configuration files. 2015-10-28 16:56:36 +09:00
Android.mk PageViewIndicator - Add `PageViewIndicator.cpp` to build configuration files. 2015-10-28 16:56:36 +09:00
CMakeLists.txt PageViewIndicator - Add `PageViewIndicator.cpp` to build configuration files. 2015-10-28 16:56:36 +09:00
CocosGUI.cpp
CocosGUI.h Editing code as comment. 2015-12-04 10:43:39 +08:00
GUIDefine.h ignore GUIDefine.h 2015-03-25 18:24:35 +08:00
GUIExport.h Combine Studio change for UI components 2015-11-18 13:38:29 +08:00
UIAbstractCheckButton.cpp Replace 'ResouceData' with 'ResourceData' 2015-12-05 18:59:54 +09:00
UIAbstractCheckButton.h Replace 'ResouceData' with 'ResourceData' 2015-12-05 18:59:54 +09:00
UIButton.cpp fix #12249 2015-12-14 11:53:09 +08:00
UIButton.h change uibutton nons9 to simple rendering mode 2015-12-09 14:21:26 +08:00
UICheckBox.cpp Sync PR: https://github.com/cocos2d/cocos2d-x/pull/13303 2015-08-12 18:09:32 +08:00
UICheckBox.h Sync PR: https://github.com/cocos2d/cocos2d-x/pull/13303 2015-08-12 18:09:32 +08:00
UIDeprecated.cpp add MarginZero as an external variable 2014-06-27 15:56:29 +08:00
UIDeprecated.h [ci skip]Update comments 2015-03-24 20:23:51 +08:00
UIHBox.cpp Adds `std::nothrow` to `new` 2014-08-27 16:31:57 -07:00
UIHBox.h [ci skip] Add javascript notes... 2015-03-30 21:38:32 +08:00
UIHelper.cpp Fix when image size of variable button status texture are different, Helper::restrictCapInsetRect result may cause pressed & disabled status picture won't display. 2015-10-14 13:58:58 +08:00
UIHelper.h Fix typos in documentation, comments and strings 2015-12-21 08:22:41 +09:00
UIImageView.cpp fix #12249 2015-12-14 11:53:09 +08:00
UIImageView.h Replace 'ResouceData' with 'ResourceData' 2015-12-05 18:59:54 +09:00
UILayout.cpp Merge branch 'v3.10' of https://github.com/cocos2d/cocos2d-x into v3 2016-01-09 18:01:56 +08:00
UILayout.h Replace 'ResouceData' with 'ResourceData' 2015-12-05 18:59:54 +09:00
UILayoutComponent.cpp Merge pull request #14419 from xiaofeng11/v3_combine_ui 2015-11-25 17:19:54 +08:00
UILayoutComponent.h Fix typos in documentation, comments and strings 2015-12-21 08:22:41 +09:00
UILayoutManager.cpp Mark the old functions as CC_DEPRECATED_ATTRIBUTE 2015-12-19 01:21:56 +09:00
UILayoutManager.h Fix typos in documentation, comments and strings 2015-12-21 08:22:41 +09:00
UILayoutParameter.cpp Adds `std::nothrow` to `new` 2014-08-27 16:31:57 -07:00
UILayoutParameter.h removed CC_PLATFORM_WP8 2015-05-08 09:19:13 -07:00
UIListView.cpp PageView - Fix that page indicator was not working well in vertical page view. 2015-11-15 22:49:42 +09:00
UIListView.h fix some minor typos in the comments 2015-12-21 14:26:50 +08:00
UILoadingBar.cpp refine code with DRY. 2015-12-23 14:43:25 +08:00
UILoadingBar.h refine code with DRY. 2015-12-23 14:43:25 +08:00
UIPageView.cpp fix pageview child size 2015-12-14 15:29:02 +08:00
UIPageView.h Fix typos in documentation, comments and strings 2015-12-21 08:22:41 +09:00
UIPageViewIndicator.cpp PageView - Fix that page indicator was not working well in vertical page view. 2015-11-15 22:49:42 +09:00
UIPageViewIndicator.h PageView - Fix that page indicator was not working well in vertical page view. 2015-11-15 22:49:42 +09:00
UIRadioButton.cpp Add a method to change selected radio button without event dispatch. 2015-08-24 17:39:49 +09:00
UIRadioButton.h Add a method to change selected radio button without event dispatch. 2015-08-24 17:39:49 +09:00
UIRelativeBox.cpp Adds `std::nothrow` to `new` 2014-08-27 16:31:57 -07:00
UIRelativeBox.h Update comment for Lua 2015-03-30 15:47:47 +08:00
UIRichText.cpp adds Invalid test 2016-01-19 21:16:53 -08:00
UIRichText.h Adds xml support in UIRichText 2016-01-19 20:41:31 -08:00
UIScale9Sprite.cpp Fix typos in documentation, comments and strings 2015-12-21 08:22:41 +09:00
UIScale9Sprite.h Fix typos in documentation, comments and strings 2015-12-21 08:22:41 +09:00
UIScrollView.cpp Merge pull request #14600 from enhhh/enh_v3 2016-01-21 10:58:20 +08:00
UIScrollView.h Add a setter for touch total time threshold in ScrollView 2016-01-18 19:25:08 +09:00
UIScrollViewBar.cpp Move `createSpriteFromBase64()` from `UIScrollViewBar.cpp` to `ccUtils.h` in order to use it in other places. 2015-10-28 16:56:35 +09:00
UIScrollViewBar.h Replace tab indents to 4 spaces. 2015-11-10 21:03:51 +09:00
UISlider.cpp rollback uislider 2015-12-22 20:03:56 +08:00
UISlider.h Merge branch 'v3.10' of https://github.com/cocos2d/cocos2d-x into v3 2016-01-09 18:01:56 +08:00
UIText.cpp update for text clone 2015-12-10 13:17:31 +08:00
UIText.h Fix some typos in docs 2016-01-11 19:23:05 +09:00
UITextAtlas.cpp Replace 'ResouceData' with 'ResourceData' 2015-12-05 18:59:54 +09:00
UITextAtlas.h Replace 'ResouceData' with 'ResourceData' 2015-12-05 18:59:54 +09:00
UITextBMFont.cpp remove error logic 2015-12-24 14:39:15 +08:00
UITextBMFont.h remove error logic 2015-12-24 14:39:15 +08:00
UITextField.cpp Fix TextField won't show security text when first time set password enable 2015-12-19 15:44:39 +08:00
UITextField.h Fix minor grammar and typo in documentation 2015-11-04 17:14:00 +09:00
UIVBox.cpp Adds `std::nothrow` to `new` 2014-08-27 16:31:57 -07:00
UIVBox.h [ci skip] Add javascript notes... 2015-03-30 21:38:32 +08:00
UIVideoPlayer-android.cpp updates to JniHelper, refactoring of existing JNI calls 2015-11-27 12:00:33 +03:00
UIVideoPlayer-ios.mm adds tvOS support 2015-12-28 15:59:36 -08:00
UIVideoPlayer.h adds tvOS support 2015-12-28 15:59:36 -08:00
UIWebView-inl.h [ci skip]Update comments 2015-03-24 20:23:51 +08:00
UIWebView.cpp remove UIWebView.cpp in win32 2014-10-16 16:46:49 +08:00
UIWebView.h adds tvOS support 2015-12-28 15:59:36 -08:00
UIWebView.mm adds tvOS support 2015-12-28 15:59:36 -08:00
UIWebViewImpl-android.cpp updates to JniHelper, refactoring of existing JNI calls 2015-11-27 12:00:33 +03:00
UIWebViewImpl-android.h crystax-ndk-10.3.0 needs <stdint.h> to be included here. 2015-12-17 12:08:14 +08:00
UIWebViewImpl-ios.h [ci skip]Update comments 2015-03-24 20:23:51 +08:00
UIWebViewImpl-ios.mm adds tvOS support 2015-12-28 15:59:36 -08:00
UIWidget.cpp fix uiWidget clipping error with Node 2015-12-23 16:05:52 +08:00
UIWidget.h Fix typos in documentation, comments and strings 2015-12-21 08:22:41 +09:00