Huabing.Xu
|
3b83d52f95
|
Merge branch 'develop' into develop_migrate_math_lib_merge
Conflicts:
cocos/ui/UIButton.cpp
cocos/ui/UIButton.h
cocos/ui/UICheckBox.cpp
cocos/ui/UICheckBox.h
cocos/ui/UIImageView.cpp
cocos/ui/UIImageView.h
cocos/ui/UILayout.cpp
cocos/ui/UILayout.h
cocos/ui/UILoadingBar.cpp
cocos/ui/UIRichText.h
cocos/ui/UISlider.cpp
cocos/ui/UIText.cpp
cocos/ui/UIText.h
cocos/ui/UITextAtlas.cpp
cocos/ui/UITextAtlas.h
cocos/ui/UITextBMFont.cpp
cocos/ui/UITextBMFont.h
cocos/ui/UITextField.cpp
cocos/ui/UITextField.h
cocos/ui/UIWidget.cpp
tests/cpp-tests/Classes/ExtensionsTest/CocoStudioGUITest/UIButtonTest/UIButtonTest.cpp
tests/cpp-tests/Classes/ExtensionsTest/CocoStudioGUITest/UIImageViewTest/UIImageViewTest.cpp
tests/cpp-tests/Classes/ExtensionsTest/CocoStudioGUITest/UILayoutTest/UILayoutTest.cpp
tests/cpp-tests/Classes/ExtensionsTest/CocoStudioGUITest/UIScrollViewTest/UIScrollViewTest.cpp
|
2014-04-19 00:30:34 +08:00 |
samuele3hu
|
4c9fb311da
|
Remove hard codes
|
2014-04-16 16:04:33 +08:00 |
samuele3hu
|
edc4dde15f
|
fix the bug that `EditBox` can’t response that ‘changed’,`ended` and ‘return’ event for lua
|
2014-04-16 15:31:44 +08:00 |
Huabing.Xu
|
7f61639541
|
replace Point with Vector2 in tests, extension folder
|
2014-04-15 18:23:40 +08:00 |
James Chen
|
efb443dea0
|
Merge pull request #6200 from dumganhar/iss4729-deprecated-folder
issue #4729: Move deprecated stuff to deprecated folder
|
2014-04-10 11:17:21 +08:00 |
Dhilan007
|
390685ae93
|
Label:Change setter of system font name.
|
2014-04-10 10:23:00 +08:00 |
James Chen
|
5615717617
|
issue #4729: NULL -> nullptr in constructor or setXXX(NULL)
|
2014-04-10 00:36:43 +08:00 |
Dhilan007
|
05b8123803
|
Label:Makes the create functions of Label just do one thing.
|
2014-04-09 23:31:05 +08:00 |
Dhilan007
|
67652357e1
|
1.Makes the create functions of Label clear.
|
2014-04-09 21:35:08 +08:00 |
Dhilan007
|
cea307bfb8
|
EditBox:fixed nothing to display when input flag is PASSWORD on Android.
|
2014-03-13 22:16:38 +08:00 |
koowolf
|
0aaa1dc0db
|
closed #4291:open CCEditBox as modal dialog
|
2014-03-06 22:17:20 +08:00 |
minggo
|
bcb171e3c9
|
fix line end in windows
|
2013-09-20 22:23:13 +08:00 |
James Chen
|
387ae822b1
|
issue #2430: Compilation error fix for CCEditBox/CCEditBoxImplWin.cpp
|
2013-07-26 22:57:15 +08:00 |
James Chen
|
2bfccb4a43
|
A typo fix: EditBox::EditBox::KeyboardReturnType --> EditBox::KeyboardReturnType
|
2013-07-26 21:36:32 +08:00 |
minggo
|
3cb40b36e4
|
issue #2430:fix some errors
|
2013-07-26 18:07:40 +08:00 |
minggo
|
a7c1904eb8
|
issue #2430:move EditBox enum into class
|
2013-07-26 17:45:01 +08:00 |
James Chen
|
1db847ad7c
|
issue #2344: ScriptEngineManager::sharedManager --> ScriptEngineManager::getInstance, ScriptEngineManager::purgeSharedManager --> ScriptEngineManager::destroyInstance
|
2013-07-22 17:24:54 +08:00 |
minggo
|
6abe6fce78
|
closed #2393: fix conflicts
|
2013-07-12 18:04:32 +08:00 |
minggo
|
87125e4b2a
|
issue #2129:use capital words for static const member variables
|
2013-07-08 18:11:32 +08:00 |
minggo
|
04465622b7
|
issue #2129:remove prefix of types in ccTypes.h
|
2013-07-05 16:49:22 +08:00 |
samuele3hu
|
570f2663f4
|
issue #2244:Modify ScriptData struct and functions related with sendEvent
|
2013-07-04 15:44:42 +08:00 |
samuele3hu
|
9b08cee01f
|
issue #22434:make some execute funs into one funs in ScriptEngineProtocol
|
2013-07-02 15:23:51 +08:00 |
James Chen
|
cb67ed0227
|
issue #2129: Removing CC prefix for extension module.
|
2013-06-20 14:15:53 +08:00 |
James Chen
|
c0d44cb2e4
|
fixed #2129: Rename m_iVar to _var, remove CC prefixes.
|
2013-06-15 14:03:30 +08:00 |
samuele3hu
|
338c7c8d67
|
issue #2103 add more test lua
|
2013-05-24 11:42:27 +08:00 |
James Chen
|
0a0796b572
|
fixed #1825: Fixing compilation errors for CCEditBox of win32 port.
|
2013-03-14 14:39:59 +08:00 |
young40
|
43e7917463
|
add setVisible() to CCEditBox [Win32]
|
2013-03-03 20:13:22 +08:00 |
James Chen
|
473e8e6139
|
issue #1753: Upgrading SpiderMonkey to Firefox19.0, iOS works ok.
|
2013-02-27 15:16:49 +08:00 |
James Chen
|
0ece3056ee
|
fixed #1749: Fixed compilation errors for win32.
|
2013-02-25 22:50:15 +08:00 |
James Chen
|
157e229f8c
|
fixed #1634: Added the very first implementation of CCEditBox for Win32.
|
2013-01-31 14:04:49 +08:00 |
Jozef Prídavok
|
9889b4f9fd
|
Added the very first implementation of CCEditBox for Win32.
|
2013-01-10 23:59:21 +01:00 |