axmol/extensions/GUI/CCEditBox
Donald Alan Morrison 8693c54997 Minor memory-logic error. textField is a retain property, so assigning to it retains it, and assigning NULL to it releases it. Also, an init method called release outside the proper scope (the do{}while(0); block).
If you don't like the autorelease pool, it's easy enough to change this fix.

Aside: someone pulled tools/cxx-generator again, not me(!) :-)
2012-09-24 14:55:40 -07:00
..
CCEditBox.cpp issue #1429: First commit CCEditBox for android port. 2012-08-22 09:47:04 +08:00
CCEditBox.h issue #1429: Fixed a bug in EAGLView.mm. 2012-08-17 15:24:33 +08:00
CCEditBoxImpl.h issue #1429: Updated EditBoxTest and fix a bug about callback function. 2012-08-17 14:29:07 +08:00
CCEditBoxImplAndroid.cpp fixed #1481: merge Nicolas's pull request and do some bug fixes 2012-09-21 17:01:19 +08:00
CCEditBoxImplAndroid.h issue #1429: Use activity to implement CCEditBox for android. Next step: use dialog to implement CCEditBox. 2012-08-23 09:42:28 +08:00
CCEditBoxImplIOS.h issue #1429: First commit CCEditBox for android port. 2012-08-22 09:47:04 +08:00
CCEditBoxImplIOS.mm issue #1437:make CCEGLView::sharedOpenGLView() return pointer 2012-08-21 14:58:31 +08:00
EditBoxImplIOS.h issue #1429: First commit CCEditBox support, only valid on IOS. PLZ refer to ExtensionsTest/EditBoxTest. 2012-08-15 14:33:56 +08:00
EditBoxImplIOS.mm Minor memory-logic error. textField is a retain property, so assigning to it retains it, and assigning NULL to it releases it. Also, an init method called release outside the proper scope (the do{}while(0); block). 2012-09-24 14:55:40 -07:00