James Chen
|
cecc00c650
|
Merge pull request #5893 from Dhilan007/develop_label
closed #4489: Label: Refactoring relevant functions of setting text color.
|
2014-03-21 14:52:55 +08:00 |
Dhilan007
|
1a08cd9b32
|
fix typo.
|
2014-03-21 13:52:12 +08:00 |
James Chen
|
f51c39c034
|
closed #3897 : Constructors should be protected, but should be a way to disable them, added CC_CONSTRUCTOR_ACCESS.
Thank @pandamicro.
|
2014-03-21 13:44:29 +08:00 |
Dhilan007
|
6b74794c74
|
fix typo and mistake in Label::setTextColor.
|
2014-03-21 09:47:29 +08:00 |
Dhilan007
|
9dfa099bef
|
Label:Refactoring related functions of color.
|
2014-03-20 20:56:10 +08:00 |
andyque
|
f26ae8a019
|
remove unused params warnings
|
2014-03-20 16:34:42 +08:00 |
andyque
|
7ab639ec0f
|
fix lots compile warnings
|
2014-03-20 16:24:55 +08:00 |
andyque
|
8c1bf48357
|
fixed label font size: from int to float
|
2014-03-20 15:03:48 +08:00 |
andyque
|
2dcc600fa1
|
remove unused accelerometer
|
2014-03-20 14:29:05 +08:00 |
andyque
|
8a409db1b6
|
change setFontSize from int to float
|
2014-03-20 14:14:02 +08:00 |
andyque
|
957eb9363e
|
fix win32 compile error
|
2014-03-20 13:42:09 +08:00 |
andyque
|
ca6851f114
|
fix warnings of font and RichText
|
2014-03-20 11:58:36 +08:00 |
andyque
|
6c16f16b1d
|
fix CCDirectorCaller warnings
|
2014-03-20 11:32:43 +08:00 |
andyque
|
7ae77c9335
|
fix cocos2dx engine internal warnings
|
2014-03-20 10:58:04 +08:00 |
James Chen
|
bed76d4460
|
Merge pull request #5870 from dabingnn/fix_scale0Bug
closed #4382: added missed scaleZ feature in ScaleTo and ScaleBy.
|
2014-03-19 18:28:12 +08:00 |
James Chen
|
db4dd81030
|
Merge pull request #5871 from dumganhar/iss4450-missing-slash
closed #4450: FileUtils::addSearchResolutionsOrder doesn't check whether there is a 'slash' at the end of path.
|
2014-03-19 17:57:40 +08:00 |
James Chen
|
a84873a67b
|
closed #4450: FileUtils::addSearchResolutionsOrder doesn't check whether there is a 'slash' at the end of path.
|
2014-03-19 17:56:29 +08:00 |
James Chen
|
740aa30713
|
closed #4447: [Desktop] Can't receive touchEnded event when mouse up outside of window
|
2014-03-19 17:09:10 +08:00 |
Huabing.Xu
|
dc9baa7c72
|
closed #4382: added missed scaleZ feature for scaleZ
|
2014-03-19 16:23:14 +08:00 |
James Chen
|
7061641dd8
|
Merge pull request #5860 from Dhilan007/develop_label
closed #4434: Label's color is incorrect if it's created by font name
|
2014-03-19 14:09:32 +08:00 |
Dhilan007
|
bb17da8f88
|
add override for Label::updateDisplayedColor
|
2014-03-19 10:36:44 +08:00 |
Dhilan007
|
f76460aee8
|
closed issue#4434:fixed display incorrect color of label if create by font name.
|
2014-03-19 10:10:47 +08:00 |
James Chen
|
a5e9630db1
|
Merge pull request #5843 from Dhilan007/develop_label
closed #4428: fixed display incorrect of multi-line label if invoking 'getLetter'.
|
2014-03-19 09:52:14 +08:00 |
Dhilan007
|
a286ed8374
|
fixed typo.
|
2014-03-18 13:48:41 +08:00 |
samuele3hu
|
76abe8d1c9
|
make FileUtilsWin32::getWritablePath() return value unified whether release or debug
|
2014-03-18 10:51:07 +08:00 |
Dhilan007
|
46a4c17097
|
change access specifier of SpriteBatchNode::addSpriteWithoutQuad.
|
2014-03-17 19:31:58 +08:00 |
Dhilan007
|
cc671835f8
|
closed issue#4428:fixed label display incorrect if invoking getLetter and it's multi-line.
|
2014-03-17 18:33:15 +08:00 |
James Chen
|
2e13d45848
|
Merge pull request #5819 from Dhilan007/develop_menu
fixed content size of MenuItem is incorrect when font size or font name ...
|
2014-03-15 01:27:05 +08:00 |
Dhilan007
|
e20676f939
|
fixed content size of MenuItem is incorrect when font size or font name change.
|
2014-03-15 01:24:23 +08:00 |
James Chen
|
a47923e06d
|
Fix potential overflow in Texture::getCachedTextureInfo.
|
2014-03-15 01:09:22 +08:00 |
James Chen
|
c033591e6a
|
[win32] Overflow fix when using MultiByteToWideChar and WideCharToMultiByte.
|
2014-03-15 01:05:04 +08:00 |
James Chen
|
306df0537e
|
Reverts changes in CCApplication.cpp/.mm, pollEvent must after main loop, otherwise, potential crash will happen.
|
2014-03-15 00:10:39 +08:00 |
James Chen
|
9bc48a7ac1
|
PollEvents before main loop and beautifies codes in CCApplication.cpp/.mm.
|
2014-03-14 18:40:04 +08:00 |
James Chen
|
a5775e9e6a
|
Merge pull request #5793 from koowolf/win32_crash
Crash while clicking close button on desktop platforms
|
2014-03-14 18:26:34 +08:00 |
James Chen
|
edde48e132
|
Merge pull request #5798 from Dhilan007/develop_label
closed #4377: LabelAtlas::setColor takes no effect.
|
2014-03-14 18:07:36 +08:00 |
Dhilan007
|
c4d91f512d
|
LabelAtlas:fixed display incorrect color.
MenuItem:using Label to replace LabelTTF.
|
2014-03-14 17:36:05 +08:00 |
koowolf
|
ad5f870f7c
|
fix close crash in linux and mac
|
2014-03-14 17:21:27 +08:00 |
koowolf
|
90f5d6511e
|
fix win32 crash while click close button.
|
2014-03-14 16:13:32 +08:00 |
James Chen
|
8c7bc11931
|
Merge pull request #5790 from dumganhar/warning-fix-and-project-update
Warning fix and update VS project to fix compilation errors when building in Release mode
|
2014-03-14 15:48:55 +08:00 |
James Chen
|
177bf4df9d
|
Some warning fixes.
|
2014-03-14 15:38:43 +08:00 |
James Chen
|
a94b82e738
|
Updates VS project to fix compilation errors when building in Release mode.
|
2014-03-14 15:30:12 +08:00 |
Dhilan007
|
5f6fbc6a33
|
label:fixed getter for font size and font name.
|
2014-03-14 15:18:45 +08:00 |
Dhilan007
|
971b1dd557
|
Label:fixed text display incorrect when come to foreground on android.
|
2014-03-14 14:59:26 +08:00 |
Dhilan007
|
36bfd6d2c2
|
label:fixed incorrect effect of outline.
|
2014-03-14 09:51:39 +08:00 |
James Chen
|
8743b00d9f
|
Merge pull request #5768 from Dhilan007/develop_label2
Refactor setter of label's font name and font size.
|
2014-03-13 21:14:36 +08:00 |
Dhilan007
|
fe6f485a6b
|
label:rename some API for clearly.
|
2014-03-13 21:00:36 +08:00 |
Dhilan007
|
62d0fa8564
|
label:rename some API for clearly.
|
2014-03-13 20:52:33 +08:00 |
andyque
|
c4e20dd63a
|
fix ease action error
|
2014-03-13 19:53:06 +08:00 |
Dhilan007
|
bc68c6b629
|
Refactor setter of label's font name and font size.
|
2014-03-13 18:46:35 +08:00 |
heliclei
|
c26b103b23
|
remove node name related features from v3.0
|
2014-03-13 10:45:02 +08:00 |