platform/core/uifw/dali-core.git
2014-11-14 Francisco SantosFix issues reported by cppcheck 93/30293/2
2014-11-13 Kimmo HoikkaMerge "(CustomActorImpl) Remove unused key-input-focus...
2014-11-13 Nick HollandDALi Version 1.0.17 61/30261/1 dali_1.0.17
2014-11-12 Kimmo HoikkaMerge "Klockwork: Remove unreachable code" into tizen
2014-11-12 Kimmo Hoikkaproper enums for texture units to improve readability... 76/30176/2
2014-11-12 Adeel Kazmi(CustomActorImpl) Remove unused key-input-focus methods 22/30222/1
2014-11-12 Adeel KazmiMerge "Remove a few exports by getting rid of two std...
2014-11-12 Kimmo HoikkaCleaning up property public API 89/30189/2
2014-11-12 Kimmo HoikkaRemove a few exports by getting rid of two std::vectors... 99/30099/12
2014-11-11 Adeel Kazmi(Gestures) Pass const refs in callbacks 28/30128/2
2014-11-11 Kingsley StephensKlockwork: Remove unreachable code 32/30132/1
2014-11-11 Adeel Kazmi(Automated Tests) Fix build break 19/30119/1
2014-11-10 Kimmo HoikkaCleaning up shader-effect-impl in preparation for futur... 48/30048/4
2014-11-10 Kimmo Hoikkaremoving use of using namespace std; 49/30049/4
2014-11-07 David SteeleUpdated shaders, shader script and geometry types. 91/29991/3
2014-11-07 Kimmo HoikkaRemove boost from animation public API 29/29929/5
2014-11-07 Adeel KazmiMerge "Updated test harness code to enable styling...
2014-11-06 Kimmo HoikkaAvoid setting all the programs in all the shaders,... 36/29936/3
2014-11-06 Kimmo HoikkaMerge "Klockwork fixes: Distance field iteration ...
2014-11-06 Kimmo HoikkaMerge "Remove dead code" into tizen
2014-11-06 David SteeleUpdated test harness code to enable styling through... 47/29747/3
2014-11-06 Adeel KazmiMerge "Klockwork: remove unreachable code, check iterat...
2014-11-06 Adeel KazmiMerge "remove the exports for enumerated property types...
2014-11-06 Kimmo HoikkaRemove dead code 30/29930/3
2014-11-06 Adeel KazmiMerge "Remove handle::operator=(NULL) as it is duplicat...
2014-11-06 Kimmo Hoikkaremove the exports for enumerated property types 81/29981/2
2014-11-06 Kimmo HoikkaRemove handle::operator=(NULL) as it is duplicating... 32/29932/3
2014-11-06 Adeel KazmiDALi Version 1.0.16 62/29962/1 dali_1.0.16
2014-11-05 Kimmo HoikkaMerge "Updates to handle context loss and regain" into...
2014-11-05 Adeel KazmiMerge "Reduce exports by inlining alpha functions and...
2014-11-05 Kingsley StephensKlockwork: remove unreachable code, check iterators 25/29925/1
2014-11-05 Kingsley StephensKlockwork fixes: Distance field iteration 83/29883/1
2014-11-05 David SteeleUpdates to handle context loss and regain 69/27369/18
2014-11-05 Adeel KazmiMerge "Dont keep update unnecessarily running when...
2014-11-05 Kimmo HoikkaMerge "Add missing attach call to TextActor (Image...
2014-11-04 Kimmo HoikkaDont keep update unnecessarily running when even thread... 10/29810/2
2014-11-04 Kimmo HoikkaAdd missing attach call to TextActor (Image and Mesh... 09/29809/2
2014-11-04 Kimmo HoikkaFixing the comments and coding style in intrusive pointer 07/29807/2
2014-11-03 Kimmo HoikkaReduce exports by inlining alpha functions and helper... 69/29669/8
2014-10-31 Kimmo Hoikkamoving COMPILE_TIME_ASSERT to common from math (has... 01/29701/2
2014-10-31 Nick HollandFixed 9 patch display bug 68/29668/1
2014-10-30 Kimmo HoikkaMerge "stop using double variant of pow" into tizen
2014-10-30 Kimmo HoikkaFixing the remaining exports from public API 77/29577/6
2014-10-30 Kimmo Hoikkastop using double variant of pow 17/29617/2
2014-10-30 Adeel KazmiDALi Version 1.0.15 04/29604/1 dali_1.0.15
2014-10-29 Adeel KazmiMerge "Removed un-necessary cast in shader code" into...
2014-10-29 David SteeleRemoved un-necessary cast in shader code 71/29571/2
2014-10-29 Kimmo Hoikkaremoval of unnecessary exports; math & object.. 15... 54/29554/2
2014-10-29 Kimmo Hoikkaremove unnecessary exports from animation and signal... 10/29510/5
2014-10-29 Adeel KazmiStop passing bitmaps as raw pointers to ensure it is... 03/29403/4
2014-10-28 Kimmo Hoikkaremove obsolete functions from public API 26/29426/3
2014-10-28 Kimmo Hoikkamoving the environment options to Adaptor (where they... 22/29422/4
2014-10-27 Adeel Kazmi(TextStyle) Fix incorrect check regarding Font Weight 00/29400/1
2014-10-24 Kimmo HoikkaUnnecessary export removal 54/29354/4
2014-10-24 Adeel KazmiMerge "move constants to unnamed namespace to prevent...
2014-10-23 Kimmo Hoikkastop passing shader data as raw pointer to make sure... 73/28973/7
2014-10-23 Kimmo Hoikkamove constants to unnamed namespace to prevent compiler... 76/29276/2
2014-10-23 Kimmo HoikkaRemove unnecessary exports 31/29031/3
2014-10-23 Adeel Kazmi(Character) Fix typo 33/29233/1
2014-10-22 Lee MorganDALi Version 1.0.14 92/29192/1
2014-10-21 Kimmo HoikkaMerge "(ImageActor) Added new nine patch style to rende...
2014-10-21 Adeel KazmiMerge "fix for Actor.Insert()" into tizen
2014-10-21 Kimmo HoikkaMerge "(Properties) Property::Map class added" into...
2014-10-21 Lee Morganfix for Actor.Insert() 15/29115/2
2014-10-21 Adeel Kazmi(Properties) Property::Map class added 72/28972/5
2014-10-20 Nick Holland(ImageActor) Added new nine patch style to render the... 67/28967/7
2014-10-20 Kimmo Hoikkastop concatenating mesh shaders at runtime 54/28754/5
2014-10-20 Kimmo HoikkaRemove unnecessary exported template code from Dali... 12/29012/3
2014-10-17 Kimmo Hoikkaremove unnecessary Dali::Vector exports 68/28968/1
2014-10-16 Kimmo HoikkaRemoval of unnecessary use of std::set, part I 11/28811/1
2014-10-16 Adeel KazmiRevert "Added sub pixel itensity calculation for text... 98/28798/3
2014-10-15 Adeel KazmiMerge "Optimized shader hash to not allocate memory...
2014-10-15 Adeel KazmiMerge "DALi Version 1.0.13" into tizen
2014-10-15 Adeel KazmiMerge "Character - Return the script which the characte...
2014-10-15 Kingsley StephensDALi Version 1.0.13 61/28761/1 dali_1.0.13
2014-10-15 Nick HollandOptimized shader hash to not allocate memory or perform... 83/28683/5
2014-10-14 Adeel Kazmi(Constraints) Ensure first value is baked appropriately... 12/28712/1
2014-10-10 Victor CebolladaCharacter - Return the script which the character belongs. 29/28629/1
2014-10-09 Adeel Kazmi(Property) Ensure Matrix & Matrix3 custom types can... 46/28546/1
2014-10-08 Adeel KazmiDALi Version 1.0.12 96/28496/1 dali_1.0.12
2014-10-03 Richard HuangAdded hover event in Dali 14/27814/11
2014-10-03 Adeel KazmiMerge "(Animation) Ensure animator has been activated...
2014-10-02 Nick HollandDALi Version 1.0.11 39/28339/1 dali_1.0.11
2014-10-02 Adeel Kazmi(Animation) Ensure animator has been activated before... 22/28322/2
2014-09-30 Adeel Kazmi(Animation) Remove DestroyAction 05/28205/1
2014-09-30 Adeel Kazmi(Animation) Allow the value to be baked upon property... 49/28149/8
2014-09-29 Adeel Kazmi(PropertyOwner) Distinguish between disconnection ... 42/28142/5
2014-09-26 David SteeleFixed internal material test cases 50/28150/1
2014-09-25 Kimmo HoikkaMerge "Stop heap allocating messages from UpdateManager...
2014-09-25 Adeel KazmiMerge "stop using bool as index for an unnecessary...
2014-09-25 Lee MorganDALi Version 1.0.10 70/28070/1 dali_1.0.10
2014-09-25 Kimmo HoikkaStop heap allocating messages from UpdateManager for... 42/27942/6
2014-09-25 Kimmo Hoikkastop using bool as index for an unnecessary uninitializ... 69/28069/2
2014-09-24 Kimmo HoikkaMerge "(Properties) Specify which properties can be... accepted/tizen_3.0.2014.q3_common tizen_3.0.2014.q3_common accepted/tizen/common/20140925.172112 submit/tizen_common/20140925.141856 submit/tizen_mobile/20141120.000000 tizen_3.0.2014.q3_common_release
2014-09-24 Kimmo HoikkaMerge "Added api to specify a playing range inside...
2014-09-24 Kimmo HoikkaMerge "Event-side size storage in Actor." into tizen
2014-09-24 Adeel Kazmi(Properties) Specify which properties can be registered... 59/27959/2
2014-09-24 Kimmo HoikkaMerge "Added sub pixel itensity calculation for text...
2014-09-24 Ferran SoleAdded api to specify a playing range inside an animation 28/27728/8
2014-09-24 Kimmo HoikkaMerge "remove refobject based objects and dynamic casti...
next