axmol/cocos/ui
mogemimi 75d2e76095 Fix minor typos in comments and docs (#17294) 2017-02-07 09:41:52 +08:00
..
UIEditBox Compilation fix (#17209) 2017-02-04 09:46:32 +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 Fix typo in variable name (#17218) 2017-01-19 09:40:35 +08:00
UIAbstractCheckButton.h Fix typo in variable name (#17218) 2017-01-19 09:40:35 +08:00
UIButton.cpp Fix typos in local variables (#17236) 2017-01-20 09:58:29 +08:00
UIButton.h Scale9Sprite refactor (#16891) 2016-11-24 09:59:00 +08:00
UICheckBox.cpp Fix typo in variable name (#17218) 2017-01-19 09:40:35 +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 [win32] Fixes crash of getSubStringOfUTF8String. (#16991) 2016-12-13 11:58:28 +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 Fix minor typos in naming (#17280) 2017-02-06 15:13:20 +08:00
UILayout.h Fix minor typos in naming (#17280) 2017-02-06 15:13:20 +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 fix child removing from ListView (#17177) 2017-01-13 14:38:28 +08:00
UIListView.h Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
UILoadingBar.cpp Scale9Sprite / Slider / LoadingBar fixes (#16949) 2016-12-03 07:35:22 -08:00
UILoadingBar.h Scale9Sprite / Slider / LoadingBar fixes (#16949) 2016-12-03 07:35:22 -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 Fix typo in variable name (#17218) 2017-01-19 09:40:35 +08: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 Use range-based for loops to avoid shadowing (#17281) 2017-02-06 15:14:18 +08:00
UIRichText.h Fix minor typos in function parameters (#17157) 2017-01-11 05:34:57 -08:00
UIScale9Sprite.cpp Fix typo in Sprite (strech -> stretch) (#17241) 2017-01-23 09:25:56 +08:00
UIScale9Sprite.h Fix minor typos in comments and docs (#17294) 2017-02-07 09:41:52 +08:00
UIScrollView.cpp make ListView::setGlobalZOrder() work (#17098) 2017-01-04 11:06:44 +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 Scale9Sprite / Slider / LoadingBar fixes (#16949) 2016-12-03 07:35:22 -08:00
UISlider.h Scale9Sprite / Slider / LoadingBar fixes (#16949) 2016-12-03 07:35:22 -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 getLetter function for Text (#17178) 2017-01-13 18:06:01 +08:00
UIText.h getLetter function for Text (#17178) 2017-01-13 18:06:01 +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 Compilation fix (#17209) 2017-02-04 09:46:32 +08:00
UIVideoPlayer-ios.mm Compilation fix (#17209) 2017-02-04 09:46:32 +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 make webview can clean cached data (#17130) 2017-01-10 11:30:11 +08:00
UIWebView.cpp Add tizen support (#15518) 2016-04-28 09:49:55 +08:00
UIWebView.h make webview can clean cached data (#17130) 2017-01-10 11:30:11 +08:00
UIWebView.mm Fixes includes in .m and .mm files. 2016-03-21 11:02:00 +08:00
UIWebViewImpl-android.cpp make webview can clean cached data (#17130) 2017-01-10 11:30:11 +08:00
UIWebViewImpl-android.h make webview can clean cached data (#17130) 2017-01-10 11:30:11 +08:00
UIWebViewImpl-ios.h Compilation fix (#17209) 2017-02-04 09:46:32 +08:00
UIWebViewImpl-ios.mm make webview can clean cached data (#17130) 2017-01-10 11:30:11 +08:00
UIWebViewImpl-tizen.cpp Solve the compile error when building platform tizen. (#17216) 2017-01-19 09:43:23 +08:00
UIWebViewImpl-tizen.h Solve the compile error when building platform tizen. (#17216) 2017-01-19 09:43:23 +08:00
UIWidget.cpp Fix misspelling of setFirstFocusedWidget function (#17219) 2017-01-19 09:41:12 +08:00
UIWidget.h Correct spelling of function name `getAncestorWidget` (#17158) 2017-01-11 05:36:13 -08:00