carlo morgantini
|
23575f0a68
|
New Label stuff merged and Label::Alignment replaced with TextVAlignment and TextHAlignment
|
2013-07-26 16:04:21 -07:00 |
Ricardo Quesada
|
16d0b43181
|
Constant fixes
Director::PROJECTION_2D, 3D,... -> Director::Projection::_2D, _3D, ...
Label::TEXT_ALIGNMENT_... -> Label::HAlignment::...
Label::TEXT_VERTICAL_ALIGNMENT_... -> Label::VAlignment::...
Texture2D::PIXEL_FORMAT_... -> Texture2D::PixelFormat::...
BlendFunc::BLEND_FUNC_DISABLE -> BlendFunc::DISABLE
Also adds more constant for BlendFunc
|
2013-07-25 13:36:19 -07:00 |
minggo
|
2293630335
|
issue #2430:move enum in ccTypes.h class
|
2013-07-25 18:46:43 +08:00 |
James Chen
|
a1c4c73c1c
|
issue #2378: More setter/Getter, removing CC_PROPERTY_XXX macros.
|
2013-07-23 18:26:26 +08:00 |
minggo
|
04465622b7
|
issue #2129:remove prefix of types in ccTypes.h
|
2013-07-05 16:49:22 +08:00 |
Ricardo Quesada
|
adaa72fbb4
|
Adds const to getters
Many getters in cocos2d are not declared as const.
This patch adds const to many cocos2d properties, specially in CCNode and
subclasses
|
2013-07-03 17:22:15 -07:00 |
James Chen
|
93b6328303
|
issue #2129: Removing CC prefix for cocos2dx module.
|
2013-06-20 14:13:12 +08:00 |
James Chen
|
c0d44cb2e4
|
fixed #2129: Rename m_iVar to _var, remove CC prefixes.
|
2013-06-15 14:03:30 +08:00 |
James Chen
|
ec50d34622
|
fixed #2068: Tab ~> 4 spaces.
|
2013-04-19 09:59:08 +08:00 |
Marcel Bloemendaal
|
76b222978c
|
Changed some property names to match conventions.
Changed m_pSecureTextEntry to m_bSecureTextEntry and renamed
getSecureTextEntry to isSecureTextEntry
|
2013-04-15 09:11:04 +02:00 |
Marcel Bloemendaal
|
6d6a0f23eb
|
Added support for secureTextEntry (passwords)
Added a secureTextEntry property. Enabling this property causes the
TextField to display the entered text as bullets.
|
2013-03-28 15:08:33 +01:00 |
James Chen
|
6565fa92cc
|
fixed #1649: Changed return type to const reference for member variable access.
|
2013-01-14 15:51:53 +08:00 |
James Chen
|
ebd522e3fa
|
issue #1564: Return a new object instead of 'const reference' for some get methods.
|
2012-11-20 16:34:55 +08:00 |
Donald Alan Morrison
|
4cbd993091
|
Minor English Spelling Corrections. A few grammar corrections.
|
2012-09-17 00:02:24 -07:00 |
Walzer
|
9eab0c19f8
|
add groups to all classes for doxygen
|
2012-06-20 18:09:11 +08:00 |
minggo
|
9ec29d715a
|
issue #1269:make tests HelloWorld HelloLua and testjs refer subproject cocos2dx
|
2012-06-19 13:50:11 +08:00 |
James Chen
|
0f36a89c7e
|
issue #1188: Refactor directory. Compile successfully on android and win32(vs2008 debug).
|
2012-04-25 16:18:04 +08:00 |