axmol/extensions/GUI/CCControlExtension
pandamicro a715e3169f Sync issue fixes from creator (#17041)
* Add EventDispatcher#hasEventListener (sync from creator)

* Fix function wrapper using js object during its gc

* Support more system languages

* Direct log/error for better understanding problems & add sys.now

* Synchronize Editbox APIs

* Synchronize Scheduler.PRIORITY_NON_SYSTEM const

* Upgrade web engine

* Upgrade test cases

* Manually bind EventDispatcher::addCustomEventListener to avoid memory issue

* Manual bind EventListeners’ create to avoid memory issue

* Fix compilation issue when COCOS_DEBUG = 2

* Unify function name of Texture2D::releaseTexture

* Fix compilation issues and update web & bindings-generator

* Fix lua compilation issue

* Use %ld instead of %zd

* Separate FinalizeHook for ref objects and non ref objects

* Fix spine TrackEntry recursive conversion issue by using getter

* Fix crash during Wrappers deallocation (possible to have leak)

* Increase default JS heap to 32 mb

* Update engine version

* Add change log of web engine

* Improve cc.formatStr

* Fix chipmunk crash issues when using setDefaultCollisionHandler

* Add change log for JSB and update web engine ref
2016-12-21 13:39:34 +08:00
..
CCControl.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCControl.h No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCControlButton.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCControlButton.h Merge pull request #14641 from liamcindy/v3_ui_controlButton 2015-12-14 19:47:41 +08:00
CCControlColourPicker.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCControlColourPicker.h Update comment for Lua 2015-03-30 15:47:47 +08:00
CCControlExtensions.h remove ccscale9sprite , cceditBox 2014-09-01 17:06:22 +08:00
CCControlHuePicker.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCControlHuePicker.h Fix typos in documentation and comments 2015-12-12 21:04:22 +09:00
CCControlPotentiometer.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCControlPotentiometer.h Fix typos 2015-10-09 17:59:11 +09:00
CCControlSaturationBrightnessPicker.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCControlSaturationBrightnessPicker.h Get rid of compiler warnings: 'func' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2015-03-15 00:10:08 +01:00
CCControlSlider.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCControlSlider.h Fix typos in documentation and comments 2015-12-12 21:04:22 +09:00
CCControlStepper.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCControlStepper.h Update comment for Lua 2015-03-30 15:47:47 +08:00
CCControlSwitch.cpp Sync issue fixes from creator (#17041) 2016-12-21 13:39:34 +08:00
CCControlSwitch.h Update comment for Lua 2015-03-30 15:47:47 +08:00
CCControlUtils.cpp Fix compile error isnan -> std::isnan #15111 2016-04-27 13:15:08 +02:00
CCControlUtils.h 1. CocosStudio adapt to cocos2d-x v3.2. 2014-07-21 17:45:56 +08:00
CCInvocation.cpp Adds `std::nothrow` to `new` 2014-08-27 16:31:57 -07:00
CCInvocation.h 1. CocosStudio adapt to cocos2d-x v3.2. 2014-07-21 17:45:56 +08:00