axmol/extensions/GUI
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
..
CCControlExtension continue replacing `const char*` with `const std::string&` 2013-11-06 17:05:13 -08:00
CCEditBox issue #2905:make cocostudio and gui flat 2013-10-16 16:48:39 +08:00
CCScrollView EventDispatcher is managed by Director now, like Scheduler and ActionManager. 2013-10-26 15:04:01 +08:00