axmol/cocos/ui/UIEditBox
Vladimir Timofeev 2835b094da Cleanup order of fields initialization.
Make initialization order to match declarations.
This change twice reduces number of warnings when compiling on MacOS X with Xcode 6.1
Warnings was like "Field 'XXXX' will be initialized after field 'YYYY'"
2014-10-30 17:28:41 +03:00
..
UIEditBox.cpp Cleanup order of fields initialization. 2014-10-30 17:28:41 +03:00
UIEditBox.h fix EditBox lua compile error 2014-09-02 17:37:55 +08:00
UIEditBoxImpl-android.cpp Platform fixed 2014-09-09 16:50:02 -07:00
UIEditBoxImpl-android.h Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
UIEditBoxImpl-ios.h Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
UIEditBoxImpl-ios.mm fix missing includes 2014-09-23 23:19:25 +04:00
UIEditBoxImpl-mac.h Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
UIEditBoxImpl-mac.mm fix setMaxLength issue of EditBox-mac 2014-10-10 15:26:33 +08:00
UIEditBoxImpl-stub.cpp added CC_PLATFORM_WINRT 2014-10-23 07:15:58 -07:00
UIEditBoxImpl-win32.cpp remove Win32InputBox.cpp/.h, move them to UIEditBoxImpl-win32.cpp 2014-09-24 17:47:38 +08:00
UIEditBoxImpl-win32.h Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
UIEditBoxImpl-winrt.cpp don't hide flyout when keyboard is hidden 2014-10-23 22:23:42 -07:00
UIEditBoxImpl-winrt.h fixed reentrancy when closing flyout 2014-10-23 22:01:35 -07:00
UIEditBoxImpl-wp8.cpp compiles on wp8 2014-09-09 18:22:11 -07:00
UIEditBoxImpl-wp8.h Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
UIEditBoxImpl.h merge extension EditBox to ui module 2014-08-19 10:28:24 +08:00