axmol/extensions/GUI/CCControlExtension
Ricardo Quesada ddb0111392 continue replacing `const char*` with `const std::string&`
This patch includes:

* Continue replacing `const char*` with `const std::string&`  where it makes sense.
* It also removes some Hungarian notation from the code.
* It fixes some indentation issues in part of the code
* It replaces `int` or `unsigned int` with `long` where it makes sense.
2013-11-06 17:05:13 -08:00
..
CCControl.cpp closed #3104: Touch listener should be registered in Menu::initXXX and Control::init rather than onEnter. 2013-11-01 20:53:51 +08:00
CCControl.h closed #3104: Touch listener should be registered in Menu::initXXX and Control::init rather than onEnter. 2013-11-01 20:53:51 +08:00
CCControlButton.cpp continue replacing `const char*` with `const std::string&` 2013-11-06 17:05:13 -08:00
CCControlButton.h Merge branch 'develop' of git://github.com/cocos2d/cocos2d-x into new-event-dispatcher-rebase 2013-09-13 19:06:09 +08:00
CCControlColourPicker.cpp Adding onEnterHook, onXXXHook for Node. 2013-10-25 10:53:45 +08:00
CCControlColourPicker.h Merge branch 'develop' of git://github.com/cocos2d/cocos2d-x into new-event-dispatcher-rebase 2013-09-13 19:06:09 +08:00
CCControlExtensions.h fix line end in windows 2013-09-20 22:23:13 +08:00
CCControlHuePicker.cpp Adding onEnterHook, onXXXHook for Node. 2013-10-25 10:53:45 +08:00
CCControlHuePicker.h Merge branch 'develop' of git://github.com/cocos2d/cocos2d-x into new-event-dispatcher-rebase 2013-09-13 19:06:09 +08:00
CCControlPotentiometer.cpp Adding onEnterHook, onXXXHook for Node. 2013-10-25 10:53:45 +08:00
CCControlPotentiometer.h Merge branch 'develop' of git://github.com/cocos2d/cocos2d-x into new-event-dispatcher-rebase 2013-09-13 19:06:09 +08:00
CCControlSaturationBrightnessPicker.cpp Adding onEnterHook, onXXXHook for Node. 2013-10-25 10:53:45 +08:00
CCControlSaturationBrightnessPicker.h Merge branch 'develop' of git://github.com/cocos2d/cocos2d-x into new-event-dispatcher-rebase 2013-09-13 19:06:09 +08:00
CCControlSlider.cpp Adding onEnterHook, onXXXHook for Node. 2013-10-25 10:53:45 +08:00
CCControlSlider.h Merge branch 'develop' of git://github.com/cocos2d/cocos2d-x into new-event-dispatcher-rebase 2013-09-13 19:06:09 +08:00
CCControlStepper.cpp Adding onEnterHook, onXXXHook for Node. 2013-10-25 10:53:45 +08:00
CCControlStepper.h Merge branch 'develop' of git://github.com/cocos2d/cocos2d-x into new-event-dispatcher-rebase 2013-09-13 19:06:09 +08:00
CCControlSwitch.cpp Adding onEnterHook, onXXXHook for Node. 2013-10-25 10:53:45 +08:00
CCControlSwitch.h Merge branch 'develop' of git://github.com/cocos2d/cocos2d-x into new-event-dispatcher-rebase 2013-09-13 19:06:09 +08:00
CCControlUtils.cpp issue #2404:created CCDprecated.h and move all global functions and variables into it 2013-07-15 16:14:26 +08:00
CCControlUtils.h issue #2905: testcpp bild ok on Android 2013-10-15 18:00:03 +08:00
CCInvocation.cpp issue 2430:use enum class for Control enum values 2013-07-26 14:37:26 +08:00
CCInvocation.h issue #2905: testcpp bild ok on Android 2013-10-15 18:00:03 +08:00
CCScale9Sprite.cpp Avoid unnecessary object duplication using passing arguments by reference 2013-10-10 22:06:10 +09:00
CCScale9Sprite.h Avoid unnecessary object duplication using passing arguments by reference 2013-10-10 22:06:10 +09:00