Ed Bartley
|
4ec9793769
|
TableView updates to provide more touch input to CCTableViewDelegate
|
2012-11-02 20:26:43 -04:00 |
James Chen
|
1a512488fa
|
fixed #1538: Logic error in CCControlHuePicker::checkSliderPosition.
The distance between current location and center should compare with radius rather than dimension.
|
2012-10-31 14:32:24 +08:00 |
Ed Bartley
|
f424da2a7e
|
* CCControl* should not respond to touches if the control is not visible.
|
2012-10-30 11:10:05 -04:00 |
James Chen
|
fb657f674d
|
fixed #1510: Application will freeze when 'numberOfCellsInTableView' returns zero.
|
2012-10-16 11:31:04 +08:00 |
James Chen
|
a65f13defe
|
issue #1486: Fix bugs for CCEditBox iOS port.
|
2012-10-15 13:01:36 +08:00 |
James Chen
|
0e76827b7e
|
issue #1486: Commenting one line to avoid something like mosaic in 'CCControlExtensionTest', especially the display of 'huePickerBackground.png' when in 800*480 window size with 480*320 design resolution and hd(960*640) resources.
|
2012-10-14 22:03:23 +08:00 |
James Chen
|
cb2f3efc2c
|
fixed #1495: CCScrollView display area and touch area are wrong if its parent's postion isn't at CCPointZero in world.
|
2012-10-08 14:12:34 +08:00 |
Donald Alan Morrison
|
f6b51c0a5f
|
Merge branch 'gles20' of https://github.com/cocos2d/cocos2d-x into gles20
|
2012-09-25 10:20:18 -07:00 |
Donald Alan Morrison
|
a245199075
|
Jianhua Chen pointed out a semantic error in my "fix". Thanks James!
The Static Analyzer doesn't search for this semantic error, even though it is common.
|
2012-09-25 10:13:49 -07:00 |
James Chen
|
d91d7c8317
|
issue #1483: Added LICENSE_CCControlExtension.txt, and added license information for headers of CCControlExtension.
|
2012-09-25 17:26:09 +08:00 |
James Chen
|
83fe21b4f4
|
issue #1483: Removed a comment.
|
2012-09-25 17:03:29 +08:00 |
James Chen
|
f7229f74d8
|
issue #1483: Synchronizing CCControlExtension to latest version.
|
2012-09-25 16:57:51 +08:00 |
Donald Alan Morrison
|
8693c54997
|
Minor memory-logic error. textField is a retain property, so assigning to it retains it, and assigning NULL to it releases it. Also, an init method called release outside the proper scope (the do{}while(0); block).
If you don't like the autorelease pool, it's easy enough to change this fix.
Aside: someone pulled tools/cxx-generator again, not me(!) :-)
|
2012-09-24 14:55:40 -07:00 |
James Chen
|
a413496a1a
|
Delete 'cocos2d::' since extension is the sub-namespace of cocos2d.
|
2012-09-24 11:08:10 +08:00 |
minggo
|
0a1f0369e6
|
fixed #1481: merge Nicolas's pull request and do some bug fixes
|
2012-09-21 17:01:19 +08:00 |
James Chen
|
a6acd90c29
|
fixed #1458: Updated copyright information for some files which are relative to CCTableView.
|
2012-09-10 14:13:55 +08:00 |
James Chen
|
1460f4e42f
|
issue #1458: Updated project configuration for all platforms.
CCTableView::viewWithSource --> CCTableView::create, adding TableViewTest.
|
2012-09-10 13:39:12 +08:00 |
James Chen
|
554b1709c3
|
issue #1458: Adding CCScrollView::updateInset.
|
2012-09-09 22:46:31 +08:00 |
James Chen
|
d9cc8fa346
|
issue #1458: Adding CCTableView support. Updated win32 project configuration.
|
2012-09-09 22:34:32 +08:00 |
ThePickleMan
|
0a96915da2
|
Update extensions/GUI/CCControlExtension/CCControlSlider.cpp
Removed meaningless setter...the macro already makes one...
|
2012-09-04 20:54:34 -05:00 |
ThePickleMan
|
423abc6f10
|
Update extensions/GUI/CCControlExtension/CCControlSlider.h
Removed meaningless setter...the macro already makes one...
|
2012-09-04 20:54:17 -05:00 |
ThePickleMan
|
f6f370ffea
|
Update extensions/GUI/CCControlExtension/CCControlSlider.h
changed CC_SYNTHESIZE_READONLY to CC_SYNTHESIZE
|
2012-09-04 20:48:04 -05:00 |
ThePickleMan
|
a4d2d317b5
|
Update extensions/GUI/CCControlExtension/CCControlSlider.cpp
|
2012-09-03 09:46:55 -05:00 |
ThePickleMan
|
da819e1109
|
Update extensions/GUI/CCControlExtension/CCControlSlider.cpp
Added default values for max/min allowed values
|
2012-09-02 16:31:12 -05:00 |
ThePickleMan
|
e07320f6a8
|
Update extensions/GUI/CCControlExtension/CCControlSlider.cpp
Added minimum/maximum allowed values
|
2012-09-02 16:10:25 -05:00 |
ThePickleMan
|
82ea6fbb99
|
Update extensions/GUI/CCControlExtension/CCControlSlider.h
Added fields and methods for setting the maximum allowed value.
|
2012-09-02 16:08:13 -05:00 |
fish
|
847ccaff7d
|
CCRGBAProtocol must be public in order for actions like CCTintTo to have an affect on the CCScale9Sprite.
|
2012-08-30 10:39:36 -04:00 |
minggo
|
0e81fd0568
|
fixed #1442: use CREATE_FUNC instead of SCENE_CREATE_FUNC and NODE_CREATE_FUNC
|
2012-08-27 16:11:07 +08:00 |
James Chen
|
ee3e68014b
|
Merge branch 'gles20' of https://github.com/cocos2d/cocos2d-x into android_editbox
|
2012-08-24 00:16:11 +08:00 |
James Chen
|
1685e5c497
|
issue #1429: Used java code to implement keyboard layout.
|
2012-08-24 00:15:15 +08:00 |
James Chen
|
a437099779
|
issue #1429: Use activity to implement CCEditBox for android. Next step: use dialog to implement CCEditBox.
|
2012-08-23 09:42:28 +08:00 |
James Chen
|
bcbd161398
|
issue #1429: First commit CCEditBox for android port.
|
2012-08-22 09:47:04 +08:00 |
James Chen
|
3eecc283d0
|
Merge branch 'iss1437_return_pointer' of https://github.com/minggo/cocos2d-x into iss1437_return_pointer
|
2012-08-21 16:57:41 +08:00 |
James Chen
|
d918c8186f
|
Update extensions/GUI/CCEditBox/CCEditBox.cpp
Revert this file, uncomment some codes in 'initWithXXX'.
|
2012-08-21 16:03:36 +08:00 |
minggo
|
cfdc50fb60
|
issue #1437:make CCEGLView::sharedOpenGLView() return pointer
|
2012-08-21 14:58:31 +08:00 |
Dale Ducharme
|
4004a8ac61
|
Cocos2dx for gles2.
|
2012-08-17 17:45:21 -04:00 |
James Chen
|
f7fd4fc2bf
|
issue #1429: Fixed a bug in EAGLView.mm.
|
2012-08-17 15:24:33 +08:00 |
James Chen
|
d3338a70e5
|
issue #1429: Updated EditBoxTest and fix a bug about callback function.
|
2012-08-17 14:29:07 +08:00 |
James Chen
|
0fce637ec7
|
issue #1429: First commit CCEditBox support, only valid on IOS. PLZ refer to ExtensionsTest/EditBoxTest.
|
2012-08-15 14:33:56 +08:00 |
Walzer
|
cc3d850892
|
fixed #1416, add object orientated APIs for CCGeometry, replace "CCFloat" with "float"
|
2012-08-01 15:30:12 +08:00 |
Walzer
|
0431cb455b
|
fixed #1413, add CCTouch::getLocation(), getDelta() method
return OpenGL coordinates directly, to make the usage more convenient.
|
2012-07-31 17:41:53 +08:00 |
Walzer
|
b8fa32dbc0
|
use extensions/GUI instead of extensions/UI
|
2012-07-30 22:57:59 +08:00 |