..
UIEditBox
No CC_UNUSED_PARAM ( #16812 )
2016-11-16 09:48:37 +08:00
proj.win32
Removed unnecessary search paths.
2016-03-22 16:04:12 +08:00
Android.mk
fix compiling and linking error with ndk r12b
2016-07-08 15:29:35 +08:00
CMakeLists.txt
Squashed commit of the following:
2016-03-03 14:17:48 +08:00
CocosGUI.cpp
Update copyright to 2016. ( #16311 )
2016-08-05 09:42:15 +08:00
CocosGUI.h
Update copyright to 2016. ( #16311 )
2016-08-05 09:42:15 +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
Refactoring ui related code and fix label atlas and BMFont rendering issue with ETC1 texture format ( #16615 )
2016-09-30 09:42:21 +08:00
UIAbstractCheckButton.h
Update copyright to 2016. ( #16311 )
2016-08-05 09:42:15 +08:00
UIButton.cpp
Scale9Sprite refactor ( #16891 )
2016-11-24 09:59:00 +08:00
UIButton.h
Scale9Sprite refactor ( #16891 )
2016-11-24 09:59:00 +08:00
UICheckBox.cpp
Update copyright to 2016. ( #16311 )
2016-08-05 09:42:15 +08:00
UICheckBox.h
Update copyright to 2016. ( #16311 )
2016-08-05 09:42:15 +08:00
UIDeprecated.cpp
Update copyright to 2016. ( #16311 )
2016-08-05 09:42:15 +08:00
UIDeprecated.h
Update copyright to 2016. ( #16311 )
2016-08-05 09:42:15 +08:00
UIHBox.cpp
Update copyright to 2016. ( #16311 )
2016-08-05 09:42:15 +08:00
UIHBox.h
Update copyright to 2016. ( #16311 )
2016-08-05 09:42:15 +08:00
UIHelper.cpp
Update copyright to 2016. ( #16311 )
2016-08-05 09:42:15 +08:00
UIHelper.h
Update copyright to 2016. ( #16311 )
2016-08-05 09:42:15 +08:00
UIImageView.cpp
Update copyright to 2016. ( #16311 )
2016-08-05 09:42:15 +08:00
UIImageView.h
Update copyright to 2016. ( #16311 )
2016-08-05 09:42:15 +08:00
UILayout.cpp
No CC_UNUSED_PARAM ( #16812 )
2016-11-16 09:48:37 +08:00
UILayout.h
Update copyright to 2016. ( #16311 )
2016-08-05 09:42:15 +08:00
UILayoutComponent.cpp
Update copyright to 2016. ( #16311 )
2016-08-05 09:42:15 +08:00
UILayoutComponent.h
misspelling check on cocos directory ( #16522 )
2016-09-06 10:14:14 +08:00
UILayoutManager.cpp
Update copyright to 2016. ( #16311 )
2016-08-05 09:42:15 +08:00
UILayoutManager.h
Update copyright to 2016. ( #16311 )
2016-08-05 09:42:15 +08:00
UILayoutParameter.cpp
Update copyright to 2016. ( #16311 )
2016-08-05 09:42:15 +08:00
UILayoutParameter.h
Remove extra semicolon after member function definition ( #16595 )
2016-09-20 14:43:48 +08:00
UIListView.cpp
Update copyright to 2016. ( #16311 )
2016-08-05 09:42:15 +08:00
UIListView.h
Update copyright to 2016. ( #16311 )
2016-08-05 09:42:15 +08:00
UILoadingBar.cpp
Update copyright to 2016. ( #16311 )
2016-08-05 09:42:15 +08:00
UILoadingBar.h
Update copyright to 2016. ( #16311 )
2016-08-05 09:42:15 +08:00
UIPageView.cpp
No CC_UNUSED_PARAM ( #16812 )
2016-11-16 09:48:37 +08:00
UIPageView.h
misspelling check on cocos directory ( #16522 )
2016-09-06 10:14:14 +08:00
UIPageViewIndicator.cpp
Performance tweak: Use range-based for-loops and allocate std::vector size() and *end() on the stack where favorable. ( #16716 )
2016-10-27 15:10:24 +08:00
UIPageViewIndicator.h
Make PageView indicator more tunable:
2016-04-11 12:28:47 +03: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
Update copyright to 2016. ( #16311 )
2016-08-05 09:42:15 +08:00
UIRelativeBox.h
Update copyright to 2016. ( #16311 )
2016-08-05 09:42:15 +08:00
UIRichText.cpp
No CC_UNUSED_PARAM ( #16812 )
2016-11-16 09:48:37 +08:00
UIRichText.h
Fix typos in documentation comments
2016-07-16 04:18:40 +09:00
UIScale9Sprite.cpp
fix: Scale9Sprite test case 18 ( #16897 )
2016-11-24 01:06:56 -08:00
UIScale9Sprite.h
Scale9Sprite refactor ( #16891 )
2016-11-24 09:59:00 +08:00
UIScrollView.cpp
No CC_UNUSED_PARAM ( #16812 )
2016-11-16 09:48:37 +08:00
UIScrollView.h
Update copyright to 2016. ( #16311 )
2016-08-05 09:42:15 +08:00
UIScrollViewBar.cpp
Use std::abs to avoid overhead of casting float to double
2016-07-13 00:55:11 +09:00
UIScrollViewBar.h
Replace tab indents to 4 spaces.
2015-11-10 21:03:51 +09:00
UISlider.cpp
No CC_UNUSED_PARAM ( #16812 )
2016-11-16 09:48:37 +08:00
UISlider.h
getSlidBallRenderer methods to allow more customization of UISlider ( #16532 )
2016-09-09 10:01:14 +08:00
UITabControl.cpp
Remove unnecessary const return qualifiers ( #16671 )
2016-10-11 09:33:05 +08:00
UITabControl.h
Remove unnecessary const return qualifiers ( #16671 )
2016-10-11 09:33:05 +08:00
UIText.cpp
Update copyright to 2016. ( #16311 )
2016-08-05 09:42:15 +08:00
UIText.h
Update copyright to 2016. ( #16311 )
2016-08-05 09:42:15 +08:00
UITextAtlas.cpp
Update copyright to 2016. ( #16311 )
2016-08-05 09:42:15 +08:00
UITextAtlas.h
Update copyright to 2016. ( #16311 )
2016-08-05 09:42:15 +08:00
UITextBMFont.cpp
Update copyright to 2016. ( #16311 )
2016-08-05 09:42:15 +08:00
UITextBMFont.h
Update copyright to 2016. ( #16311 )
2016-08-05 09:42:15 +08:00
UITextField.cpp
No CC_UNUSED_PARAM ( #16812 )
2016-11-16 09:48:37 +08:00
UITextField.h
Update copyright to 2016. ( #16311 )
2016-08-05 09:42:15 +08:00
UIVBox.cpp
Update copyright to 2016. ( #16311 )
2016-08-05 09:42:15 +08:00
UIVBox.h
Update copyright to 2016. ( #16311 )
2016-08-05 09:42:15 +08:00
UIVideoPlayer-android.cpp
Fix various typos
2016-07-06 08:27:39 +09:00
UIVideoPlayer-ios.mm
fix native control onEnter issue
2016-05-16 16:14:16 +08:00
UIVideoPlayer-tizen.cpp
Fix typos in log messages
2016-07-25 02:53:22 +09:00
UIVideoPlayer.h
Update copyright to 2016. ( #16311 )
2016-08-05 09:42:15 +08:00
UIWebView-inl.h
Update copyright to 2016. ( #16311 )
2016-08-05 09:42:15 +08:00
UIWebView.cpp
Add tizen support ( #15518 )
2016-04-28 09:49:55 +08:00
UIWebView.h
Update copyright to 2016. ( #16311 )
2016-08-05 09:42:15 +08:00
UIWebView.mm
Fixes includes in .m and .mm files.
2016-03-21 11:02:00 +08:00
UIWebViewImpl-android.cpp
fixed base URL for webview on android doesn't work ( #16279 )
2016-08-02 16:49:24 +08:00
UIWebViewImpl-android.h
Update copyright to 2016. ( #16311 )
2016-08-05 09:42:15 +08:00
UIWebViewImpl-ios.h
Update copyright to 2016. ( #16311 )
2016-08-05 09:42:15 +08:00
UIWebViewImpl-ios.mm
Fix typos in variable names
2016-07-26 04:06:01 +09:00
UIWebViewImpl-tizen.cpp
Adding setBounce to webview ( #15623 )
2016-05-24 18:27:59 +08:00
UIWebViewImpl-tizen.h
Remove redundant semicolons ( #16558 )
2016-09-12 09:45:34 +08:00
UIWidget.cpp
No CC_UNUSED_PARAM ( #16812 )
2016-11-16 09:48:37 +08:00
UIWidget.h
No CC_UNUSED_PARAM ( #16812 )
2016-11-16 09:48:37 +08:00