axmol/cocos/ui
minggo b2e705acd8 Merge pull request #7567 from andyque/fixWidgetCallbackDeleteSelf
fix remove self in Widget touch callback issue
2014-07-28 14:04:20 +08:00
..
proj.win32 windows works now 2014-07-24 12:57:39 +08:00
proj.wp8 fix platform compile error 2014-06-27 16:11:35 +08:00
Android.mk fix compiling warnings 2014-07-03 11:43:56 +08:00
CCProtectedNode.cpp Add new line at the end of a file to *.cpp 2014-06-19 20:45:24 +09:00
CCProtectedNode.h 1. CocosStudio adapt to cocos2d-x v3.2. 2014-07-21 17:45:56 +08:00
CMakeLists.txt fix platform compile error 2014-06-27 16:11:35 +08:00
CocosGUI.cpp let ios project compile correct 2014-03-11 18:48:26 +08:00
CocosGUI.h 1. add export to function CocosGUIVersion() 2014-07-22 10:02:00 +08:00
GUIDefine.h refact ui header file include 2014-06-04 14:56:33 +08:00
GUIExport.h 1. CocosStudio adapt to cocos2d-x v3.2. 2014-07-21 17:45:56 +08:00
UIButton.cpp fix opacity issue when replace Widget textures 2014-07-08 11:30:27 +08:00
UIButton.h 1. CocosStudio adapt to cocos2d-x v3.2. 2014-07-21 17:45:56 +08:00
UICheckBox.cpp fix opacity issue when replace Widget textures 2014-07-08 11:30:27 +08:00
UICheckBox.h 1. CocosStudio adapt to cocos2d-x v3.2. 2014-07-21 17:45:56 +08:00
UIDeprecated.cpp add MarginZero as an external variable 2014-06-27 15:56:29 +08:00
UIDeprecated.h add MarginZero as an external variable 2014-06-27 15:56:29 +08:00
UIHBox.cpp refactor setSize to setContentSize and deprecated the old interface 2014-06-20 14:03:33 +08:00
UIHBox.h 1. CocosStudio adapt to cocos2d-x v3.2. 2014-07-21 17:45:56 +08:00
UIHelper.cpp fixed ui header file include problem 2014-05-22 10:49:28 +08:00
UIHelper.h 1. CocosStudio adapt to cocos2d-x v3.2. 2014-07-21 17:45:56 +08:00
UIImageView.cpp fix opacity issue when replace Widget textures 2014-07-08 11:30:27 +08:00
UIImageView.h 1. CocosStudio adapt to cocos2d-x v3.2. 2014-07-21 17:45:56 +08:00
UILayout.cpp 1. CocosStudio adapt to cocos2d-x v3.2. 2014-07-21 17:45:56 +08:00
UILayout.h 1. CocosStudio adapt to cocos2d-x v3.2. 2014-07-21 17:45:56 +08:00
UILayoutManager.cpp issue #5161, deprecated getSize 2014-06-20 11:18:53 +08:00
UILayoutManager.h 1. CocosStudio adapt to cocos2d-x v3.2. 2014-07-21 17:45:56 +08:00
UILayoutParameter.cpp fix margin zero 2014-06-27 15:39:10 +08:00
UILayoutParameter.h fix warn 2014-07-25 14:38:02 +08:00
UIListView.cpp fix margin zero 2014-06-27 15:39:10 +08:00
UIListView.h 1. CocosStudio adapt to cocos2d-x v3.2. 2014-07-21 17:45:56 +08:00
UILoadingBar.cpp fix opacity issue when replace Widget textures 2014-07-08 11:30:27 +08:00
UILoadingBar.h 1. CocosStudio adapt to cocos2d-x v3.2. 2014-07-21 17:45:56 +08:00
UIPageView.cpp remove unused functions 2014-07-16 16:28:01 +08:00
UIPageView.h 1. CocosStudio adapt to cocos2d-x v3.2. 2014-07-21 17:45:56 +08:00
UIRelativeBox.cpp refactor setSize to setContentSize and deprecated the old interface 2014-06-20 14:03:33 +08:00
UIRelativeBox.h 1. CocosStudio adapt to cocos2d-x v3.2. 2014-07-21 17:45:56 +08:00
UIRichText.cpp fix RichText visit issue 2014-07-24 11:51:47 +08:00
UIRichText.h fix RichText visit issue 2014-07-24 11:51:47 +08:00
UIScrollView.cpp fix scroll 2014-07-02 11:48:28 +08:00
UIScrollView.h 1. CocosStudio adapt to cocos2d-x v3.2. 2014-07-21 17:45:56 +08:00
UISlider.cpp fix opacity issue when replace Widget textures 2014-07-08 11:30:27 +08:00
UISlider.h 1. CocosStudio adapt to cocos2d-x v3.2. 2014-07-21 17:45:56 +08:00
UIText.cpp fix Text line wrap issue 2014-07-15 11:46:53 +08:00
UIText.h 1. CocosStudio adapt to cocos2d-x v3.2. 2014-07-21 17:45:56 +08:00
UITextAtlas.cpp issue #5161, replace all _size to _contentSize 2014-06-20 10:40:16 +08:00
UITextAtlas.h 1. CocosStudio adapt to cocos2d-x v3.2. 2014-07-21 17:45:56 +08:00
UITextBMFont.cpp fix opacity issue when replace Widget textures 2014-07-08 11:30:27 +08:00
UITextBMFont.h 1. CocosStudio adapt to cocos2d-x v3.2. 2014-07-21 17:45:56 +08:00
UITextField.cpp fixed text line wrap issue in UITextField. 2014-07-17 16:23:38 +08:00
UITextField.h 1. CocosStudio adapt to cocos2d-x v3.2. 2014-07-21 17:45:56 +08:00
UIVBox.cpp refactor setSize to setContentSize and deprecated the old interface 2014-06-20 14:03:33 +08:00
UIVBox.h 1. CocosStudio adapt to cocos2d-x v3.2. 2014-07-21 17:45:56 +08:00
UIVideoPlayer.h Fixed VideoPlayer can't quitting the full screen mode by press the back key. 2014-07-17 21:10:26 +08:00
UIVideoPlayerAndroid.cpp fixed magic number. 2014-07-17 21:19:09 +08:00
UIVideoPlayerIOS.mm Merge pull request #7052 from gin0606/videoPlayerScaleIssue 2014-07-28 10:43:13 +08:00
UIWidget.cpp Merge pull request #7567 from andyque/fixWidgetCallbackDeleteSelf 2014-07-28 14:04:20 +08:00
UIWidget.h 1. CocosStudio adapt to cocos2d-x v3.2. 2014-07-21 17:45:56 +08:00