.. |
UIEditBox
|
Replace CCAssert macros with CCASSERT
|
2016-05-18 01:49:35 +09:00 |
proj.win32
|
Removed unnecessary search paths.
|
2016-03-22 16:04:12 +08:00 |
Android.mk
|
Squashed commit of the following:
|
2016-03-03 14:17:48 +08:00 |
CMakeLists.txt
|
Squashed commit of the following:
|
2016-03-03 14:17:48 +08:00 |
CocosGUI.cpp
|
…
|
|
CocosGUI.h
|
Add tizen support (#15518)
|
2016-04-28 09:49:55 +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
|
Remove unnecessary const from return types
|
2016-02-29 16:48:07 +09:00 |
UIButton.h
|
Remove unnecessary const from return types
|
2016-02-29 16:48:07 +09: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
|
GLProgram for ImageView
|
2016-03-14 17:05:39 +03:00 |
UIImageView.h
|
GLProgram for ImageView
|
2016-03-14 17:05:39 +03:00 |
UILayout.cpp
|
Fixed typo in UILayout using clipping rect x instead of y coordinate.
|
2016-04-15 13:45:21 +01:00 |
UILayout.h
|
Replace 'ResouceData' with 'ResourceData'
|
2015-12-05 18:59:54 +09:00 |
UILayoutComponent.cpp
|
Fixes 1605 include path in 541 files
|
2016-03-20 21:53:44 +08:00 |
UILayoutComponent.h
|
Fix typos in documentation, comments and strings
|
2015-12-21 08:22:41 +09:00 |
UILayoutManager.cpp
|
Fixes 1605 include path in 541 files
|
2016-03-20 21:53:44 +08: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
|
Merge pull request #15410 from 1scaR1/up_v3
|
2016-05-19 16:19:18 +08:00 |
UIPageView.h
|
Merge pull request #15410 from 1scaR1/up_v3
|
2016-05-19 16:19:18 +08:00 |
UIPageViewIndicator.cpp
|
Make PageView indicator more tunable:
|
2016-04-11 12:28:47 +03: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
|
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
|
Add missing references to avoid unnecessary copies
|
2016-05-17 01:15:07 +09:00 |
UIRichText.h
|
Add missing references to avoid unnecessary copies
|
2016-05-17 01:15:07 +09:00 |
UIScale9Sprite.cpp
|
Merge pull request #15722 from ricardoquesada/issue_15154
|
2016-05-25 21:25:31 -03:00 |
UIScale9Sprite.h
|
Scale9Sprite: allow to set custom GLProgram
|
2016-02-11 16:18:41 +03:00 |
UIScrollView.cpp
|
Make PageView page turning event time tweak configurable.
|
2016-04-08 11:06:36 -04:00 |
UIScrollView.h
|
Squashed commit of the following:
|
2016-03-09 19:08:18 +08:00 |
UIScrollViewBar.cpp
|
Fixes 1605 include path in 541 files
|
2016-03-20 21:53:44 +08: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 |
UITabControl.cpp
|
Fix typos in documentation and comments
|
2016-05-05 08:05:20 +09:00 |
UITabControl.h
|
Fix typos in the documentation
|
2016-03-11 00:34:32 +09: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
|
Reduce unnecessary c_str() calls
|
2016-05-04 04:18:25 +09:00 |
UITextField.h
|
improve textfield code
|
2016-04-01 09:31:18 +08: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
|
fix native control onEnter issue
|
2016-05-16 16:14:16 +08:00 |
UIVideoPlayer-ios.mm
|
fix native control onEnter issue
|
2016-05-16 16:14:16 +08:00 |
UIVideoPlayer-tizen.cpp
|
fix tizen related issues
|
2016-05-18 16:26:13 +08:00 |
UIVideoPlayer.h
|
fix jsb 3.11 related issues
|
2016-05-05 10:20:00 +08:00 |
UIWebView-inl.h
|
Adding setBounce to webview (#15623)
|
2016-05-24 18:27:59 +08:00 |
UIWebView.cpp
|
Add tizen support (#15518)
|
2016-04-28 09:49:55 +08:00 |
UIWebView.h
|
Adding setBounce to webview (#15623)
|
2016-05-24 18:27:59 +08:00 |
UIWebView.mm
|
Fixes includes in .m and .mm files.
|
2016-03-21 11:02:00 +08:00 |
UIWebViewImpl-android.cpp
|
Adding setBounce to webview (#15623)
|
2016-05-24 18:27:59 +08:00 |
UIWebViewImpl-android.h
|
Adding setBounce to webview (#15623)
|
2016-05-24 18:27:59 +08:00 |
UIWebViewImpl-ios.h
|
Adding setBounce to webview (#15623)
|
2016-05-24 18:27:59 +08:00 |
UIWebViewImpl-ios.mm
|
Adding setBounce to webview (#15623)
|
2016-05-24 18:27:59 +08:00 |
UIWebViewImpl-tizen.cpp
|
Adding setBounce to webview (#15623)
|
2016-05-24 18:27:59 +08:00 |
UIWebViewImpl-tizen.h
|
Adding setBounce to webview (#15623)
|
2016-05-24 18:27:59 +08:00 |
UIWidget.cpp
|
fix uiWidget clipping error with Node
|
2015-12-23 16:05:52 +08:00 |
UIWidget.h
|
Remove include of cocos2d.h (#15435)
|
2016-04-18 15:09:21 +08:00 |