Harmonize Animation API parameter checking and add test cases for them
[platform/core/uifw/dali-core.git] / dali / internal / event / animation / animation-impl.cpp
2018-11-01 Kimmo HoikkaHarmonize Animation API parameter checking and add... 11/192211/3
2018-10-12 David SteeleMerge "(FrameCallback) All values now local & baking...
2018-10-12 Adeel Kazmi(FrameCallback) All values now local & baking of the... 54/190554/9
2017-10-06 Adeel Kazmi[dali_1.2.60] Merge branch 'devel/master' 37/154137/1
2017-09-29 Adeel KazmiMoved some Animation Devel APIs to the Public API 67/153767/2
2017-08-11 Richard Huang[dali_1.2.52] Merge branch 'devel/master' 39/143839/1
2017-08-09 Seoyeon KimImplement Animation SetLoopMode and GetLoopMode API 33/140933/6
2017-07-28 Adeel Kazmi[dali_1.2.50] Merge branch 'devel/master' 30/141230/1
2017-07-27 Adeel KazmiMerge "Updated dali_env script to ensure no build telem...
2017-07-26 Seoyeon KimImplement Animation PlayAfter() API 02/139402/11
2017-06-16 Umar[dali_1.2.44] Merge branch 'devel/master' 35/134435/1
2017-06-12 David SteeleMerge "Simplified actor depth traversal algorithms...
2017-06-09 Adeel KazmiMerge "Adding Progress notification to Animation" into...
2017-06-09 Agnelo VazAdding Progress notification to Animation 12/132812/14
2017-06-09 Adeel Kazmi[dali_1.2.43] Merge branch 'devel/master' 88/133288/3
2017-06-08 Kimmo HoikkaRemove current and future memory leaks with messages... 10/132810/2
2017-06-02 Nick Holland[dali_1.2.42] Merge branch 'devel/master' 61/132361/1
2017-05-26 David SteeleMerge "Removal of unnecessary set and map wrappers...
2017-05-26 David SteeleMerge "(Animation) Ensure PlayFrom updates the cached...
2017-05-26 David SteeleMerge "(Animation) Ensure AnimateBetween updates the...
2017-05-26 David SteeleMerge "(Animation) Ensure AnimateBy updates the cached...
2017-05-26 Adeel Kazmi(Animation) Ensure PlayFrom updates the cached event... 99/131099/2
2017-05-26 Adeel Kazmi(Animation) Ensure AnimateBetween updates the cached... 72/130272/5
2017-05-26 Adeel Kazmi(Animation) Ensure AnimateBy updates the cached event... 23/130223/8
2017-05-19 Francisco Santos[dali_1.2.40] Merge branch 'devel/master' 29/130229/1
2017-05-18 Adeel Kazmi(Animation) Ensure TimePeriod is taken into account... 89/129889/3
2017-05-18 Adeel KazmiMerge "Enable -Woverloaded-virtual to enforce correct...
2017-05-18 Adeel KazmiMerge "Enable -Wnon-virtual-dtor to avoid incorrect...
2017-05-17 David SteeleMerge changes I84e1ce43,I76b93d51 into devel/master
2017-05-17 Adeel Kazmi(Animation) Reorder animation variables according to... 68/129668/2
2017-05-17 Adeel KazmiEnsure cached values of properties animated using Anima... 80/128380/9
2017-03-24 Victor Cebollada[dali_1.2.32] Merge branch 'devel/master' 74/120874/1
2017-03-21 David SteeleMerge "Target Values of animation only set on ::Play...
2017-03-20 Agnelo VazTarget Values of animation only set on ::Play() 86/119386/5
2016-12-05 Adeel KazmiMerge "Prevent API generate warning log" into devel...
2016-12-02 adam.b[dali_1.2.17] Merge branch 'devel/master' 81/101981/1
2016-12-01 David SteeleMerge "Remove dead code from tests." into devel/master
2016-12-01 David SteeleMerge "Add missing includes." into devel/master
2016-12-01 Kimmo HoikkaMerge "Removed ShaderEffect" into devel/master
2016-12-01 Adeel KazmiRemoved ShaderEffect 08/101608/3
2016-12-01 Adeel KazmiMerge "Replace ASSERT_ALWAYS( false && "message ) with...
2016-11-30 Kimmo HoikkaReplace ASSERT_ALWAYS( false && "message ) with a more... 68/100868/10
2016-11-18 Umar[dali_1.2.15] Merge branch 'devel/master' 30/98730/1
2016-11-16 Paul WisbeyMerge "Check if number of textures match active sampler...
2016-11-14 Adeel KazmiFix various SVACE errors 53/97253/5
2016-02-12 Adeel Kazmi[dali_1.1.21] Merge branch 'devel/master' 13/59313/1
2016-02-08 Adeel KazmiMerge "Update Object's public header comments" into...
2016-02-08 Adeel KazmiMerge "Update Events' public header comments" into...
2016-02-08 Adeel KazmiMerge "Update Common's public header comments" into...
2016-02-08 Adeel KazmiMerge "Update Animation's public header comments" into...
2016-02-08 Adeel KazmiMerge "Update Actors' public header comments" into...
2016-02-08 Kimmo HoikkaMerge "Move blending and culling options from Material...
2016-02-05 Lee MorganAdded Animation GetState() 27/58527/9
2016-02-05 Xiangyin Ma[dali_1.1.20] Merge branch 'devel/master' 49/58949/1
2016-02-02 taeyoonMerge "NativeImageSource with tbm_surface for tizen...
2016-02-01 Adeel KazmiMerge "Add @DEPRECATED to all public symbols of ImageAc...
2016-02-01 Adeel KazmiMerge "Added Animation loop count" into devel/master
2016-01-29 Lee MorganAdded Animation loop count 39/56939/20
2015-12-23 Adeel Kazmi[dali_1.1.15] Merge branch 'devel/master' 27/55427/1
2015-12-11 Adeel KazmiMerge "LLVM/Emscripten fixes" into devel/master
2015-12-11 Adeel KazmiMerge "Return target size and position while retrieving...
2015-12-11 Richard HuangReturn target size and position while retrieving defaul... 01/54001/6
2015-07-17 Nick Holland[dali_1.0.49] Merge branch 'devel/master' 55/44155/1
2015-07-09 Adeel KazmiMerge "DALi Version 1.0.48" into devel/master
2015-07-09 Kimmo HoikkaRemove UNSIGNED_INTEGER property type as it does not... 84/43384/2
2015-06-25 Francisco SantosMerge branch 'devel/master' into devel/new_mesh 15/42315/1
2015-06-24 Chu Hoang[dali_1.0.46] Merge branch 'devel/master' 37/42237/1
2015-06-19 Adeel KazmiMerge "Fix prevent issue - Unsigned compared against...
2015-06-19 Adeel KazmiMerge "Fix UtcDaliObjectRegistryCopyConstructor" into...
2015-06-18 Adeel KazmiMerge "Remove a few unnecessary exports" into devel...
2015-06-18 Adeel KazmiMerge "Stop unnecessarily exporting BitmapPackedPixel...
2015-06-18 Kimmo HoikkaMerge "Fix prevent issue - GetCurrent() might return...
2015-06-17 Yoonsang LeeFix prevent issue - GetCurrent() might return null 19/41019/3
2015-06-09 Adeel KazmiMerge "Remove extension from shader." into devel/new_mesh
2015-06-09 Francisco SantosMerge remote-tracking branch 'origin/tizen' into devel... 32/40732/2
2015-06-04 Richard Huang[dali_1.0.43] Merge branch 'tizen' 92/40492/1
2015-05-29 Kimmo HoikkaMerge "Remove std::vector from public api" into tizen
2015-05-29 Lee MorganRemove std::vector from public api 54/40154/8
2015-05-29 Adeel Kazmi[dali_1.0.42] Merge branch 'tizen' 13/40113/1
2015-05-21 Kimmo HoikkaMerge "Update UTC for quaternion.h" into tizen
2015-05-21 Kimmo HoikkaMerge "Fix UTCs for EncodedBufferImage & HitTestAlgorit...
2015-05-19 Adeel KazmiMerge "Cleaning up size negotiation - Check for recursi...
2015-05-19 Kimmo HoikkaCleaning up size negotiation 58/39558/2
2015-04-29 Lee Morgan[dali_1.0.40] Merge branch 'tizen' 73/38873/1
2015-04-28 Francisco SantosMerge remote-tracking branch 'origin/tizen' into devel... 81/38781/1
2015-04-24 Ferran SoleAlphaFunction refactoring 12/38412/21
2015-04-23 Xiangyin Ma[dali_1.0.39] Merge branch 'tizen' 45/38645/1
2015-04-22 Kimmo HoikkaMerge "Added animation and constraint support for UNSIG...
2015-04-22 David SteeleAdded animation and constraint support for UNSIGNED_INT... 03/37703/7
2015-04-20 Paul WisbeyMerge "Added P/N test cases, fixed last 2 cases." into...
2015-04-16 HyunJu ShinMerge "- Update UTC for animation.h - Remove assert...
2015-04-15 Ferran Sole[dali_1.0.38] Merge branch 'tizen' 62/38262/1
2015-04-14 Kimmo HoikkaMerge "Add cmake to the required system packages list...
2015-04-14 Kimmo HoikkaMerge "Size negotiation patch 3: Scope size negotiation...
2015-04-14 Heeyong Song- Update UTC for animation.h 78/38178/1
2015-04-13 Nick HollandRemove last reference to boost in dali-core 17/38117/3
2015-04-07 Paul WisbeyMerge remote-tracking branch 'origin/tizen' into new_text 41/37841/1
2015-04-03 Adeel Kazmi[dali_1.0.36] Merge branch 'tizen' 29/37729/1
2015-03-31 David SteeleMerge branch 'tizen' of platform/core/uifw/dali-core... 47/37547/6
2015-03-31 Heeyong SongRemove non-public APIs of Animation 48/37548/1
next