James Chen
|
9c906bbe30
|
fixed #1712: fix an issue of lacking table view cells after touch ended.
|
2013-02-18 09:45:01 +08:00 |
James Chen
|
cda7da3d43
|
fixed #1712: Adding default dpi for marmalade and mac since i don't know how to get DPI for these platforms.
|
2013-02-17 17:13:06 +08:00 |
James Chen
|
ac17f67686
|
issue #1712: Adding getting dpi support for iOS and Android.
|
2013-02-16 19:36:21 +08:00 |
James Chen
|
0a9a952edc
|
fixed #1711: Wrong clipping rectangle of CCScrollView when the scale of its ancestors isn't equal to 1.
|
2013-02-16 14:18:13 +08:00 |
Heewon Song
|
10375ae660
|
Fix for CCScrollView clipping bug
fix : wrong cliping rect when ancestors scale is not 1
|
2013-02-14 18:43:27 +09:00 |
Ed Bartley
|
39a39fb9f4
|
CCTableView: Added a delegate method to inform the implementor that a cell as about to be recycled. CCTableView no longer crashes if a CCTableViewDelegate is not provided.
|
2013-01-23 14:04:49 -05:00 |
James Chen
|
6565fa92cc
|
fixed #1649: Changed return type to const reference for member variable access.
|
2013-01-14 15:51:53 +08:00 |
minggo
|
a75f8b7e7a
|
fixed #1593:remove all deprecated methods expect CCBAnimationManager
|
2012-12-06 18:51:33 +08:00 |
James Chen
|
c1eded787a
|
Merge pull request #1724 from FlowerpotGames/gles20
fixed #1599: CCScrollView and CCTableView updates.
|
2012-12-05 18:28:30 -08:00 |
Ed Bartley
|
73239a07e0
|
* Fixed improper behavior of horizontally scrolling ScrollView
|
2012-12-05 09:55:06 -05:00 |
Ed Bartley
|
3ed97165a5
|
* Add documentation to CCTableViewDelegate methods.
|
2012-12-04 15:46:27 -05:00 |
Ed Bartley
|
9f04817235
|
* CCScrollView did not scroll correctly if the container items do not fill the ScrollView. The issue can be observed by modifying TableViewTestLayer::numberOfCellsInTableView(…) in the ExtensionsTest/TableViewTest project from 20 cells to 2 cells.
|
2012-12-04 15:32:13 -05:00 |
James Chen
|
ebd522e3fa
|
issue #1564: Return a new object instead of 'const reference' for some get methods.
|
2012-11-20 16:34:55 +08:00 |
Ed Bartley
|
4ec9793769
|
TableView updates to provide more touch input to CCTableViewDelegate
|
2012-11-02 20:26:43 -04:00 |
James Chen
|
fb657f674d
|
fixed #1510: Application will freeze when 'numberOfCellsInTableView' returns zero.
|
2012-10-16 11:31:04 +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 |
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 |
Walzer
|
cc3d850892
|
fixed #1416, add object orientated APIs for CCGeometry, replace "CCFloat" with "float"
|
2012-08-01 15:30:12 +08:00 |
Walzer
|
b8fa32dbc0
|
use extensions/GUI instead of extensions/UI
|
2012-07-30 22:57:59 +08:00 |