Neo Kim
|
049607b5d8
|
Replace tab indents to 4 spaces.
|
2015-11-10 21:03:51 +09:00 |
Neo Kim
|
e59b7b74be
|
PageView - Add `scrollToItem()` having only one parameter.
|
2015-10-28 16:57:54 +09:00 |
Neo Kim
|
69b794d284
|
PageView - Remove `_indicatorEnabled` flag. Null `_indicator` means that it is disabled.
|
2015-10-28 16:57:53 +09:00 |
Neo Kim
|
9ed617c978
|
PageView - Add API descriptions
|
2015-10-28 16:56:36 +09:00 |
Neo Kim
|
b72e4118f0
|
PageViewIndicator - Add `PageViewIndicator.cpp` to build configuration files.
|
2015-10-28 16:56:36 +09:00 |
Neo Kim
|
e3fcd6722a
|
PageViewIndicator - Add some getter and setters.
|
2015-10-28 16:56:36 +09:00 |
Neo Kim
|
8abd1ab600
|
PageView - The indicator should be created before `ListView::init()`
|
2015-10-28 16:56:36 +09:00 |
Neo Kim
|
2d2d17172c
|
PageViewIndicator - Fix that indexes were upside down in vertical view.
|
2015-10-28 16:56:36 +09:00 |
Neo Kim
|
1897051664
|
PageView - Add `setDirection()` and `setIndicatorEnabled()` methods.
|
2015-10-28 16:56:36 +09:00 |
Neo Kim
|
eefdffc032
|
PageViewIndicator - Add `setDirection()` method.
|
2015-10-28 16:56:36 +09:00 |
Neo Kim
|
368a3048c4
|
PageView - Add `setIndicatorPosition()`.
|
2015-10-28 16:56:36 +09:00 |
Neo Kim
|
fc0fe976f7
|
PageView - Complete `handleReleaseLogic()` method.
|
2015-10-28 16:56:36 +09:00 |
Neo Kim
|
b19ed5a3b5
|
ScrollView - Change `moveInnerContainer()` to virtual method.
|
2015-10-28 16:56:36 +09:00 |
Neo Kim
|
b3f33de071
|
ListView - Change `calculateItemDestination()` to a class method.
|
2015-10-28 16:56:35 +09:00 |
Neo Kim
|
c684016ee6
|
PageView - Implementing page view indicator
|
2015-10-28 16:56:35 +09:00 |
Neo Kim
|
4dbfb79110
|
Add `onItemListChanged()`method.
|
2015-10-28 16:56:35 +09:00 |
Neo Kim
|
0ee09fcfce
|
PageView - Implement the page indicator
|
2015-10-28 16:56:35 +09:00 |
Neo Kim
|
30e2e46f20
|
PageView - Add `PageViewIndicator` which indicates current page among total pages.
|
2015-10-28 16:56:35 +09:00 |
Neo Kim
|
76acb91861
|
Move `createSpriteFromBase64()` from `UIScrollViewBar.cpp` to `ccUtils.h` in order to use it in other places.
|
2015-10-28 16:56:35 +09:00 |
Neo Kim
|
a2bc0d4859
|
ScrollViewBar - Change wording in comment.
|
2015-10-28 16:56:35 +09:00 |
Neo Kim
|
b9a4449494
|
PageView - Add `handleReleaseLogic()` for page view.
|
2015-10-28 16:56:35 +09:00 |
Neo Kim
|
46c0a43105
|
ScrollView - Use a vector in `scrollChildren()` instead of two floats.
|
2015-10-28 16:56:35 +09:00 |
Neo Kim
|
84d0625b93
|
ScrollView - Remove redundant codes.
|
2015-10-28 16:56:34 +09:00 |
Neo Kim
|
5de6aa78ec
|
ScrollView - Remove the return value of `scrollChildren()`.
|
2015-10-28 16:56:34 +09:00 |
Neo Kim
|
30d39af5fa
|
Refactor `jumpTo` methods to use `moveInnerContainer()`.
|
2015-10-28 16:56:34 +09:00 |
Neo Kim
|
e67250e162
|
ScrollView - Create `moveInnerContainer()` to replace `moveChildren()` and `moveChildrenToPosition()`. All move related logic will be integrated into one.
|
2015-10-28 16:56:34 +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 |
mogemimi
|
9df30d2454
|
Fix typos in documentation
|
2015-10-23 16:59:51 +09:00 |
dimon4eg
|
27d5ad920e
|
Update comment
|
2015-10-21 16:55:45 +03:00 |
dimon4eg
|
82bcbb0325
|
Revert: Fix crash in web view on android
|
2015-10-21 16:54:41 +03:00 |
dimon4eg
|
d317cd75e1
|
Improved code a bit
|
2015-10-16 11:28:34 +03:00 |
dimon4eg
|
ee3c000b43
|
Fix crash in web view on android
|
2015-10-15 16:43:53 +03:00 |
XiaoFeng
|
a6a3e24fdd
|
Fix when image size of variable button status texture are different, Helper::restrictCapInsetRect result may cause pressed & disabled status picture won't display.
|
2015-10-14 13:58:58 +08:00 |
mogemimi
|
daa29752db
|
Fix typo in UIEditBox
|
2015-10-12 13:57:50 +09:00 |
pandamicro
|
c2571f950c
|
Merge pull request #14003 from zilongshanren/fixWebViewCallback
fix ui::WebView callback operate OpenGL issue.
|
2015-10-10 11:32:02 +08:00 |
pandamicro
|
27fc6b24ee
|
Merge pull request #14080 from 1scaR1/v3
Fixed enabling of scale9 background in ccui.Layout
|
2015-10-10 09:39:09 +08:00 |
mogemimi
|
5993304e06
|
Fix typos
|
2015-10-09 17:59:11 +09:00 |
子龙山人
|
cdf6fa8a54
|
Merge pull request #14052 from neokim/fix_listview_center_magnetic_issue
Fix an issue that list view's Magnetic::CENTER is not working well when non-bounceable.
|
2015-10-09 08:27:18 +08:00 |
pandamicro
|
e32e8b95a4
|
Merge pull request #14055 from Dimon4eg/fix-crash-in-LoadingBar
fix crash in LoadingBar
|
2015-10-08 11:22:43 +08:00 |
Nikita
|
0042f9f5cd
|
Fixed background size if scale9 enabled in Layout
Fixes for issue: cocos2d#14001
|
2015-10-06 16:14:47 +03:00 |
pandamicro
|
1e298a2c1a
|
Merge pull request #14064 from MSOpenTech/v3-win10-fix
V3: fixed Windows 10 UWP app manifest by correcting image asset paths
|
2015-10-04 10:53:52 +08:00 |
Dale Stammen
|
32eeb560c3
|
clean up include files for WINRT platforms
|
2015-10-02 18:49:41 -07:00 |
mogemimi
|
9f768bc1ab
|
Add missing override keyword
|
2015-10-02 18:18:23 +09:00 |
dimon4eg
|
ec20b48775
|
fix crash in LoadingBar
|
2015-09-30 13:04:13 +03:00 |
Neo Kim
|
423cbb83a9
|
Fix an issue that list view's Magnetic::CENTER is not working well around boundaries if it is non-bounceable.
|
2015-09-30 16:55:48 +09:00 |
zilongshanren
|
bee52e378d
|
fix ui::WebView callback operate OpenGL issue.
All the OpenGL operations should be in OpenGL thread.
This PR wraps the callbacks in OpenGL thread.
|
2015-09-23 11:22:36 +08:00 |
XiaoFeng
|
f5c88c32af
|
Fix click slider bar but not drag ball, after slider position changed won't send percentChangedEvent
|
2015-09-23 10:55:01 +08:00 |
pandamicro
|
eec67ea13b
|
Merge pull request #13975 from zilongshanren/fixIssue11259
don't change Text's dimension when label scale.
|
2015-09-22 01:49:20 +08:00 |
子龙山人
|
f2190c79b9
|
Merge pull request #13835 from neokim/add_jump_to_item_to_listview
Add a feature of jumping to a specific item in list tview
|
2015-09-21 18:36:05 +08:00 |