minggo
|
bcb171e3c9
|
fix line end in windows
|
2013-09-20 22:23:13 +08:00 |
James Chen
|
343c98af13
|
Fixing warnings of the order of member variables and fixing errors for tizen projects.
|
2013-07-29 14:07:57 +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
|
eada29ee40
|
issue #2404:created CCDprecated.h and move all global functions and variables into it
|
2013-07-15 16:14:26 +08:00 |
minggo
|
6abe6fce78
|
closed #2393: fix conflicts
|
2013-07-12 18:04:32 +08:00 |
minggo
|
15096b0716
|
issue #2393:mark CCPointMake CCSizeMake CCRectMake as deprecated
|
2013-07-12 14:30:26 +08:00 |
James Chen
|
2c1b26acf8
|
issue #2397: EGLView::sharedOpenGLView() --> EGLView::getInstance()
|
2013-07-12 13:11:21 +08:00 |
minggo
|
dfde41b932
|
issue #2129:fix conflicts
|
2013-07-05 17:32:50 +08:00 |
minggo
|
04465622b7
|
issue #2129:remove prefix of types in ccTypes.h
|
2013-07-05 16:49:22 +08:00 |
samuele3hu
|
ec2f5376f1
|
issue #2244:Add namespace to some enums
|
2013-07-05 16:05:38 +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
|
0879a12516
|
issue #2129: Re-adds 'CC' prefix to objective-c classes for all projects.
|
2013-06-21 11:14:03 +08:00 |
Ricardo Quesada
|
578bce4bc8
|
Re-adds 'CC' prefix to objective-c classes.
And also makes it compile on Mac, which was broken
|
2013-06-20 17:46:22 -07: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
|
edc02b5777
|
fixed #1825: The default color of text on CCEditBox is WHITE now. Fixed issues for CCEditBox of MAC port.
|
2013-03-14 14:29:22 +08:00 |
young40
|
933d316dc4
|
add setVisible() to CCEditBox [ios & mac]
|
2013-03-03 18:58:51 +08:00 |
James Chen
|
56797db85c
|
fixed #1749: Mac platform works ok.
|
2013-02-25 22:33:16 +08:00 |
James Chen
|
e761856b4d
|
Added restriction marco `CC_TARGET_PLATFORM == CC_PLATFORM_MAC` for CCEditBox of MAC port.
This can avoid compilation errors if other platforms include these files.
|
2013-01-15 15:11:20 +08:00 |
Jozef Prídavok
|
229ad55dfa
|
Fixed and refactored Mac Implementation.
|
2013-01-09 15:34:53 +01:00 |
Jozef Prídavok
|
4f2f5a3c8f
|
Added EditBox implementation for Mac OSX.
|
2013-01-09 15:09:57 +01:00 |