DALi signals refactor to remove V2 naming
[platform/core/uifw/dali-toolkit.git] / base / dali-toolkit / internal / controls / scrollable / item-view / item-view-impl.cpp
2015-01-30 tom.robinsonDALi signals refactor to remove V2 naming 02/34702/2
2015-01-09 Kimmo HoikkaMerge "Change overshoot to have constant speed as a...
2015-01-09 Richard HuangChange overshoot to have constant speed as a property 60/31960/7
2014-12-19 Adeel Kazmi(ItemView) Fix Klocwork reported issue 04/32604/1 accepted/tizen/mobile/20141222.135816 accepted/tizen/tv/20141222.125620 accepted/tizen/wearable/20141222.134841 submit/tizen_mobile/20141222.110445 submit/tizen_tv/20141222.110455 submit/tizen_wearable/20141222.110450
2014-12-12 Paul WisbeyMerge "Fix ItemView insert/remove when outside the...
2014-12-12 Paul WisbeyFix ItemView insert/remove when outside the current... 35/31935/1
2014-11-13 Nick Holland[dali_1.0.17] Merge branch 'tizen' 69/30269/1
2014-11-11 Adeel KazmiUpdates after the use of const refs in gesture callbacks 30/30130/1
2014-11-10 Xiangyin MaScrollable: Klocwork issues fix 26/29826/6
2014-10-30 Adeel Kazmi[dali_1.0.15] Merge branch 'tizen' 12/29612/1
2014-10-28 Adeel KazmiInclude required header files directly rather than... 79/29479/3
2014-10-22 Lee Morgan[dali_1.0.14] Merge branch 'tizen' 04/29204/1 dali_1.0.14
2014-10-17 Kimmo Hoikkainclude map- and set-wrappers directly internally as... 38/28938/2
2014-08-13 Kingsley Stephens[dali_1.0.4] Merge branch 'tizen' 90/25990/1
2014-08-13 Adeel KazmiMerge "Implemented the Handle assignment operators...
2014-08-12 Adeel KazmiMerge "Removed invalid handle assignments from Builder...
2014-08-08 Adeel KazmiRemove Deprecated APIs 15/25715/1
2014-07-24 Adeel Kazmi[dali_1.0.1] Merge branch 'tizen' 80/24980/1
2014-07-15 Richard HuangMove the logic of constraint application from ItemView... 89/24489/1
2014-07-08 Richard HuangFixed the wrong scroll signal sequence in ItemView 08/24208/1
2014-07-08 Sinjae Lee(ItemView) Modified scroll speed and flick animation... 03/24203/1
2014-07-08 Richard HuangItemView cache should always be refreshed during scrolling 93/24193/1
2014-07-08 Richard HuangPrevent fighting of setting scroll position property... 90/24190/1
2014-07-08 Richard HuangStop caching extra items while activating layout in... 87/24187/1
2014-07-08 Xiangyin MaNew Bouncing Effect 82/24182/1
2014-07-08 Richard HuangAllow configurable speed factor when ItemView is being... 81/24181/1
2014-07-08 Richard HuangNotify ItemFactory when an item is removed from ItemView 78/24178/1
2014-07-08 Richard HuangNew API to get the range of items in the current ItemVi... 77/24177/1
2014-07-08 Francisco SantosRemove animation while panning. 52/24152/1
2014-06-11 Richard HuangFixed wrong scroll direction for mouse wheel event...
2014-06-11 TaeyoonConversion to Apache 2.0 license
2014-06-11 Adeel KazmiMerge branch 'master' into tizen
2014-06-11 Adeel KazmiRevert "License conversion from Flora to Apache 2.0" 49/22749/1
2014-05-27 Adeel KazmiMoved ControlImpl to Internal namespace & renamed to...
2014-05-22 TaeyoonLicense conversion from Flora to Apache 2.0 02/21502/3 submit/tizen/20140526.004929
2014-05-15 Julien Heanley(OvershootIndicator) Enable new shader bounce effect...
2014-05-15 Ferran SoleConfigurable anchor point and parent origin of the...
2014-05-15 Julien Heanley(ItemView) Implemented SetOvershootEnabled which is...
2014-05-03 Paul WisbeySplit dali-toolkit into Base & Optional