CocosRobot
|
d07794052f
|
Update license to 2017 (#17362)
* Typo: CopyRight -> Copyright
* Copyright update: chukong-inc.com -> Chukong Technologies Inc.
* [js files] Copyright update: 2014 -> 2014-2017
* [cpp files] Copyright update: 2014 -> 2014-2017
* Copyright update: 2015 -> 2015-2017
* [js files] Copyright update: 2014 -> 2014-2017
* Copyright update: 2016 -> 2016-2017
* Copyright update: 2013 -> 2013-2017
* Copyright update: 201?-201? -> 201?-2017
* License year fixes.
* Liscene year fix in CCRay.cpp
* Updates license years in CCGLProgramState.h & CCGLProgramStateCache.h
|
2017-02-14 14:36:57 +08:00 |
James Chen
|
b135d512d2
|
Update copyright to 2016. (#16311)
|
2016-08-05 09:42:15 +08:00 |
Liam
|
d005bd18b7
|
remove error logic
|
2015-12-24 14:39:15 +08:00 |
Liam
|
98a6558018
|
add interface for BMFont
|
2015-12-21 18:49:46 +08:00 |
mogemimi
|
745f54b421
|
Replace 'ResouceData' with 'ResourceData'
|
2015-12-05 18:59:54 +09:00 |
XiaoFeng
|
6fb65b5610
|
Editing code as comment.
Move CocosStudioExtension path and update related files.
|
2015-12-04 10:43:39 +08:00 |
XiaoFeng
|
bb83fe4596
|
Combine Studio change for UI components
|
2015-11-18 13:38:29 +08:00 |
Liam
|
81f3995cc1
|
update uiTextBMFont setString
|
2015-01-20 14:20:20 +08:00 |
Liam
|
118b74e95c
|
update uiTextBMFont setFontFile
|
2015-01-20 13:55:39 +08:00 |
Liam
|
d38b802780
|
BMFont need to refresh size by refresh the string
|
2015-01-19 17:07:15 +08:00 |
Haneol Park
|
a6e4b31b0d
|
Additional unnecessary set dirty of ui widgets
|
2014-11-25 20:42:03 +09:00 |
andyque
|
294271682b
|
change return const value to value
|
2014-09-12 14:39:22 +08:00 |
andyque
|
ed22792a72
|
fix text only button issue
|
2014-09-12 13:50:13 +08:00 |
Ricardo Quesada
|
3dda35b4ef
|
Adds `std::nothrow` to `new`
Since cocos2d-x doesn't support exceptions, it is important to add
`std::nothrow` to all the `new` statements
|
2014-08-27 16:31:57 -07:00 |
andyque
|
2a2184331e
|
fix opacity issue when replace Widget textures
|
2014-07-08 11:30:27 +08:00 |
andyque
|
585ccf2c71
|
issue #5161, replace all _size to _contentSize
|
2014-06-20 10:40:16 +08:00 |
andyque
|
5ae97da030
|
refactor TextBMFont setColor & setOpacity
|
2014-06-06 16:09:59 +08:00 |
andyque
|
38e274de73
|
refact ui header file include
|
2014-06-04 14:56:33 +08:00 |
andyque
|
9d5c2ba773
|
closed #5110, add const specifier to getStringLength function
|
2014-05-14 16:25:30 +08:00 |
andyque
|
437b30487c
|
issue #5110, refactor UITextBMFont
|
2014-05-14 16:02:31 +08:00 |
CaiWenzhi
|
19f6526ef8
|
Widget supports contentsize
|
2014-04-17 14:08:25 +08:00 |
andyque
|
ed2c38eb98
|
issue #4636, finish UITextBMFont
|
2014-04-03 15:45:06 +08:00 |
andyque
|
b27fe6ecc2
|
issue #4636. add parameter create method to UITextBMFont
|
2014-04-03 10:07:46 +08:00 |
Dhilan007
|
fd5a4acddb
|
Remove the old implementation of LabelBMFont.
|
2014-03-28 10:28:44 +08:00 |
CaiWenzhi
|
2dffcb9808
|
Add ProtectedNode and remove "addNode"
|
2014-03-25 14:28:58 +08:00 |
andyque
|
cbcc1bbbcf
|
let ios project compile correct
|
2014-03-11 18:48:26 +08:00 |