platform/core/uifw/dali-core.git
2015-10-29 Nick HollandDALi Version 1.1.8 07/50507/1 dali_1.1.8
2015-10-28 Paul WisbeyMerge "Remove render thread culling as its not used...
2015-10-27 Kimmo HoikkaRemove dead/duplicate enum values 93/50193/4
2015-10-27 Kimmo HoikkaRemove render thread culling as its not used for new... 01/50301/2
2015-10-27 Kimmo HoikkaMerge "Add UniformNameCache to keep track of unique...
2015-10-27 Lee MorganPrevent assert during path animation 07/50007/5
2015-10-26 Kimmo HoikkaMerge "Remove some ancient dead code, Vertex3d" into...
2015-10-26 Adeel KazmiMerge "Removed redundant type field" into devel/master
2015-10-26 Adeel KazmiMerge "Path registration with type registry" into devel...
2015-10-26 Kimmo HoikkaAdd UniformNameCache to keep track of unique uniform... 21/50121/6
2015-10-26 Kimmo HoikkaRemove some ancient dead code, Vertex3d 92/50192/2
2015-10-26 Adeel KazmiMerge "Added WeakHandleBase::Reset method." into devel...
2015-10-23 Kimmo HoikkaMerge "Remove double-buffered properties from SceneGrap...
2015-10-23 Chu HoangAdded WeakHandleBase::Reset method. 03/49603/2
2015-10-23 Kimmo HoikkaCache setUniform2f values as its used quite a lot by... 16/50116/1
2015-10-23 Lee MorganRemoved redundant type field 06/50106/3
2015-10-23 Adeel KazmiMerge "DALi Version 1.1.7" into devel/master
2015-10-23 Paul WisbeyMerge "Stop calculating default filter and wrap modes...
2015-10-23 Ferran SoleRemove double-buffered properties from SceneGraph:... 02/50002/10
2015-10-23 Lee MorganPath registration with type registry 04/50104/2
2015-10-23 Kimmo HoikkaStop calculating default filter and wrap modes every... 47/50047/3
2015-10-23 Lee MorganDALi Version 1.1.7 33/50033/1 dali_1.1.7
2015-10-22 Xiangyin MaAdded Thread abstract class 27/49927/5
2015-10-21 Kimmo HoikkaMerge "Remove scene graph property buffer" into devel...
2015-10-21 Kimmo HoikkaRemove unused constants and move to exports to reduce... 05/49905/3
2015-10-21 Ferran SoleRemove scene graph property buffer 04/49704/13
2015-10-21 Kimmo HoikkaRemove 20k of unnecessary binary bloat by removing... 97/49897/1
2015-10-20 Kimmo HoikkaStop creating string for sampler name every frame for... 48/49848/1
2015-10-20 Kimmo HoikkaMinor cleanup of commented out headers and @todos 99/49799/1
2015-10-16 Ferran SoleFixed bug on SetTextureUniformName 13/49613/5
2015-10-16 Kimmo HoikkaMerge "BufferImage Fix for multiple area updates."...
2015-10-15 Richard UnderhillBufferImage Fix for multiple area updates. 15/49115/7
2015-10-14 Kimmo HoikkaRemove some dead and non-thread safe internal uniforms 45/49545/1
2015-10-13 Ferran SoleRemove Sampler scene object 80/49080/19
2015-10-13 Kimmo HoikkaMerge "Avoid constraint suicide during ObjectDestroyed...
2015-10-12 Paul WisbeyAvoid constraint suicide during ObjectDestroyed callbacks 29/49329/4
2015-10-12 Chu HoangMoved INITIAL_HASH_VALUE from hash.cpp to hash.h 28/49328/1
2015-10-09 Kimmo HoikkaMerge "Moved OwnerContainer from internal to devel...
2015-10-09 Kimmo HoikkaMerge "Changed WeakHandle::GetHandle() method to use...
2015-10-09 Chu HoangChanged WeakHandle::GetHandle() method to use a DownCas... 42/49242/2
2015-10-09 Chu HoangMoved OwnerContainer from internal to devel-api. 37/49237/1
2015-10-09 Tom RobinsonDALi Version 1.1.6 29/49229/1 dali_1.1.6
2015-10-08 Adeel KazmiMerge "Revert "Fix thread contention issues in messages...
2015-10-08 Kimmo HoikkaRevert "Fix thread contention issues in messages and... 10/49210/2
2015-10-08 Kimmo HoikkaCache size uniform as its often same for many renderers... 09/49209/1
2015-10-07 Chu HoangChanged SceneGraph::Renderer::mOnStage flag to instead... 02/49102/2
2015-10-05 Xiangyin Ma(Geometry) Allow to set index buffer when using triangl... 90/48990/3
2015-10-02 Chu HoangDALi Version 1.1.5 73/48973/1 dali_1.1.5
2015-10-01 Chu HoangChanged SceneGraph::CompareItems and CompareItems3D... 14/48914/2
2015-09-29 Agnelo VazRemoving GetDefaultFontDescription and libXML from... 59/48759/4
2015-09-28 Adeel KazmiRearrange doxygen tags for recently deprecated or new... 56/48756/1
2015-09-28 Adeel Kazmi(Docs) Adding doxygen tag order to coding style 55/48755/3
2015-09-25 Kimmo HoikkaMerge "Allow multiple renderers per Actor and sharing...
2015-09-25 Adeel KazmiDALi Version 1.1.4 11/48711/1 dali_1.1.4
2015-09-25 HyunJu ShinMerge "Remove the actor from exclusive list in RenderTa...
2015-09-24 Yoonsang LeeModify doxygen group names 52/48652/2
2015-09-24 Adeel KazmiMerge "Marked new API's since 1.1.4" into devel/master
2015-09-24 Lee MorganMarked new API's since 1.1.4 10/48610/3
2015-09-24 Ferran SoleAllow multiple renderers per Actor and sharing renderer... 70/47770/25
2015-09-24 Kimmo HoikkaMerge "Remove dead code: BitmapExternal; not been used...
2015-09-24 Heeyong SongRemove the actor from exclusive list in RenderTaskList... 75/48575/2
2015-09-23 Kimmo HoikkaRemove dead code: BitmapExternal; not been used for... 13/48613/1
2015-09-23 Chu HoangChanged NinePatchImage to always load images without... 09/48609/1
2015-09-23 Adeel KazmiMerge "Changed NinePatchImage to support parsing of...
2015-09-22 Paul WisbeyMerged NativeFrameBufferTexture into FrameBufferTexture 84/48184/4
2015-09-21 Chu HoangChanged NinePatchImage to support parsing of n-patches. 49/48449/5
2015-09-21 Adeel KazmiAdded version when deprecated to the documentation... 09/48409/2
2015-09-18 Xiangyin MaDALi Version 1.1.3 49/48349/1 dali_1.1.3
2015-09-15 Kimmo HoikkaDeprecated load and resource policies as they dont... 72/48172/3
2015-09-15 Kimmo HoikkaMerge "Added GetUniformName to Sampler." into devel...
2015-09-15 Kimmo HoikkaMerge "Fixed Material::RemoveSampler not calling SceneG...
2015-09-15 Chu HoangAdded GetUniformName to Sampler. 62/48162/2
2015-09-11 Chu HoangFixed Material::RemoveSampler not calling SceneGraph... 41/48041/4
2015-09-11 Adeel KazmiConditionalWait moved to Core & add check for how many... 00/48000/4
2015-09-10 Richard HuangDALi Version 1.1.2 60/47960/1 dali_1.1.2
2015-09-09 Adeel KazmiMerge "Stability/Performance for update buffer index...
2015-09-09 Kimmo HoikkaMerge "BufferImage mirrors an external Pixel Buffer...
2015-09-09 Kimmo HoikkaStability/Performance for update buffer index 72/47872/2
2015-09-08 Paul WisbeyFixed Helgrind issue with SceneGraph::Animator creation 44/47744/3
2015-09-08 Richard UnderhillBufferImage mirrors an external Pixel Buffer on creation. 10/44910/21
2015-09-07 Adeel KazmiScenGraph::ConstraintBase does not need to inherit... 30/47630/1
2015-09-04 Richard UnderhillFix thread contention issues in messages and pan gestures. 60/47560/1
2015-09-04 Adeel KazmiMerge "Prevents an invalid texture cache being interrog...
2015-09-04 Adeel KazmiMerge "Doxygen grouping" into devel/master
2015-09-02 Richard UnderhillPrevents an invalid texture cache being interrogated... 54/47354/1
2015-09-02 Yoonsang LeeDoxygen grouping 35/45135/5
2015-09-01 Adeel KazmiMerge changes I02677edb,If59805d2 into devel/master
2015-08-31 taeyoonFix VD prevent issues 26/46826/3
2015-08-31 taeyoonFix prevent issues 25/46825/4
2015-08-28 Richard UnderhillFix for Valgrind reporting loss from QuramBitmapFactory... 78/46378/3
2015-08-28 Adeel KazmiMerge "Fix VD prevent issues - DIVIDE_BY_ZERO" into...
2015-08-28 Adeel KazmiMerge "Basic pan-gesture resampling for when prediction...
2015-08-28 Kimmo HoikkaMerge "Removed default in AnimatorBase::ApplyAlphaFunct...
2015-08-28 Tom RobinsonBasic pan-gesture resampling for when prediction is off 86/46986/2
2015-08-28 Chu HoangRemoved default in AnimatorBase::ApplyAlphaFunction... 35/47035/1
2015-08-26 Kimmo HoikkaMerge "Fixed a potential memory corruption due to updat...
2015-08-26 Lee MorganDALi Version 1.1.1 17/46817/1 dali_1.1.1
2015-08-26 Heeyong SongFix VD prevent issues - DIVIDE_BY_ZERO 01/46801/1
2015-08-25 Kimmo HoikkaFixed a potential memory corruption due to update and... 53/46753/3
2015-08-25 Kimmo HoikkaMerge "Changed RendererAttachment to use blend flag...
next