Francisco Santos [Fri, 19 May 2017 12:43:14 +0000 (13:43 +0100)]
DALi Version 1.2.40
Change-Id: I707fcf7f3e9584a854a3ef9d5a4906f21dedd8a5
Adeel Kazmi [Thu, 18 May 2017 08:56:19 +0000 (09:56 +0100)]
(Animation) Ensure TimePeriod is taken into account when setting properties on the event-thread as well
Also added some more test cases to test the AnimateTo event side properties
Change-Id: Ibeeb8f01316034715eb9121dfec61c18e18eeb5d
Kimmo Hoikka [Wed, 17 May 2017 16:57:34 +0000 (17:57 +0100)]
Enable -Wold-style-cast to ensure more consideration is given to types and their conversions
Change-Id: I8b8e92f09434e52ad62353d54a2846fae96fb3c3
Adeel Kazmi [Thu, 18 May 2017 10:26:39 +0000 (10:26 +0000)]
Merge "Enable -Woverloaded-virtual to enforce correct C++ behaviour when overriding virtuals" into devel/master
Adeel Kazmi [Thu, 18 May 2017 10:25:28 +0000 (10:25 +0000)]
Merge "Enable -Wnon-virtual-dtor to avoid incorrect C++ code sneaking in" into devel/master
David Steele [Wed, 17 May 2017 16:03:10 +0000 (16:03 +0000)]
Merge changes I84e1ce43,I76b93d51 into devel/master
* changes:
(Animation) Reorder animation variables according to size & remove unused
Ensure cached values of properties animated using AnimateTo are updated
Kimmo Hoikka [Wed, 17 May 2017 16:00:36 +0000 (17:00 +0100)]
Enable -Woverloaded-virtual to enforce correct C++ behaviour when overriding virtuals
Change-Id: I36aae7341320f43957639473d7f6d933ff815172
Kimmo Hoikka [Wed, 17 May 2017 14:03:50 +0000 (15:03 +0100)]
Enable -Wnon-virtual-dtor to avoid incorrect C++ code sneaking in
Change-Id: Ic70f3e0c688ca3f6ea191842ae0f7f4271330b19
Nick Holland [Wed, 10 May 2017 14:32:17 +0000 (15:32 +0100)]
Fix support for NativeImage
- Fixed program to recognise uniforms with type: GL_SAMPLER_EXTERNAL_OES
- Fixed Framebuffer renderer to use GL_TEXTURE_EXTERNAL_OES
Change-Id: I337ab3f461aa43fd10b311895b2f186b2462e617
Adeel Kazmi [Wed, 17 May 2017 11:22:09 +0000 (12:22 +0100)]
(Animation) Reorder animation variables according to size & remove unused
Change-Id: I84e1ce4388ec0b31d4077a51fe0f8769dc0464bf
Adeel Kazmi [Tue, 9 May 2017 15:13:40 +0000 (16:13 +0100)]
Ensure cached values of properties animated using AnimateTo are updated
Change-Id: I76b93d51c807c6be75ed419e01b0fa5fdb575c08
David Steele [Mon, 15 May 2017 17:02:31 +0000 (17:02 +0000)]
Merge "Remove duplicated Erase iteration code by introducing EraseObject method in OwnerContainer" into devel/master
Adeel Kazmi [Fri, 12 May 2017 18:21:35 +0000 (18:21 +0000)]
Merge "Initialize 'mDepthTreeDirty' member in stage-impl.cpp" into devel/master
David Steele [Fri, 12 May 2017 17:34:15 +0000 (17:34 +0000)]
Merge "Ensure animations take TimePeriod into account when running animators" into devel/master
Richard Huang [Fri, 28 Apr 2017 16:41:58 +0000 (17:41 +0100)]
Fix the USE_ASSIGNED_SIZE resize policy to not overwrite the actor's original policy
OnRelayout is called during the relayout process, and if the actor has calculated
the size of child actors it will add them to the relayout container with their
desired size and set the ResizePolicy::USE_ASSIGNED_SIZE resize policy on them.
However, by doing this, it overwrites the original resize policy of the actor,
so the size calculation of the actor could be incorrect during any further
relayout process.
This patch fixes the above issue by setting an internal flag instead of overwriting
the original resize policy in order to notify the size negotiation algorithm to
assign the size of child actors as calculated during OnRelayout.
Change-Id: Ib1b2e4cfc2a39cfd653e64291e86508351d15606
Adeel Kazmi [Thu, 11 May 2017 11:07:19 +0000 (12:07 +0100)]
Ensure animations take TimePeriod into account when running animators
Issue is that when animating the same property using animators, the final value would be whatever animator came last
rather than the taking the end time of the animator into account.
Now, we order the animators according to the end time.
Change-Id: Ic51513dda942caaf9a9c7b339b5bd41431f5116c
Adeel Kazmi [Fri, 12 May 2017 12:48:48 +0000 (12:48 +0000)]
Merge "Build dali with C++11" into devel/master
David Steele [Fri, 12 May 2017 12:42:05 +0000 (13:42 +0100)]
DALi Version 1.2.39
Change-Id: I23da6f7cae22f0dfe7c0f278bf5e650703368b26
Kimmo Hoikka [Thu, 4 May 2017 16:49:06 +0000 (17:49 +0100)]
Remove duplicated Erase iteration code by introducing EraseObject method in OwnerContainer
Change-Id: I3317c7e1347ee0f07b6648202bf3a640498134a0
Seoyeon Kim [Tue, 9 May 2017 13:51:40 +0000 (22:51 +0900)]
Initialize 'mDepthTreeDirty' member in stage-impl.cpp
Change-Id: I44fa68e50c273e2b0be4f0f6a7136a5e6bcf88ce
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Kimmo Hoikka [Tue, 9 May 2017 12:20:18 +0000 (13:20 +0100)]
Remove Gesture container as there is only ever one pan gesture scene object
- scene pan gesture is created in core construction and never dies so no need to send an add/remove message or have a container to iterate; just ownerpointer is enough
Change-Id: Idd7b8be54cade3206778382410287d8e3a290b7f
David Steele [Fri, 5 May 2017 14:13:19 +0000 (15:13 +0100)]
Updated Renderer lifecycle test case to test all objects.
Renderer Add/Remove positive test case doesn't actually test the
renderer lifecycle. Added extra scoping and calls to Application.Render
to test the lifecyle of scenegraph and render objects as well.
Change-Id: Ib3f423f527de85d60069482fc635a2b95a6e0637
Signed-off-by: David Steele <david.steele@samsung.com>
Francisco Santos [Fri, 5 May 2017 10:05:33 +0000 (11:05 +0100)]
Build dali with C++11
Change-Id: I8059c47f591edf89c94c53ffeb38bd5a91564c6c
Agnelo Vaz [Fri, 5 May 2017 09:51:55 +0000 (10:51 +0100)]
DALi Version 1.2.38
Change-Id: I13320d43a6018759925692ebf46f1f45f3a5252e
Kimmo Hoikka [Wed, 3 May 2017 13:04:41 +0000 (14:04 +0100)]
Remove obsolete template and harmonize UpdateManager code
- typedef containers in same naming convention
- use helpers to iterate containers
- remove obsolete object owner container and related unnecessary templated code
- put method definitions in declaration order
- data members in size order
Change-Id: I650f7b6714390504294d8d31111890fea8bc9059
David Steele [Wed, 3 May 2017 11:09:43 +0000 (11:09 +0000)]
Merge "Remove dead code for render needing an update (no such case at the moment)" into devel/master
David Steele [Tue, 2 May 2017 18:24:53 +0000 (18:24 +0000)]
Merge "(Actor) Fix mismatch between GetTargetSize method and Size property" into devel/master
David Steele [Mon, 10 Apr 2017 18:38:01 +0000 (19:38 +0100)]
Added new mechanism to order actor depths
At the end of each frame, if the actor tree was changed, or the
sibling order of any actor was modified, then the actor tree is
traversed to determine the new depth orders.
Currently, the depth order is written back to each actor's mSortedDepth,
and the nodes are updated with a single message containing the nodes
in depth order. (Could be used in a future patch to reduce renderer sorting)
Created a memory pool for managing the lifetime of the depth nodes that
exists for the lifetime of the application.
Change-Id: Iaed004eb8dc790fcc0f6f1b4822037054193b552
Adeel Kazmi [Fri, 28 Apr 2017 16:28:16 +0000 (17:28 +0100)]
(Actor) Fix mismatch between GetTargetSize method and Size property
Change-Id: I797cab204a260164af314e92d6d40277c643d483
Kimmo Hoikka [Fri, 28 Apr 2017 13:48:43 +0000 (14:48 +0100)]
Remove dead code for render needing an update (no such case at the moment)
Change-Id: I68816d3e629fbb87edb1f6c66ebfd205140947e6
Adeel Kazmi [Fri, 28 Apr 2017 10:32:21 +0000 (11:32 +0100)]
DALi Version 1.2.37
Change-Id: I38702c7138df65247b61195c358ce83701ce4e6f
Adeel Kazmi [Thu, 27 Apr 2017 12:34:08 +0000 (12:34 +0000)]
Merge "Synchronous Set/Get behaviour for default properties" into devel/master
Adeel Kazmi [Fri, 21 Apr 2017 16:59:58 +0000 (17:59 +0100)]
Synchronous Set/Get behaviour for default properties
Change-Id: I70cf839cc6d41eb9f18de6be92b1c33ce30cb41b
Kimmo Hoikka [Wed, 26 Apr 2017 17:51:43 +0000 (18:51 +0100)]
Cleanup: Remove handling for default shader as it has been long gone from dali-core
Change-Id: I8fe8fe593b562e45f8c9a2730a81fdafdd224977
Heeyong Song [Thu, 27 Apr 2017 06:40:27 +0000 (06:40 +0000)]
Merge "Add LICENSE.BSD-3-Clause file" into devel/master
Heeyong Song [Wed, 26 Apr 2017 01:56:03 +0000 (01:56 +0000)]
Merge "SVACE issue resolved" into devel/master
Seoyeon Kim [Tue, 25 Apr 2017 12:15:59 +0000 (21:15 +0900)]
Add LICENSE.BSD-3-Clause file
- BSD 2.0 is the wrong expression of BSD-3-Clause. Fixed it.
Change-Id: I7467c2e57ec016a3af757e59479cd7058a72668f
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Adeel Kazmi [Fri, 21 Apr 2017 11:44:33 +0000 (12:44 +0100)]
Added Visibility Change Signal & added macro to print meaningful line numbers in test checking functions
Change-Id: I4120f711f78446153cb9552018f4fc1d6e3ddfd3
Adeel Kazmi [Fri, 21 Apr 2017 13:42:46 +0000 (06:42 -0700)]
Merge "Adding deviceClass to KeyEvent Integ" into devel/master
David Steele [Fri, 21 Apr 2017 12:33:52 +0000 (05:33 -0700)]
Merge "Synchronous Set/Get Behaviour for custom & animatable properties" into devel/master
adam.b [Fri, 21 Apr 2017 11:28:24 +0000 (12:28 +0100)]
DALi Version 1.2.36
Change-Id: Ic9e0e7bfec6cfc850864664480a4a07af5a9d7a9
Jinho, Lee [Tue, 11 Apr 2017 00:31:49 +0000 (09:31 +0900)]
SVACE issue resolved
Change-Id: I085825149a1e9611824798571322d23ae0e4e890
Heeyong Song [Mon, 17 Apr 2017 07:36:28 +0000 (16:36 +0900)]
Adding deviceClass to KeyEvent Integ
Change-Id: I8cf899bf17d93d0462571b01d69697bf58a6ff22
Adeel Kazmi [Tue, 11 Apr 2017 10:12:04 +0000 (11:12 +0100)]
Synchronous Set/Get Behaviour for custom & animatable properties
TODO: Default properties
Updating the property value when animating
Change-Id: I3bd09cc4c6f89edffcf4f95d8461b9a54e76d840
David Steele [Thu, 13 Apr 2017 13:21:22 +0000 (14:21 +0100)]
Ensured consistency of scene graph and render items
There was a timing issue where UpdateManager's updateScene could be
false, but the messageQueue flushed messages to the process queue just
prior to ProcessSMessages being called which updated the scene graph.
Have ensured that ProcessMessages returns true if there were updates
to the scene graph, and changed UpdateManager to process the scene
appropriately.
Change-Id: I773f5eae2820ad1d93a78d0f3c784a7592ea320a
Signed-off-by: David Steele <david.steele@samsung.com>
Agnelo Vaz [Thu, 13 Apr 2017 13:35:38 +0000 (14:35 +0100)]
Key event copy and assignment ops added
Change-Id: Ia2057b4fe23e60e2fb44c293fc1680cbe6434c97
Umar [Thu, 13 Apr 2017 09:04:14 +0000 (10:04 +0100)]
DALi Version 1.2.35
Change-Id: I28215672d98cf5a84ea8bb979f5b9a9adaa2c6f7
Agnelo Vaz [Tue, 11 Apr 2017 16:05:43 +0000 (17:05 +0100)]
Adding deviceName to KeyEvent Integ
Change-Id: If40b705d8e5ba0e42808365afecdf5fb2ead43ae
Adeel Kazmi [Tue, 11 Apr 2017 10:17:40 +0000 (03:17 -0700)]
Merge "Adding Dali::KeyEvent convertor" into devel/master
Heeyong Song [Tue, 11 Apr 2017 08:49:43 +0000 (01:49 -0700)]
Merge "Fix disconnection issue of signal" into devel/master
Agnelo Vaz [Mon, 10 Apr 2017 14:14:25 +0000 (15:14 +0100)]
Adding Dali::KeyEvent convertor
Change-Id: I369dfdffa8171611b5796a0576eb5633268d2300
Heeyong Song [Fri, 7 Apr 2017 10:53:52 +0000 (19:53 +0900)]
Fix disconnection issue of signal
The item is not removed from mSignalConnections until the sinal is emitted.
Changed to remove the item if the function is not called from Emit().
Change-Id: I0288b68dac3f601790aa16e77ab78b22e437ae44
Paul Wisbey [Tue, 7 Mar 2017 13:39:34 +0000 (13:39 +0000)]
Avoid Svace DEREF_OF_NULL warning in constraint-impl.h
(reduces the number of False positives)
Change-Id: I3d1895288865f2e19c44ec279131e7303ce7d915
Adeel Kazmi [Fri, 7 Apr 2017 10:58:04 +0000 (03:58 -0700)]
Merge "DALi Version 1.2.34" into devel/master
Nick Holland [Fri, 7 Apr 2017 10:10:18 +0000 (11:10 +0100)]
DALi Version 1.2.34
Change-Id: Iaf895fa2d2bcd0aebc805707e7e8f9c5103c92b4
minho.sun [Tue, 4 Apr 2017 06:25:59 +0000 (15:25 +0900)]
Added stage-devel to support KeyEvent propagation
To support KeyEvent propagation, made stage-devel.
In stage-devel, there is one new signal.
Signal< bool( const Dali::KeyEvent& ) > KeyEventGeneratedSignal
: Emitted when KeyEvent is generated
And also, now when Propagation result is false, then emit
Stage::KeyEventSignal for app & KeyboardFocus.
Change-Id: Ibd95ba2e082f4d3ee43ddf51b5ec6c09010164fb
Signed-off-by: minho.sun <minho.sun@samsung.com>
Adeel Kazmi [Mon, 3 Apr 2017 16:13:41 +0000 (17:13 +0100)]
Ensure SCREEN_POSITION value takes POSITION_USES_ANCHOR_POINT property into account
Change-Id: I685f336c8ff28e6af4f88d3f5ac7ded804207c23
minho.sun [Mon, 3 Apr 2017 07:49:27 +0000 (16:49 +0900)]
change dead link to new link
Change dead Native API reference link to new link
Change-Id: I3247a29ffeba6cbb128bca7c88400672b077f711
Signed-off-by: minho.sun <minho.sun@samsung.com>
Richard Huang [Fri, 31 Mar 2017 09:57:21 +0000 (10:57 +0100)]
DALi Version 1.2.33
Change-Id: I5629a48c2021e06435d05c5dd8ac4a64c27b71bf
Seoyeon Kim [Tue, 28 Mar 2017 05:55:55 +0000 (14:55 +0900)]
Add doxygen comment in WeightObject namespace
- Add a comment to show WeightObject namespace in the doxygen file.
Change-Id: I5cc51499f76791376924145fafe6a75f6ef23328
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Paul Wisbey [Wed, 29 Mar 2017 09:15:14 +0000 (02:15 -0700)]
Merge "Valgrind detected TextureSet leak and invalid access" into devel/master
Adeel Kazmi [Tue, 28 Mar 2017 11:01:30 +0000 (04:01 -0700)]
Merge changes Ibcc99fc9,I8d1202b2 into devel/master
* changes:
Remove manual memory management from Core implementation.
Fix potencial bug with owner pointer.
Nick Holland [Tue, 28 Mar 2017 10:41:04 +0000 (11:41 +0100)]
Valgrind detected TextureSet leak and invalid access
Memory leak:
If a public API TextureSet gets deleted, it sends a
message to update-manager (RemoveTextureSet).
The scene graph side TextureSet gets removed from
update manager, but it never gets deleted.
Invalid memory access:
Currently when a scene graph TextureSet gets deleted
the renderers using that TextureSet are not notified.
So when a Render gets deleted it would call
TextureSet->RemoveObserver( this );
on an already deleted TextureSet.
DALi however doesn't crash at this point,
because the TextureSet is stored in a memory
pool so the object is still reachable.
Change-Id: Icf0f5a3e55d3ba7537f40db08accad04ae4440f7
Francisco Santos [Mon, 27 Mar 2017 17:28:21 +0000 (18:28 +0100)]
Remove manual memory management from Core implementation.
Change-Id: Ibcc99fc9235a8c0f35a14440372d519e2fab7b04
Adeel Kazmi [Mon, 27 Mar 2017 14:07:49 +0000 (07:07 -0700)]
Merge "Fix to avoid DEREF_AFTER_NULL Svace issue in any.h" into devel/master
Francisco Santos [Mon, 27 Mar 2017 13:31:18 +0000 (14:31 +0100)]
Fix potencial bug with owner pointer.
Change-Id: I8d1202b29bb71ce779502e4ce19c01a89207b696
Adeel Kazmi [Fri, 24 Mar 2017 18:34:38 +0000 (11:34 -0700)]
Merge "packaging/dali.spec use license macro" into devel/master
Adeel Kazmi [Thu, 23 Mar 2017 14:47:38 +0000 (14:47 +0000)]
(Renderer) Fix memory leak when using blend-color
Change-Id: Iaf7a0ae464fa0c354e1111f9313972349a2b9b45
Victor Cebollada [Fri, 24 Mar 2017 11:50:18 +0000 (11:50 +0000)]
DALi Version 1.2.32
Change-Id: I578f410ee51348c1650dbd4b9f92008951f5865b
Jinho, Lee [Fri, 24 Mar 2017 04:39:58 +0000 (13:39 +0900)]
packaging/dali.spec use license macro
Change-Id: I2c4666e6c0b4662190f41f4945b5496dacc54b3b
Paul Wisbey [Tue, 7 Mar 2017 13:22:34 +0000 (13:22 +0000)]
Fix to avoid DEREF_AFTER_NULL Svace issue in any.h
Change-Id: I4e87718579bc208fccf498bc3204b109303abb84
David Steele [Tue, 21 Mar 2017 16:22:57 +0000 (09:22 -0700)]
Merge "Target Values of animation only set on ::Play()" into devel/master
Adeel Kazmi [Mon, 20 Mar 2017 13:38:30 +0000 (13:38 +0000)]
Ensure width & height properties can be set individually
Change-Id: Ie8d7ee230a87f2152c8ad6320839c46bc70a2a5f
Agnelo Vaz [Wed, 15 Mar 2017 10:38:35 +0000 (10:38 +0000)]
Target Values of animation only set on ::Play()
Change-Id: I834e151b4f06a08def523cf9d915fcafa79fd806
Francisco Santos [Fri, 17 Mar 2017 16:14:52 +0000 (16:14 +0000)]
DALi Version 1.2.31
Change-Id: I409fc5db91f42d484d34ceee94e314b263b10b23
Agnelo Vaz [Wed, 15 Mar 2017 14:47:51 +0000 (14:47 +0000)]
Added Getters for Animator Connectors base class
Change-Id: I90c6afe299dd565261fe733c4fbe3c53df1988d2
David Steele [Fri, 10 Mar 2017 15:00:28 +0000 (15:00 +0000)]
DALi Version 1.2.30
Change-Id: If1de12dcfcde05eabb9cd9647dbdbca115c7ef7b
Adeel Kazmi [Tue, 7 Mar 2017 12:21:08 +0000 (12:21 +0000)]
Added a property to allow an actor to ignore the anchor-point for its position
In that scenario, TOP_LEFT is assumed.
Change-Id: Id57829b9488b0f3d3546354d51900941ca92affa
Kimmo Hoikka [Wed, 8 Mar 2017 16:02:24 +0000 (08:02 -0800)]
Merge "Fix memory leaks detected by Valgrind" into devel/master
Agnelo Vaz [Mon, 6 Mar 2017 19:18:05 +0000 (19:18 +0000)]
Added Get Screen Position functionality to Actor
Screen coordinates TOP_LEFT is 0,0
This property will return the position of the Actor relative to the TOP_LEFT
The returned position is the position of the actor's Anchor point.
Actor Scaling is supported.
Actor Rotation is not supported.
Change-Id: I8519f2b82ab9f9ac8eec197e783a66dcf5ba949c
Nick Holland [Tue, 7 Mar 2017 16:03:00 +0000 (16:03 +0000)]
Fix memory leaks detected by Valgrind
Fixes the following memory leaks reported by Valgrind
that can occur when messages with raw pointers are sent
from event -> update (and update -> render)
and dali shutdowns before update or render has had chance
to process those messages
- AddSampler ( sampler is lost )
- AddPropertyBuffer ( property buffer is lost )
- SetPropertyBufferFormat( property buffer format is lost )
- AddGeometry ( geometry data is lost )
- AddTexture ( texture data is lost )
event -> update
- AddCameraMessage ( Camera is lost )
- AddObjectMessage ( Object is lost )
- AddPropertyNotificationMessage ( PropertyNotification is lost )
- AddGestureMessage ( PanGesture is lost )
- AddSamplerMessage( sampler is lost )
- AddPropertyBuffer( property buffer is lost )
- SetPropertyBufferFormat( property buffer format is lost )
- SetPropertyBufferData( property data is lost )
- AddGeometry( geometry is lost)
Also removes PropertyBuffer data and format from being duplicated
on the event side.
Change-Id: Iac6d446bd2b5372cea7ec101e2e289ef3f284b4c
Adeel Kazmi [Mon, 6 Mar 2017 14:31:57 +0000 (06:31 -0800)]
Merge "Added checks to Sibling Order Raise/Lower API" into devel/master
Adeel Kazmi [Mon, 6 Mar 2017 13:37:12 +0000 (05:37 -0800)]
Merge "Valgrind fix for uninitialized values in Render::Sampler" into devel/master
Agnelo Vaz [Fri, 3 Mar 2017 16:51:12 +0000 (16:51 +0000)]
Added checks to Sibling Order Raise/Lower API
Added checks to ensure target actor and actor raising or lowering belong to the same parent
Also checks that both actors are parented.
Change-Id: I346ead160a72cad12192cf4f6b771cf82bb43930
Agnelo Vaz [Fri, 3 Mar 2017 14:05:22 +0000 (14:05 +0000)]
DALi Version 1.2.29
Change-Id: I4589137dbd69c6c6cbbdece518324b146a58b45a
Nick Holland [Fri, 3 Mar 2017 12:23:06 +0000 (12:23 +0000)]
Valgrind fix for uninitialized values in Render::Sampler
Valgrind reported conditional jump depends on uninit values in:
if( mSampler.mBitField != oldSampler.mBitField ) // Texture::ApplySampler
Problem was down to Sampler having a anonymous union:
union
{
unsigned int mBitfield;
struct
{
FilterMode mMinificationFilter : 4; ///< The minify filter
FilterMode mMagnificationFilter : 4; ///< The magnify filter
WrapMode mSWrapMode : 4; ///< The horizontal wrap mode
WrapMode mTWrapMode : 4; ///< The vertical wrap mode
WrapMode mRWrapMode : 4; ///< The vertical wrap mode
};
};
Fundamentally the size of the bit field struct
can be larger than the size of the unsigned int mBitfield, so using mBitfield to compare Samplers
isn't reliable.
The issue valgrind picked up on is, only 20 bits of the
mBitfield are being set in the sampler constructor
Sampler()
:mMinificationFilter(FilterMode::DEFAULT),
mMagnificationFilter(FilterMode::DEFAULT),
mSWrapMode(WrapMode::DEFAULT),
mTWrapMode(WrapMode::DEFAULT),
mRWrapMode(WrapMode::DEFAULT)
{}
Solution is to remove the union
Change-Id: Id66afc05d21377a1363448ef10654cd1ab4bb365
Paul Wisbey [Thu, 2 Mar 2017 15:24:07 +0000 (07:24 -0800)]
Merge "Fix Message Buffer leak and added DEBUG_ASSERT for leaking nodes" into devel/master
Adeel Kazmi [Thu, 2 Mar 2017 15:17:46 +0000 (07:17 -0800)]
Merge "(Actor) Fix documentation in sibling order methods" into devel/master
Adeel Kazmi [Thu, 2 Mar 2017 13:46:52 +0000 (13:46 +0000)]
(Actor) Fix documentation in sibling order methods
Change-Id: Ib3ffe6e8c8f5e1f249f0a6f5e5439e174f883a4f
Nick Holland [Tue, 21 Feb 2017 15:59:47 +0000 (15:59 +0000)]
Check memory being free'd from a memory pool, belongs to it.
Memory leak detected by Valgrind due to Scene Graph Layers
being deleted from a memory pool, even though they were heap
allocated.
Assert currently fires on shutting down dali-demo, and when
using text-editor.example
Leak fixed in
https://review.tizen.org/gerrit/#/c/115115/
Change-Id: I1254b56a3f3be17d662fb0622ebe407874df71cc
Nick Holland [Mon, 27 Feb 2017 15:11:26 +0000 (15:11 +0000)]
Fix Message Buffer leak and added DEBUG_ASSERT for leaking nodes
Current message queue is not cleared when update is destroyed
This is 1 cause of Node leak.
Second cause of Node leak is InstallRootMessage passes a layer
as a raw pointer. If update doesn't run ( doesn't run in the test
cases), then we leak the layer (node).
Also added DEBUG_ASSERT to check for leaking scene graph Nodes
Change-Id: Ibfbb73ee840cbeaf33104da6769945cf9b3aafbc
Nick Holland [Thu, 16 Feb 2017 09:21:52 +0000 (09:21 +0000)]
Fix memory leak, scene graph layers are never deleted from memory
Reported by Valgrind.
We have a memory pool for Nodes which works fine
for creating /deleting nodes.
Scene Graph Layers inherit from Nodes, but don't use
the memory pool.
However when either a Node or a Layer is deleted, the overloaded
Node operator delete( void* ptr ) is called, which tries to free
the Node from the memory pool.
Unfortunately for Layer it was never in the memory pool so no
memory is free'd.
Fix includes:
node destructor is protected
layer destructor is private
node delete operator removed
Change-Id: Icfe83f35b4f29d5b774cde392ff976ad299481c5
Agnelo Vaz [Tue, 14 Feb 2017 19:44:12 +0000 (19:44 +0000)]
Adding Raise Lower API to Actor
Devel API to allow the raising and lowering of the Actor's sibbling level.
Change-Id: I86c03d43d962441fd295dbf024092d42e78d9c0e
Adeel Kazmi [Fri, 24 Feb 2017 14:25:24 +0000 (06:25 -0800)]
Merge "Removed redundant resource loading & rendering code" into devel/master
Adeel Kazmi [Fri, 24 Feb 2017 09:33:15 +0000 (09:33 +0000)]
DALi Version 1.2.28
Change-Id: If7991a9a2a637f145136669dffc6908f927661c1
Richard Huang [Mon, 20 Feb 2017 17:58:28 +0000 (17:58 +0000)]
Add Opacity property for Actor
Change-Id: I7fefcf77e512b4d0954666d4187d116dc5d518bd
Francisco Santos [Wed, 15 Feb 2017 16:45:41 +0000 (16:45 +0000)]
Removed redundant resource loading & rendering code
Change-Id: I369e0e907f452125eb97059f853e9e16fa31f158
David Steele [Fri, 17 Feb 2017 10:56:19 +0000 (10:56 +0000)]
Test harness: Moved CompareType<> templates to own header
Change-Id: I367a21562a7c6362a15a13bfcc6fc8fffeb37c3b
Adeel Kazmi [Fri, 17 Feb 2017 14:14:03 +0000 (06:14 -0800)]
Merge "DALi Version 1.2.27" into devel/master
adam.b [Fri, 17 Feb 2017 12:55:16 +0000 (12:55 +0000)]
DALi Version 1.2.27
Change-Id: If054c3c0e9547efc5e03b843cd19004fceee43e1