.. |
UIEditBox
|
Fix typo in UIEditBox
|
2015-10-12 13:57:50 +09:00 |
proj.win32
|
Add UIScrollViewBar.cpp into CMake and Windows project configuration.
|
2015-07-04 09:56:53 +09:00 |
Android.mk
|
refactor EditBox iOS&Android implementation
|
2015-08-31 18:36:27 +08:00 |
CMakeLists.txt
|
add UIEditBox support linux platform.
|
2015-09-18 17:11:58 +08:00 |
CocosGUI.cpp
|
…
|
|
CocosGUI.h
|
Add RadioButton feature and a test case for it.
|
2015-06-30 18:50:13 +09:00 |
GUIDefine.h
|
ignore GUIDefine.h
|
2015-03-25 18:24:35 +08:00 |
GUIExport.h
|
added check for WinRT and WP8
|
2014-10-14 14:22:19 -07:00 |
UIAbstractCheckButton.cpp
|
Merge branch 'v3.7-release' of https://github.com/cocos2d/cocos2d-x into merge-v3.7
|
2015-07-03 10:23:49 +08:00 |
UIAbstractCheckButton.h
|
Add getters for the internal renderer instances
|
2015-08-24 17:39:47 +09:00 |
UIButton.cpp
|
Merge pull request #13789 from neokim/fix-13668
|
2015-09-15 18:28:24 +08:00 |
UIButton.h
|
Rectify typos
|
2015-09-14 15:27:51 +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
|
Re-implement Editbox on Android platform.
|
2015-08-07 17:27:15 +08:00 |
UIImageView.cpp
|
improve imageView memory usage
|
2015-06-05 14:19:05 +08:00 |
UIImageView.h
|
improve imageView memory usage
|
2015-06-05 14:19:05 +08:00 |
UILayout.cpp
|
Merge pull request #14080 from 1scaR1/v3
|
2015-10-10 09:39:09 +08:00 |
UILayout.h
|
Fix typos
|
2015-10-09 17:59:11 +09:00 |
UILayoutComponent.cpp
|
Fix typo in UIEditBox
|
2015-10-12 13:57:50 +09:00 |
UILayoutComponent.h
|
Update comment for Lua
|
2015-03-30 15:47:47 +08:00 |
UILayoutManager.cpp
|
Merge pull request #7900 from minggo/setposition-optimize
|
2014-08-28 14:31:54 +08:00 |
UILayoutManager.h
|
remove unneeded js & lua NA and remove deprecated list from navtree
|
2015-03-27 11:02:04 +08: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
|
Use another dirty flag for list view layout other than 'Layout::_doLayoutDirty' because 'Layout::onEnter()' forces '_doLayoutDirty' to be true always. List view should have a way not to do layout in 'onEnter()'.
|
2015-09-16 16:21:11 +09:00 |
UIListView.h
|
Add a missing parameter in comment for document.
|
2015-09-21 17:07:32 +09:00 |
UILoadingBar.cpp
|
fix crash in LoadingBar
|
2015-09-30 13:04:13 +03:00 |
UILoadingBar.h
|
optimize UILoadingBar memory usage
|
2015-06-05 15:57:39 +08:00 |
UIPageView.cpp
|
Fix improper touch intercept event propagation.
|
2015-08-06 22:50:53 +08:00 |
UIPageView.h
|
add PageView vertical scroll support
|
2015-08-01 18:18:46 +08: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
|
Merge pull request #12972 from yangws/issue_12145
|
2015-07-28 17:13:26 +08:00 |
UIRichText.h
|
Fixed #12145 : formarRenderers in RichText doesn’t update container size.
|
2015-07-23 14:59:24 +08:00 |
UIScale9Sprite.cpp
|
Fix typos
|
2015-10-09 17:59:11 +09:00 |
UIScale9Sprite.h
|
Fix typos
|
2015-10-09 17:59:11 +09:00 |
UIScrollView.cpp
|
Fix an issue that list view's Magnetic::CENTER is not working well around boundaries if it is non-bounceable.
|
2015-09-30 16:55:48 +09:00 |
UIScrollView.h
|
fix ui::Button title location issue
|
2015-09-15 13:37:32 +08:00 |
UIScrollViewBar.cpp
|
Enhance readability
|
2015-08-24 18:46:43 +09:00 |
UIScrollViewBar.h
|
Enhance readability
|
2015-08-24 18:46:43 +09:00 |
UISlider.cpp
|
Fix click slider bar but not drag ball, after slider position changed won't send percentChangedEvent
|
2015-09-23 10:55:01 +08:00 |
UISlider.h
|
Fixed bug: UI component can't click correctly by moving UI and camera far away of origin.
|
2015-06-30 14:32:14 +08:00 |
UIText.cpp
|
don't change Text's dimension when label scale.
|
2015-09-21 17:03:29 +08:00 |
UIText.h
|
Fixed #10082 : Label and Text have different types for fontSize
|
2015-07-28 14:48:01 +08:00 |
UITextAtlas.cpp
|
Additional unnecessary set dirty of ui widgets
|
2014-11-25 20:42:03 +09:00 |
UITextAtlas.h
|
[ci skip] Add javascript notes...
|
2015-03-30 21:38:32 +08:00 |
UITextBMFont.cpp
|
update uiTextBMFont setString
|
2015-01-20 14:20:20 +08:00 |
UITextBMFont.h
|
[ci skip] Add javascript notes...
|
2015-03-30 21:38:32 +08:00 |
UITextField.cpp
|
fix ui::TextField status error.
|
2015-08-12 11:05:07 +08:00 |
UITextField.h
|
Fixed bug: UI component can't click correctly by moving UI and camera far away of origin.
|
2015-06-18 10:23:52 +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 typos
|
2015-10-09 17:59:11 +09:00 |
UIVideoPlayer-ios.mm
|
Fixed: #12097 VideoPlayer on Android ignores search paths
|
2015-05-29 10:17:40 +03:00 |
UIVideoPlayer.h
|
fix tons of warnings
|
2015-07-15 12:04:48 +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
|
Update comment
|
2015-10-21 16:55:45 +03:00 |
UIWebView.mm
|
Moved base/CCPlatform* -> platform/CCPlatform*
|
2014-09-09 17:17:07 -07:00 |
UIWebViewImpl-android.cpp
|
Revert: Fix crash in web view on android
|
2015-10-21 16:54:41 +03:00 |
UIWebViewImpl-android.h
|
[ci skip]Update comments
|
2015-03-24 20:23:51 +08:00 |
UIWebViewImpl-ios.h
|
[ci skip]Update comments
|
2015-03-24 20:23:51 +08:00 |
UIWebViewImpl-ios.mm
|
Fix web view leak on iOS
|
2015-05-08 15:19:14 +03:00 |
UIWidget.cpp
|
Fix bug: in ui::Widget::isClippingParentContainsPoint, _hittedByCamera may be null.
|
2015-09-17 11:20:36 +08:00 |
UIWidget.h
|
Fix typos
|
2015-10-09 17:59:11 +09:00 |