platform/core/uifw/dali-core.git
2014-07-08 Kimmo HoikkaPrevent event thread from picking up notifications... 89/24089/1
2014-07-08 David SteeleAdded more unit tests for NinePatchImage 88/24088/1
2014-07-08 Adeel Kazmi(UpdateManager) Fire animation notifications ONLY when... 87/24087/1
2014-07-08 Kimmo Hoikkafixing a potential memory corruption/crash if Dali... 86/24086/1
2014-07-08 David SteeleAdded image renderer clip space culling 85/24085/1
2014-07-08 David SteeleFixed segfault if nine-patch image failed to load 84/24084/1
2014-07-08 Paul WisbeyOptimization to reduce Handle size by 50% 83/24083/1
2014-07-08 Adeel Kazmi(HitTest) Added API to layer so that it can consume... 82/24082/1
2014-07-08 Adeel Kazmi(AutomatedTests) Ensure dali automated tests can be... 81/24081/1
2014-07-08 Adeel Kazmi(PanGesture) Added pan velocities as a property. 80/24080/1
2014-07-08 Victor CebolladaAny type - const getters added. 79/24079/1
2014-07-08 Paul WisbeyFixed RenderTask bug when source actor is off-stage. 78/24078/1
2014-07-08 Richard Underhill(Dali-Core) Memory optimisation for Text-Styles 77/24077/1
2014-07-08 Agnelo VazHit test algorithm fixed to traverse hit actor tree... 76/24076/1
2014-07-08 Andrew CoxRemove cropping from ImageAttributes 75/24075/1
2014-07-08 Xiangyin Ma(MeshActor) Add a reference to AnimatableMesh 74/24074/1
2014-07-08 Andrew CoxDocument the processing pipeline applied to images... 73/24073/1
2014-07-08 Adeel Kazmi(BaseObject) If type-name is not found then show a... 72/24072/1
2014-07-08 Adeel Kazmi(Gestures) Use the actor-gesture-data containers and... 71/24071/1
2014-06-11 Adeel KazmiUpdated spec file and removed unrequired shader binaries 67/22767/5
2014-06-10 Adeel Kazmi(Gestures) Extract out GestureData from Actor
2014-06-10 David SteeleFixed test case build & some test cases
2014-06-10 Julien HeanleyPan Gesture Prediction - Fixed issue where initial...
2014-06-10 Andrew CoxImage Load Cancelation - Downgrade error log to warning...
2014-06-10 Julien HeanleyPan Gestures - Changed Pan gesture prediction amount...
2014-06-10 TaeyoonConversion to Apache 2.0 license
2014-06-10 Adeel Kazmi(Gestures) Each actor is now aware of what gestures...
2014-06-10 Adeel Kazmi(HitTest) Ensure we do not create Actor handles when...
2014-06-10 jonghyun.hoUpload package dali_0.9.21
2014-06-10 daemyung jangChange the default pan algorithm
2014-06-10 Richard HuangFixed build error
2014-06-10 Julien HeanleyPan Gesture Prediction - Added DALI_PAN_GESTURE_PREDICT...
2014-06-10 jonghyun.hoUpload package dali_0.9.20
2014-06-10 jonghyun.hoGuard against constraint sending messages during core...
2014-06-10 Adeel KazmiFixed Image & Model problems with TypeRegistry
2014-06-10 Julien HeanleyPanGestures - Adjust average gesture movement for bette...
2014-06-10 Julien Heanley(PanGesture) Refining of smoothing algorithms
2014-06-10 Kimmo Hoikka(cleanup) Stop including std::vector directly inside...
2014-06-10 jonghyun.hoUpload package dali_0.9.19
2014-06-10 Paul WisbeyAvoid showing garbage when dali-demo is launched
2014-06-10 Adeel KazmiMerge branch 'master' into tizen
2014-06-10 Adeel KazmiRevert "License conversion from Flora to Apache 2.0" 27/22727/1
2014-05-29 jonghyun.hoFixed PREVENT "Using invalid iterator" dali-2014-wk22-release
2014-05-29 Jonghyun HoAvoid PanGesture circular buffer overflow
2014-05-29 jonghyun.hoUpload package dali_0.9.18.
2014-05-29 David SteeleAdded object sizes to platform abstraction in profiling...
2014-05-27 Adeel KazmiRemoved open-gles-20 dependency
2014-05-27 jonghyun.hoUpload package dali-0.9.17. dali-2014-wk21-release
2014-05-27 Paul WisbeyRevert "[SRUK] Avoid creating unnecessary strings for...
2014-05-27 David SteeleFixed dynamic shapes using meshes.
2014-05-27 jonghyun.hoUpload pacakge dali_0.9.16.
2014-05-27 David SteeleFixed saving of models to binary format
2014-05-27 Adeel Kazmi(Scripting) Removing const from parameters
2014-05-27 Francisco SantosFix color overflow in faded text.
2014-05-27 Adeel Kazmi(Scripting) Some internal structs/templates public...
2014-05-22 TaeyoonLicense conversion from Flora to Apache 2.0 00/21500/2 submit/tizen/20140526.004747
2014-05-22 TaeyoonRevert "License conversion from Flora to Apache 2.0"
2014-05-22 TaeyoonLicense conversion from Flora to Apache 2.0
2014-05-15 Richard UnderhillTextParameters object now contains only the specific... dali-2014-wk20-release
2014-05-15 Kingsley Stephens(Image) Make Image GetWidth and GetHeight return natura...
2014-05-15 Andrew CoxRevert "[SRUK] Bitmap core patch 2 of 4 - Replace all...
2014-05-15 Artem DergachevOptimize HitTestWithinLayer (20% faster HitTest).
2014-05-15 Paul WisbeyStubbed-out Dynamics implementation to reduce binary...
2014-05-13 David SteeleRemoving unnecessary dependencies 09/20909/1
2014-05-09 Francisco SantosAdd missing uniforms. 26/20626/1
2014-05-09 Andrew CoxBitmap core patch 2 of 4 - Replace all uses of the... 02/18002/4
2014-05-09 Kimmo HoikkaContextObserver removal, part II: Its gone 25/20625/1
2014-05-09 jonghyun.hoUpload package dali_0.9.15. 24/20624/1
2014-05-09 Kimmo HoikkaFix regression by previous optimization for mDirtyFlags 23/20623/1
2014-05-09 Kingsley Stephens(9 patch) Make ImageActor SetImage handle 9 patch images 22/20622/1
2014-05-09 Kimmo HoikkaContextObserver removal, part I: Program no longer... 21/20621/1
2014-05-09 Paul WisbeyFix regression with BitmapImage (width/height variety) 20/20620/1
2014-05-03 Francisco SantosClamp text color values to valid range.
2014-05-03 Kimmo HoikkaAlign data members, pointers first, classes then, next...
2014-05-03 Javon PrinceAdd 'ExclusiveArch: armv7l' limit build to arm architecture
2014-05-03 Richard UnderhillBuild Optimization for size ( -Os )
2014-05-03 Kimmo HoikkaGPUBuffer is unnecessarily large
2014-05-03 Javon PrinceAdd BakeFinal to Animation::EndAction
2014-05-03 Adeel Kazmi(AutomatedTests) Fixed build break.
2014-05-01 Kimmo HoikkaFix code to not include std set directly 96/20296/1
2014-05-01 Kimmo HoikkaAvoid creating unnecessary strings for built in shader... 95/20295/1
2014-05-01 Julien Heanley(Observers)Fix memory issues during observer iteration 94/20294/1
2014-05-01 Adeel Kazmi(Properties) Ensure TypeInfo is set when creating Type... 93/20293/1
2014-05-01 jonghyun.hoUpload package dali_0.9.14. 92/20292/1
2014-05-01 Javon PrinceText: Quality improvement 91/20291/1
2014-05-01 Adeel Kazmi(Gestures) Ensure an update is done if gesture properti... 90/20290/1
2014-05-01 Adeel KazmiMessageQueue now correctly reports that an update is... 89/20289/1
2014-05-01 Ferran SoleFix bug when reusing renderlist on stencil renderers 88/20288/1
2014-05-01 Paul WisbeyShare a single weight property between constraints 87/20287/1
2014-05-01 jonghyun.hoUpload package dali_0.9.13. 86/20286/1
2014-04-23 Andrew CoxImageData class to replace Bitmap class with new simple... 59/19959/1
2014-04-23 Kingsley Stephens(prevnet) Fix prevnet issues 58/19958/1
2014-04-23 jonghyun.hoUpload package dali_0.9.12. 57/19957/1
2014-04-23 Julien Heanley(PanGesture) Added environment variable "PAN_PREDICTION... 56/19956/1
2014-04-23 Javon PrinceMove view-mode.h from unmanaged to managed api 55/19955/1
2014-04-16 Adeel KazmiUpdated Tests style
2014-04-16 Ferran SoleAdded tag ( id ) to Constraints so they can be identifi... dali-2014-wk16-release
2014-04-16 Francisco SantosFix wrong check for warning.
2014-04-16 Francisco SantosKlocwork fixes.
2014-04-16 Julien Heanley(PropertyNotification) Force a property notification...
next