pandamicro
|
955ddaafb7
|
Use rooted object for js_proxy new and get (missed)
|
2015-11-27 10:20:04 +08:00 |
pandamicro
|
d23ffe4fc7
|
Fix some issue of js_type_class usage
|
2015-11-27 10:16:11 +08:00 |
pandamicro
|
ae2b75c8be
|
Fix issues causing by temporary RootedObject passed as function parameters
|
2015-11-27 01:35:06 +08:00 |
pandamicro
|
a6fdd9aa09
|
Improve js template documentation
|
2015-11-24 16:31:14 +08:00 |
zilongshanren
|
8d1f1a9933
|
Merge pull request #14457 from zilongshanren/testEditBoxScaleSize
Fix edit box setPlaceholderFontName and scale font size issue
|
2015-11-24 11:33:52 +08:00 |
zilongshanren
|
361daf7f5f
|
fix wrong indentation
|
2015-11-23 11:50:04 +08:00 |
François Dupayrat
|
12df5ae1cc
|
Fix wrong variable use for setPlaceholderFontName
1. fix editbox scale not affect native font size
|
2015-11-23 11:49:22 +08:00 |
zilongshanren
|
689c0f4af3
|
Merge pull request #14327 from wohaaitinciu/editbox-win32
Fix a fatal bug in EditBox implement for platform win32
|
2015-11-23 11:35:40 +08:00 |
Jeff Wang
|
efeae1eae9
|
add a test case for pr 14327
|
2015-11-18 22:52:47 +08:00 |
zilongshanren
|
5d8cfa889c
|
Merge pull request #14252 from neokim/change_pageview_to_derive_from_listview
Change PageView to derive from ListView
|
2015-11-17 12:02:10 +08:00 |
zilongshanren
|
a5b7674b4d
|
Merge pull request #14263 from zilongshanren/improve-scale9sprite-v4
improve scale9sprite
|
2015-11-17 10:48:09 +08:00 |
Neo Kim
|
603d788fbf
|
PageView - Fix that page indicator was not working well in vertical page view.
|
2015-11-15 22:49:42 +09:00 |
Neo Kim
|
9cbbd283c7
|
PageView - Deprecate the APIs related to custom scroll threshold.
|
2015-11-10 21:35:01 +09:00 |
Бесшапошников Никита
|
89798d949b
|
[js-tests] Test case for Scale9Sprite fade actions with cascade opacity enabled
Test case for https://github.com/cocos2d/cocos2d-html5/pull/3181
|
2015-11-10 15:13:05 +03:00 |
XiaoFeng
|
668558b99f
|
Fix when leave "ComponentTest" scene, background music still go on playing in lua-test under Android system
|
2015-11-06 11:38:41 +08:00 |
pandamicro
|
a74c8ccded
|
Merge pull request #14292 from xiaofeng11/v3
Fix "BillBoard Test->Rotation Test" won't resume after switch back from background.
|
2015-11-03 17:46:34 +08:00 |
pandamicro
|
6010879ecf
|
Merge pull request #14305 from pandamicro/v3
[ci skip] Fix SocketIO test on iOS 9
|
2015-11-03 17:27:21 +08:00 |
pandamicro
|
6a454d3eba
|
Fix SocketIO test on iOS 9
|
2015-11-03 17:26:37 +08:00 |
zhangcheng
|
39f68e9885
|
Update ccs-res submodule to the latest.
|
2015-11-03 13:08:56 +08:00 |
XiaoFeng
|
8e6e46d596
|
Fix "BillBoard Test->Rotation Test" won't resume after switch back from background.
|
2015-11-02 14:50:45 +08:00 |
XiaoFeng
|
0c8aed8a1a
|
Remove redundancy code
|
2015-11-02 13:40:08 +08:00 |
pandamicro
|
0d6bf3263b
|
Improve js templates with noCache and cc.view.setRealPixelResolution docs
|
2015-11-01 18:33:05 +08:00 |
zilongshanren
|
3e2094981f
|
add scale9sprite rendering type test
|
2015-10-30 14:01:01 +08:00 |
zilongshanren
|
f84c2de1e2
|
add sprite and scale9sprite batch test
|
2015-10-30 09:58:02 +08:00 |
zilongshanren
|
1417534194
|
add rendering type to scale9sprite
|
2015-10-29 23:13:36 +08:00 |
pandamicro
|
b66fa04c21
|
Merge pull request #14255 from xiaofeng11/v3_23634
Fix "UItest->UicheckBox" display status, make it same as C++ version
|
2015-10-28 18:32:49 +08:00 |
XiaoFeng
|
53d2874507
|
Fix "UItest->UicheckBox" display status, make it same as C++ version
|
2015-10-28 17:38:17 +08:00 |
Neo Kim
|
543fff63fb
|
PageView - Add indicators to some test cases
|
2015-10-28 17:23:08 +09:00 |
Neo Kim
|
abc309edb2
|
PageView - Replace the deprecated APIs with new ones.
|
2015-10-28 16:57:54 +09:00 |
Neo Kim
|
b9a4449494
|
PageView - Add `handleReleaseLogic()` for page view.
|
2015-10-28 16:56:35 +09:00 |
Neo Kim
|
97acf52cc8
|
PageView - Replace the legacy methods of `PageView` with the ones of `ListView`.
|
2015-10-28 16:56:34 +09:00 |
Neo Kim
|
e567259826
|
PageView - Change `PageView` to derive from `ListView` and use `ScrollView::Direction` instead of `PageView::Direction`.
|
2015-10-28 16:56:34 +09:00 |
Neo Kim
|
a09f2af14c
|
PageView - Trivial change on test code
|
2015-10-28 16:56:34 +09:00 |
pandamicro
|
15e400fb2e
|
Merge pull request #14248 from xiaofeng11/v3_23634
Fix "PhysicsTest->Fixed Update Test" under lua-test perform in wrong status.
|
2015-10-28 15:49:52 +08:00 |
XiaoFeng
|
80b2def648
|
Fix "PhysicsTest->Fixed Update Test" under lua-test perform in wrong status.
|
2015-10-28 14:12:24 +08:00 |
pandamicro
|
5a963c66cd
|
Merge pull request #14240 from neokim/android_test_app_landscape_reversible
Change the android test app to be landscape reversible.
|
2015-10-28 13:03:33 +08:00 |
XiaoFeng
|
c55f030218
|
Fix "Test change animation intenal" under js test can not change back to 60fps
|
2015-10-28 11:18:12 +08:00 |
Neo Kim
|
11b46a7b04
|
Change the android test app to be landscape reversible.
|
2015-10-27 20:43:56 +09:00 |
pandamicro
|
aa9f0d5bd5
|
Merge pull request #14049 from CodeAndWeb/v3-sprite-polygoninfo-from-plist
Extending SpriteFrameCache to read PolygonInfo from atlas plist file
|
2015-10-27 17:28:22 +08:00 |
pandamicro
|
175f4c02ad
|
Merge pull request #14197 from xiaofeng11/v3_xf
Fix CCDownloader-curl will crash in js-test & Fix broken image link in TextureCacheTest.js
|
2015-10-22 14:45:20 +08:00 |
pandamicro
|
43c19fd1e7
|
Merge pull request #14205 from pandamicro/v3
Fix Scheduler API inconsistency
|
2015-10-21 22:11:16 +08:00 |
pandamicro
|
9eeda122e9
|
Fix Scheduler API inconsistency
|
2015-10-21 22:10:48 +08:00 |
Dale Stammen
|
3f359381dc
|
moved file to correct folder in vcxproj
|
2015-10-20 10:07:30 -07:00 |
Dale Stammen
|
f9d8907697
|
updated winrt temporary app certificates expiration dates
|
2015-10-20 07:39:42 -07:00 |
XiaoFeng
|
3d626940af
|
Roll back debug commented code
|
2015-10-20 17:23:31 +08:00 |
XiaoFeng
|
7e54a91ee6
|
Fix CCDownloader-curl will crash in js-test
Fix broken image link in TextureCacheTest.js
|
2015-10-20 16:28:03 +08:00 |
pandamicro
|
3bf0d0fe44
|
Merge pull request #14168 from MSOpenTech/v3-win10-fix
V3: fixed msbuild by removing incorrect AppxBundle properties from project
|
2015-10-19 08:22:24 +08:00 |
pandamicro
|
cde67d1261
|
Merge pull request #14162 from mogemimi/fix-warnings
Fix warnings on Xcode 7
|
2015-10-18 22:56:12 +08:00 |
pandamicro
|
c365fc5883
|
Merge pull request #14180 from pandamicro/v3
Fix issue for web engine upgrade
|
2015-10-18 22:48:16 +08:00 |
pandamicro
|
11890d6c4b
|
Fix issue for web engine upgrade
|
2015-10-18 00:19:02 +08:00 |