axmol/extensions/GUI/CCControlExtension
Marcel Bloemendaal 696ea07495 Fixed CCScale9Sprite::create(caInsets, file);
Fixed calling of wrong initializer in CCScale9Sprite, the create(CCRect
capInsets, const char* file). It used to call initWithFile(file,
capInsets), but this is the initializer for a file and a frame rect.
The initializer with capInsets has the capInsets rect as the first
argument. This caused unexpected behaviour.
2013-01-21 14:55:45 +01:00
..
CCControl.cpp fixed #1649: Changed return type to const reference for member variable access. 2013-01-14 15:51:53 +08:00
CCControl.h fixed #1545:remove the usage of CREATE_FUNC 2012-11-08 10:41:14 +08:00
CCControlButton.cpp fixed #1553: fixed a memory leak in CCControlButton. 2013-01-21 10:16:07 +08:00
CCControlButton.h fixed #1649: Reverted some invokings of function that returns const reference. 2013-01-14 16:06:18 +08:00
CCControlColourPicker.cpp fixed #1593:remove all deprecated methods expect CCBAnimationManager 2012-12-06 18:51:33 +08:00
CCControlColourPicker.h fixed #1593:remove all deprecated methods expect CCBAnimationManager 2012-12-06 18:51:33 +08:00
CCControlExtensions.h issue #1483: Added LICENSE_CCControlExtension.txt, and added license information for headers of CCControlExtension. 2012-09-25 17:26:09 +08:00
CCControlHuePicker.cpp fixed #1593:remove all deprecated methods expect CCBAnimationManager 2012-12-06 18:51:33 +08:00
CCControlHuePicker.h fixed #1593:remove all deprecated methods expect CCBAnimationManager 2012-12-06 18:51:33 +08:00
CCControlPotentiometer.cpp * CCControl* should not respond to touches if the control is not visible. 2012-10-30 11:10:05 -04:00
CCControlPotentiometer.h issue #1483: Added LICENSE_CCControlExtension.txt, and added license information for headers of CCControlExtension. 2012-09-25 17:26:09 +08:00
CCControlSaturationBrightnessPicker.cpp fixed #1593:remove all deprecated methods expect CCBAnimationManager 2012-12-06 18:51:33 +08:00
CCControlSaturationBrightnessPicker.h fixed #1593:remove all deprecated methods expect CCBAnimationManager 2012-12-06 18:51:33 +08:00
CCControlSlider.cpp fixed #1593:remove all deprecated methods expect CCBAnimationManager 2012-12-06 18:51:33 +08:00
CCControlSlider.h fixed #1593:remove all deprecated methods expect CCBAnimationManager 2012-12-06 18:51:33 +08:00
CCControlStepper.cpp * CCControl* should not respond to touches if the control is not visible. 2012-10-30 11:10:05 -04:00
CCControlStepper.h issue #1483: Added LICENSE_CCControlExtension.txt, and added license information for headers of CCControlExtension. 2012-09-25 17:26:09 +08:00
CCControlSwitch.cpp fixed #1593:remove all deprecated methods expect CCBAnimationManager 2012-12-06 18:51:33 +08:00
CCControlSwitch.h fixed #1593:remove all deprecated methods expect CCBAnimationManager 2012-12-06 18:51:33 +08:00
CCControlUtils.cpp issue #1483: Added LICENSE_CCControlExtension.txt, and added license information for headers of CCControlExtension. 2012-09-25 17:26:09 +08:00
CCControlUtils.h issue #1483: Added LICENSE_CCControlExtension.txt, and added license information for headers of CCControlExtension. 2012-09-25 17:26:09 +08:00
CCInvocation.cpp issue #1483: Added LICENSE_CCControlExtension.txt, and added license information for headers of CCControlExtension. 2012-09-25 17:26:09 +08:00
CCInvocation.h issue #1483: Added LICENSE_CCControlExtension.txt, and added license information for headers of CCControlExtension. 2012-09-25 17:26:09 +08:00
CCScale9Sprite.cpp Fixed CCScale9Sprite::create(caInsets, file); 2013-01-21 14:55:45 +01:00
CCScale9Sprite.h fixed #1593:remove all deprecated methods expect CCBAnimationManager 2012-12-06 18:51:33 +08:00