• Originally Signal is used to notify webview when callback of web
    engine is called. If Signal is called with a std::shared_ptr<X>,
    lifecyle of object X would be managed by Signal only in
    csharp-binder. So if Signal are destroyed, object X would be
    destroyed too. This might cause some problem.
    This patch is to replace Signal with std::fuction, and replace
    std:shared_ptr with unique_ptr. Lifecycle of object X would not
    be associated with that of Signal.
    
    Change-Id: I3f4bdc2f58dd28444ab6640f7c8c4a56e037e83c
    huayong.xu authored
     
    Browse Dir »



  • There was some bug when we click 'Change' button.
    Now we fix it.
    +
    Third button will show 'current status'. Not 'next status'.
    (previous version may confused to beginner)
    
    Change-Id: I9e2509accc589de9d5bcafe72097d08c55eef24a
    Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
    Eunki, Hong authored
     
    Browse Dir »












  • This is an example of Dali::Toolkit::CanvasView.
    This example create a CanvasView control, create a Dali::CanvasRenderer::Shape
    and add it.
    Basic Primitves (rect, circle, arc) can draw and
    various shapes can draw using path command.
    
    Change-Id: I6f8c1dd262051d856c24cb51bb7dfacb4763d34b
    JunsuChoi authored
     
    Browse Dir »












  • Demonstrates colour transition using flow maps and uv rotation / scaling.
    
    Flow maps are greyscale images where the value of the pixels signifies the
    progress of the animation, which is added to an animated value which we
    use to lerp between old and new colour.
    
    The colour of the content is used to scale the source / target colour, i.e.
    white is affected most, dark is affected less.
    
    Controls:
    - Double-tap middle (33%) of screen: transition using random flow map;
    - Double-tap outside the middle of screen: transition using one of the
      effects (flow maps) mapped to the given segment of the screen;
    
    Change-Id: I8767d7632f30e489f9546c0f862bcdd05bb0305a
    Signed-off-by: György Straub <g.straub@partner.samsung.com>
    György Straub authored
     
    Browse Dir »
  • Heeyong Song authored
     
    Browse Dir »