platform/core/uifw/dali-adaptor.git
4 years ago[Tizen] Call RequestUpdateOnce in OnWindowShown() 92/208492/1 accepted/tizen/unified/20190626.040904 submit/tizen/20190625.063633 submit/tizen/20190625.070138
Heeyong Song [Tue, 25 Jun 2019 06:26:25 +0000 (15:26 +0900)]
[Tizen] Call RequestUpdateOnce in OnWindowShown()

Rendering should be done when a window is shown.
But the Adaptor may be in the running state (when other windows are shown). So call RequestUpdateOnce() in that case.

Change-Id: I5c3725fd171c0d93fdfbf00362e239fb66716fb6

4 years ago[Tizen] Revert "Not ref counting the windows in the adaptor" submit/tizen/20190625.054022
Heeyong Song [Tue, 25 Jun 2019 04:55:53 +0000 (13:55 +0900)]
[Tizen] Revert "Not ref counting the windows in the adaptor"

This reverts commit daf1d29c7b0cacec913a850e2216c5253fc779c3.

Change-Id: If23406e2b86797bfebfbf738463d9fac60b353a9

4 years ago[Tizen] Add KeyEventGeneratedSignal for Get KeyEvent normally
Heeyong Song [Tue, 25 Jun 2019 04:52:59 +0000 (13:52 +0900)]
[Tizen] Add KeyEventGeneratedSignal for Get KeyEvent normally

Change-Id: Id1215bf07cd67608dc7cba1130bdeb79c0069b8d

4 years ago[Tizen] Use OpenGL es 2.0 if eglCreateContext is fail, Prevent glFinish without makeC...
Heeyong Song [Tue, 25 Jun 2019 04:51:38 +0000 (13:51 +0900)]
[Tizen] Use OpenGL es 2.0 if eglCreateContext is fail, Prevent glFinish without makeCurrent, Remove ifdef ARM in ChooseConfig

Change-Id: Iff280728890fe6f112ee5cf363f699c3738d2e34

4 years ago[Tizen] Modify DALI_KEY_H
Heeyong Song [Tue, 25 Jun 2019 04:49:27 +0000 (13:49 +0900)]
[Tizen] Modify DALI_KEY_H

Change-Id: Iff7b80b36083b28bd3be2ee71cea79687fdb8d39

4 years ago[Tizen] Fix video underlay issue
Heeyong Song [Tue, 25 Jun 2019 04:48:55 +0000 (13:48 +0900)]
[Tizen] Fix video underlay issue

Change-Id: I10d1d9b13211d0bdca59963f90d354b3429cc9ea

4 years agoMerge branch 'devel/master' into tizen
Heeyong Song [Tue, 25 Jun 2019 04:48:34 +0000 (13:48 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: Idefd2ce44f261f5a40bc810d68518304e55c7f4a

4 years agoRevert "[Tizen] Fix video underlay issue"
Heeyong Song [Tue, 25 Jun 2019 04:47:54 +0000 (13:47 +0900)]
Revert "[Tizen] Fix video underlay issue"

This reverts commit 6b1afba462664c9a6ee3d40c0a57b085cb66c358.

Change-Id: Ie6c43b029771a5e01b09b5e44fd69ec8f985baa1

4 years agoRevert "[Tizen] Modify DALI_KEY_H"
Heeyong Song [Tue, 25 Jun 2019 04:47:37 +0000 (13:47 +0900)]
Revert "[Tizen] Modify DALI_KEY_H"

This reverts commit bc8f4ff63aaf56eadbc62b311fed79fa89f668db.

Change-Id: I6b53532ce7d57c4f58f89b81b48153606ca79549

4 years agoRevert "[Tizen] Use OpenGL es 2.0 if eglCreateContext is fail, Prevent glFinish witho...
Heeyong Song [Tue, 25 Jun 2019 04:41:40 +0000 (13:41 +0900)]
Revert "[Tizen] Use OpenGL es 2.0 if eglCreateContext is fail, Prevent glFinish without makeCurrent, Remove ifdef ARM in ChooseConfig"

This reverts commit 451696928cc433808b7a166f0792fc183530f97b.

Change-Id: I92a42360f5cf1fde7f0130fe23c91ed294eb3715

4 years agoRevert "[Tizen] SceneHolder sets background color through the Scene to send an inform...
Heeyong Song [Tue, 25 Jun 2019 04:41:22 +0000 (13:41 +0900)]
Revert "[Tizen] SceneHolder sets background color through the Scene to send an information to the UpdateRender thread"

This reverts commit 049b20d393f0ee225eb77129b94fd32dc6c539b9.

Change-Id: I861b7f823e6b37ecd8be1a6f1df7d8734fe96907

4 years agoRevert "[Tizen] Add KeyEventGeneratedSignal for Get KeyEvent normally"
Heeyong Song [Tue, 25 Jun 2019 04:41:08 +0000 (13:41 +0900)]
Revert "[Tizen] Add KeyEventGeneratedSignal for Get KeyEvent normally"

This reverts commit 38b3c10b427541e75cc265927282fdd0cac21a44.

Change-Id: I7f2193d04117ae26a79e402d251842b4ca75f6a1

4 years agoRemove vsync-monitor since is not used anymore and move egl-image-extensions-ubuntu... 59/208459/3
Anton Obzhirov [Mon, 24 Jun 2019 13:54:01 +0000 (14:54 +0100)]
Remove vsync-monitor since is not used anymore and move egl-image-extensions-ubuntu.cpp to generic.

Change-Id: Ie7567fca26a5ce0ca6a303c34d19975755f1f30c

4 years agoMove trace factory Ubuntu implementation to generic. 50/208450/3
Anton Obzhirov [Mon, 24 Jun 2019 10:36:52 +0000 (11:36 +0100)]
Move trace factory Ubuntu implementation to generic.

Change-Id: Ic34941ea014408a844a3d2777c87a375392e190f

4 years agoAdd SetCommandLineOptions() for pre-initialzed application 53/195653/13
huiyu.eun [Mon, 17 Dec 2018 05:21:47 +0000 (14:21 +0900)]
Add SetCommandLineOptions() for pre-initialzed application

Add SetCommandLineOptions() for pre-initialzed application

Change-Id: I822f95927d0543104c924c452742372d1c52f0aa
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years agoMerge "SceneHolder sets background color through the Scene to send an information...
JIYUN YANG [Fri, 21 Jun 2019 06:42:26 +0000 (06:42 +0000)]
Merge "SceneHolder sets background color through the Scene to send an information to the UpdateRender thread" into devel/master

4 years agoSceneHolder sets background color through the Scene to send an information to the... 83/207783/5
Jiyun Yang [Wed, 12 Jun 2019 11:47:24 +0000 (20:47 +0900)]
SceneHolder sets background color through the Scene to send an information to the UpdateRender thread

Change-Id: Iaf55375b3218367efccd1c2d87f002ea4132f58b
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years agoFix things to support EvasPlugin 11/206811/13
Jiyun Yang [Mon, 27 May 2019 11:00:17 +0000 (20:00 +0900)]
Fix things to support EvasPlugin

1. Expose several internal API
  * Adaptor::AddWindow
  * Adaptor::SurfaceResizePrepare, SurfaceResizeComplete
  * Adaptor::OnWindowShown, OnWindowHidden
  * KeyLookup::GetDaliKeyCode

2. InputMethodContextWl supports not only WindowRenderSurface but NativeRenderSurface

3. EglImplementation::ReplaceSurfaceWindow() seems to have a bug.
   It calls MakeContextCurrent with destroyed surface.

Change-Id: I901c34d5d4bf40a4ba0075c13cf8ebe6b60e8500
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years agoDALi Version 1.4.25 49/208249/1 dali_1.4.25
Anton Obzhirov [Thu, 20 Jun 2019 10:20:15 +0000 (11:20 +0100)]
DALi Version 1.4.25

Change-Id: If9c392c25e678d80b4266a388ca6a81761ffc4f7

4 years agoMerge "Not ref counting the windows in the adaptor" into devel/master
Adeel Kazmi [Wed, 19 Jun 2019 10:16:12 +0000 (10:16 +0000)]
Merge "Not ref counting the windows in the adaptor" into devel/master

4 years agoNot ref counting the windows in the adaptor 65/207865/4
Richard Huang [Thu, 13 Jun 2019 10:11:15 +0000 (11:11 +0100)]
Not ref counting the windows in the adaptor

Change-Id: I515a13a2281d51e68f2fe1d27a231b6e1f832abe

4 years ago[Tizen] Add KeyEventGeneratedSignal for Get KeyEvent normally accepted/tizen/unified/20190618.045952 submit/tizen/20190617.064543
Jiyun Yang [Mon, 17 Jun 2019 06:14:31 +0000 (15:14 +0900)]
[Tizen] Add KeyEventGeneratedSignal for Get KeyEvent normally

This reverts commit 9cdbb2af45b430cbdc8e4f8fe2440f5f23e3f7bd.

4 years ago[Tizen] SceneHolder sets background color through the Scene to send an information...
Jiyun Yang [Mon, 17 Jun 2019 06:14:06 +0000 (15:14 +0900)]
[Tizen] SceneHolder sets background color through the Scene to send an information to the UpdateRender thread

This reverts commit 6d4b1c87c21dabc3ce83bdc8fba4b750ce79e9a1.

4 years ago[Tizen] Use OpenGL es 2.0 if eglCreateContext is fail, Prevent glFinish without makeC...
Jiyun Yang [Mon, 17 Jun 2019 06:13:01 +0000 (15:13 +0900)]
[Tizen] Use OpenGL es 2.0 if eglCreateContext is fail, Prevent glFinish without makeCurrent, Remove ifdef ARM in ChooseConfig

This reverts commit 89e56d8330f579771fa9c68d8a3557743851888d.

4 years ago[Tizen] Modify DALI_KEY_H
Jiyun Yang [Mon, 17 Jun 2019 06:12:22 +0000 (15:12 +0900)]
[Tizen] Modify DALI_KEY_H

This reverts commit 422319ce7d202d3832474031a534d3d990ff3859.

4 years ago[Tizen] Fix video underlay issue
Jiyun Yang [Mon, 17 Jun 2019 06:11:34 +0000 (15:11 +0900)]
[Tizen] Fix video underlay issue

This reverts commit 9dee3b9a65c3c4136127c8568499e0a6b9ed83ef.

Change-Id: I5a5a1fe2f140f8609e4ff43f19393d7f215d5a9f

4 years agoMerge branch 'devel/master' into tizen
Jiyun Yang [Mon, 17 Jun 2019 06:11:17 +0000 (15:11 +0900)]
Merge branch 'devel/master' into tizen

4 years agoRevert "[Tizen]Fix video underlay issue"
Jiyun Yang [Mon, 17 Jun 2019 06:00:05 +0000 (15:00 +0900)]
Revert "[Tizen]Fix video underlay issue"

This reverts commit f5bde6fc6d2b89947dc1ffdf86ed7dc2633d4ee0.

4 years agoRevert "[Tizen] Coverity fix, Add virtual in the destructor of GlesAbstraction"
Jiyun Yang [Mon, 17 Jun 2019 05:59:59 +0000 (14:59 +0900)]
Revert "[Tizen] Coverity fix, Add virtual in the destructor of GlesAbstraction"

This reverts commit c087a244556b2a4ea0eec6bbfd9b57fa4bc7a598.

4 years agoRevert "[Tizen] Modify DALI_KEY_H"
Jiyun Yang [Mon, 17 Jun 2019 05:59:53 +0000 (14:59 +0900)]
Revert "[Tizen] Modify DALI_KEY_H"

This reverts commit ade28fa1eba5b6bc1e22034cd88df32df0b7919e.

4 years agoRevert "[Tizen] Use OpenGL es 2.0 if eglCreateContext is fail, Prevent glFinish witho...
Jiyun Yang [Mon, 17 Jun 2019 05:59:42 +0000 (14:59 +0900)]
Revert "[Tizen] Use OpenGL es 2.0 if eglCreateContext is fail, Prevent glFinish without makeCurrent, Remove ifdef ARM in ChooseConfig"

This reverts commit 02a0b6a8425ee880dcf8e8a4d5dd5b6d79c38fe4.

4 years agoRevert "[Tizen]Revert "Basic support of keyboard focus for multiple windows""
Jiyun Yang [Mon, 17 Jun 2019 05:59:35 +0000 (14:59 +0900)]
Revert "[Tizen]Revert "Basic support of keyboard focus for multiple windows""

This reverts commit 88b460eab34ce84f7e15c12ff3751356126041c1.

4 years agoRevert "[Tizen] SceneHolder sets background color through the Scene to send an inform...
Jiyun Yang [Mon, 17 Jun 2019 05:59:28 +0000 (14:59 +0900)]
Revert "[Tizen] SceneHolder sets background color through the Scene to send an information to the UpdateRender thread"

This reverts commit 5cc6356e4fd40162f3a70434e5b7e35ffc5b94b1.

4 years agoRevert "[Tizen]Add KeyEventGeneratedSignal for Get KeyEvent normally"
Jiyun Yang [Mon, 17 Jun 2019 05:59:24 +0000 (14:59 +0900)]
Revert "[Tizen]Add KeyEventGeneratedSignal for Get KeyEvent normally"

This reverts commit 3965f6e768fa75655906eee954e8292935a2259e.

4 years agoMerge "[Tizen]Add KeyEventGeneratedSignal for Get KeyEvent normally" into tizen
JIYUN YANG [Mon, 17 Jun 2019 05:47:14 +0000 (05:47 +0000)]
Merge "[Tizen]Add KeyEventGeneratedSignal for Get KeyEvent normally" into tizen

4 years ago[Tizen] SceneHolder sets background color through the Scene to send an information... 18/208018/1
Jiyun Yang [Wed, 12 Jun 2019 11:47:24 +0000 (20:47 +0900)]
[Tizen] SceneHolder sets background color through the Scene to send an information to the UpdateRender thread

Change-Id: Iaf55375b3218367efccd1c2d87f002ea4132f58b
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years ago[Tizen]Add KeyEventGeneratedSignal for Get KeyEvent normally 10/208010/1
Sunghyun kim [Thu, 13 Jun 2019 10:13:47 +0000 (19:13 +0900)]
[Tizen]Add KeyEventGeneratedSignal for Get KeyEvent normally

Window can get KeyEvent even if control already use it.

Change-Id: I20e69ad3838640de7da309bc6ad2d1b37e51cbfc

4 years agoDALi Version 1.4.24 72/207972/1
Agnelo Vaz [Fri, 14 Jun 2019 10:36:40 +0000 (11:36 +0100)]
DALi Version 1.4.24

Change-Id: I14b9f53046ecfc9adb317987e4e739f8ffb1f426

4 years ago[Tizen]Revert "Basic support of keyboard focus for multiple windows" 96/207896/2 accepted/tizen/unified/20190617.061711 submit/tizen/20190614.010449
Sunghyun kim [Fri, 14 Jun 2019 00:54:16 +0000 (09:54 +0900)]
[Tizen]Revert "Basic support of keyboard focus for multiple windows"

This reverts commit 8364cef120b565c63fb38e6366ca1bce0c15f45d.

Change-Id: I4442bd207cd3bf25130e89474ad7194661d40c42

4 years ago[Tizen] Use OpenGL es 2.0 if eglCreateContext is fail, Prevent glFinish without makeC... 69/207769/3 submit/tizen/20190613.083725
Seungho, Baek [Wed, 12 Jun 2019 08:12:13 +0000 (17:12 +0900)]
[Tizen] Use OpenGL es 2.0 if eglCreateContext is fail, Prevent glFinish without makeCurrent, Remove ifdef ARM in ChooseConfig

 - If eglChooseConfig is passed but eglCreateContext is failed, than retry them with OpenGL es 2.0
 - Without any Current Context, do not call glFinish
 - Remove ARM condition in the ChooseConfig

Change-Id: I27cf679943694f91329454e63441a100ab04e706
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
4 years agoMerge "Add "/" end of the default resource path" into devel/master
Seungho BAEK [Tue, 11 Jun 2019 04:13:57 +0000 (04:13 +0000)]
Merge "Add "/" end of the default resource path" into devel/master

4 years agoAdd "/" end of the default resource path 62/207362/2
Seungho, Baek [Tue, 4 Jun 2019 01:38:19 +0000 (10:38 +0900)]
Add "/" end of the default resource path

Change-Id: I9ca382119a4b7c53c3aa06c2a29c74710cbfb840
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
4 years agoCoverity fix, Add virtual in the destructor of GlesAbstraction 02/206602/3
Seungho, Baek [Wed, 22 May 2019 04:45:07 +0000 (13:45 +0900)]
Coverity fix, Add virtual in the destructor of GlesAbstraction

Change-Id: Id5e7bcf0eaa4f477bb04116ab0bedd0005bdc89a
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
4 years ago[Tizen] Modify DALI_KEY_H accepted/tizen/unified/20190611.050103 submit/tizen/20190610.063425
Seoyeon Kim [Mon, 10 Jun 2019 05:33:47 +0000 (14:33 +0900)]
[Tizen] Modify DALI_KEY_H

This reverts commit a0dc665fe350c8837329f4d119c2c304adaf3aa8.

Change-Id: I49acf33ac8312bafd43d8aad380ef056a306a856

4 years ago[Tizen] Coverity fix, Add virtual in the destructor of GlesAbstraction
Seoyeon Kim [Mon, 10 Jun 2019 05:33:24 +0000 (14:33 +0900)]
[Tizen] Coverity fix, Add virtual in the destructor of GlesAbstraction

This reverts commit 66f9ca8f1c8162054d6cf66507e571d4360344e1.

Change-Id: I373283db7f302c2e14fe062dae975215563a0528

4 years ago[Tizen]Fix video underlay issue
Seoyeon Kim [Mon, 10 Jun 2019 05:33:07 +0000 (14:33 +0900)]
[Tizen]Fix video underlay issue

This reverts commit a2db4045f5ca2918bf4af60a5156c5d977c2faf7.

Change-Id: Iad13a845d51baef20b57bdf7996bdb096c2f1f62

4 years agoMerge branch 'devel/master' into tizen
Seoyeon Kim [Mon, 10 Jun 2019 05:32:47 +0000 (14:32 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: If7a95358b390021a4706feb68cc24b0172d916ac

4 years agoRevert "[Tizen]Fix video underlay issue"
Seoyeon Kim [Mon, 10 Jun 2019 05:30:03 +0000 (14:30 +0900)]
Revert "[Tizen]Fix video underlay issue"

This reverts commit e4cba0ad213ac711925e7d3bf8720cc61a08cecd.

Change-Id: Ie16c66025003a1d678ef3e49533a630fb38757d0

4 years agoRevert "[Tizen] Coverity fix, Add virtual in the destructor of GlesAbstraction"
Seoyeon Kim [Mon, 10 Jun 2019 05:30:01 +0000 (14:30 +0900)]
Revert "[Tizen] Coverity fix, Add virtual in the destructor of GlesAbstraction"

This reverts commit 6fbbde6bd18dac0c04b2356eb16d4c6f0d843f95.

4 years agoRevert "[Tizen] Modify DALI_KEY_H"
Seoyeon Kim [Mon, 10 Jun 2019 05:29:51 +0000 (14:29 +0900)]
Revert "[Tizen] Modify DALI_KEY_H"

This reverts commit 8898b8a9d6087eaf0e9222c0998e0bb14a21a313.

4 years agoAdd IsAlphaPreMultiplied() for checking pixel-buffer is premultiplied 27/204327/5
Sunghyun kim [Tue, 23 Apr 2019 06:15:48 +0000 (15:15 +0900)]
Add IsAlphaPreMultiplied() for checking pixel-buffer is premultiplied

Change-Id: If0b22622a05eaef386a916df3fdb0026496387fb

4 years agoMerge "Basic support of keyboard focus for multiple windows" into devel/master
Adeel Kazmi [Fri, 7 Jun 2019 15:36:49 +0000 (15:36 +0000)]
Merge "Basic support of keyboard focus for multiple windows" into devel/master

4 years agoBasic support of keyboard focus for multiple windows 52/207352/4
Richard Huang [Mon, 3 Jun 2019 16:14:56 +0000 (17:14 +0100)]
Basic support of keyboard focus for multiple windows

Change-Id: I5ff7a43ed9ea9c9b9437aa5973d9632b64245eff

4 years agoDALi Version 1.4.23 73/207573/1 dali_1.4.23
Adeel Kazmi [Fri, 7 Jun 2019 09:55:50 +0000 (10:55 +0100)]
DALi Version 1.4.23

Change-Id: I0ecdf7426e45ac95bbaa160934e0e25c2c6cdd2b

4 years agoMerge "Fix for invalid comparision value" into devel/master
Adeel Kazmi [Thu, 6 Jun 2019 10:31:18 +0000 (10:31 +0000)]
Merge "Fix for invalid comparision value" into devel/master

4 years ago[Tizen] Modify DALI_KEY_H 04/207504/2 accepted/tizen/unified/20190606.220045 submit/tizen/20190605.094818
huiyu.eun [Wed, 5 Jun 2019 09:26:33 +0000 (18:26 +0900)]
[Tizen] Modify DALI_KEY_H

Change-Id: Id61175e917ef5e9ff7f4ab53abefa60fa7142dd5
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years agoFix for invalid comparision value 90/189390/14
Radoslaw Cybulski [Mon, 17 Sep 2018 10:17:57 +0000 (12:17 +0200)]
Fix for invalid comparision value

Change-Id: I266b674e99acf3f532242392d889709d5fe7d97a

4 years ago[Tizen] Coverity fix, Add virtual in the destructor of GlesAbstraction accepted/tizen/unified/20190605.215619 submit/tizen/20190605.005205
Sunghyun kim [Tue, 4 Jun 2019 09:12:36 +0000 (18:12 +0900)]
[Tizen] Coverity fix, Add virtual in the destructor of GlesAbstraction

This reverts commit 423b46766f2fa78c942e17a79c957b3de67037b2.

Change-Id: I8a10cb8399aee4be4040646d7460ec4de2828041

4 years ago[Tizen]Fix video underlay issue
Sunghyun kim [Tue, 4 Jun 2019 09:12:12 +0000 (18:12 +0900)]
[Tizen]Fix video underlay issue

This reverts commit 81a24968134dec9439dc517c28f374164b73faa2.

Change-Id: I7e67a0726cc3639a33b78d0604d47947a75a2821

4 years agoMerge branch 'devel/master' into tizen
Sunghyun kim [Tue, 4 Jun 2019 09:10:07 +0000 (18:10 +0900)]
Merge branch 'devel/master' into tizen

4 years agoRevert "[Tizen]Fallback to GLES 2.0 when num_config is 0"
Sunghyun kim [Tue, 4 Jun 2019 09:09:22 +0000 (18:09 +0900)]
Revert "[Tizen]Fallback to GLES 2.0 when num_config is 0"

This reverts commit 84ed76c8ec106401cad58cb870574d8101cd9502.

Change-Id: Id01eaebc9ad90f71d81460f5f15c9de02835f423

4 years agoRevert "[Tizen] Temporarily revert new APIs for Multi-window"
Sunghyun kim [Tue, 4 Jun 2019 09:09:12 +0000 (18:09 +0900)]
Revert "[Tizen] Temporarily revert new APIs for Multi-window"

This reverts commit 007c55dce4aef2975b037c985563a63e94374b71.

Change-Id: I36aced5e72c0f954df25e1c89262db4182ea771a

4 years agoRevert "[Tizen]Fix video underlay issue"
Sunghyun kim [Tue, 4 Jun 2019 09:09:01 +0000 (18:09 +0900)]
Revert "[Tizen]Fix video underlay issue"

This reverts commit 241d44e77f6ee6739d00463ed5db71a27b560f26.

Change-Id: Ic109f0e3b855cbc760320f289a2be611a6277e53

4 years agoRevert "[Tizen] Coverity fix, Add virtual in the destructor of GlesAbstraction"
Sunghyun kim [Tue, 4 Jun 2019 09:08:50 +0000 (18:08 +0900)]
Revert "[Tizen] Coverity fix, Add virtual in the destructor of GlesAbstraction"

This reverts commit bd7329bb2d02ff5be1ad7021751dccf5f9b131f3.

Change-Id: I0fc03b69247d08511d0a32e3284f77620ee4325d

4 years agoMerge "DALi Version 1.4.22" into devel/master
Adeel Kazmi [Fri, 31 May 2019 10:51:44 +0000 (10:51 +0000)]
Merge "DALi Version 1.4.22" into devel/master

4 years agoDALi Version 1.4.22 64/207264/1 dali_1.4.22
adam.b [Fri, 31 May 2019 09:51:50 +0000 (10:51 +0100)]
DALi Version 1.4.22

Change-Id: I617f8267cf2f531968c0bf0054fe1f3905c33619

4 years agoMerge "Add '@addtogroup' tag to generate doxygen page" into devel/master
HyunJu Shin [Fri, 31 May 2019 05:41:36 +0000 (05:41 +0000)]
Merge "Add '@addtogroup' tag to generate doxygen page" into devel/master

4 years agoAdd Devel API to retrieve the RenderTaskList from Window 64/206764/1
Richard Huang [Thu, 23 May 2019 14:48:59 +0000 (15:48 +0100)]
Add Devel API to retrieve the RenderTaskList from Window

Change-Id: I85e173d5f40f56cb47e565331492c59b46870cbd

4 years agoMerge "DALi Version 1.4.21" into devel/master
Paul Wisbey [Fri, 24 May 2019 08:59:07 +0000 (08:59 +0000)]
Merge "DALi Version 1.4.21" into devel/master

4 years agoDALi Version 1.4.21 36/206736/1 dali_1.4.21
Victor Cebollada [Fri, 24 May 2019 06:06:42 +0000 (07:06 +0100)]
DALi Version 1.4.21

Change-Id: If09cf3a34b913645ed66af31561b473065480fa1

4 years agoPause adaptor when the window is hidden while initailizing 67/206367/3
Heeyong Song [Fri, 17 May 2019 05:48:00 +0000 (14:48 +0900)]
Pause adaptor when the window is hidden while initailizing

Change-Id: Iad1329258de520a333380bd89a36f568a2e35b28

4 years agoFix issues supporting EvasPlugin 59/206559/2
Jiyun Yang [Tue, 21 May 2019 07:51:28 +0000 (16:51 +0900)]
Fix issues supporting EvasPlugin

* DisplayConnection must have valid mDisplay by generating tbm dummy display.
  (unless, eglCreateWindowSurface fail)
* To implement new SceneHolder class for EvasPlugin, SceneHolder base must be visible

Change-Id: I13af9b47968c027f75828a42cc6fd86dbb5e8b3c
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years agoAdd '@addtogroup' tag to generate doxygen page 08/206608/1
Seoyeon Kim [Wed, 22 May 2019 05:25:42 +0000 (14:25 +0900)]
Add '@addtogroup' tag to generate doxygen page

- In WidgetApplication class, @addtogroup tag is mssing.
 So, it cannot be included in the group.

Change-Id: Id8867e03cfdd088855cc4debb3be63105fa7af34
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
4 years ago[Tizen] Coverity fix, Add virtual in the destructor of GlesAbstraction 05/206605/1 accepted/tizen/unified/20190522.085457 submit/tizen/20190522.055134
Seungho, Baek [Wed, 22 May 2019 04:45:07 +0000 (13:45 +0900)]
[Tizen] Coverity fix, Add virtual in the destructor of GlesAbstraction

Change-Id: Id5e7bcf0eaa4f477bb04116ab0bedd0005bdc89a
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
4 years agoPurge underscored header file barriers 24/206424/2
Daniel McEwen [Fri, 17 May 2019 15:23:03 +0000 (16:23 +0100)]
Purge underscored header file barriers

Change-Id: Ib751b480a450ba6d6656e01f02f25b1e78b12e20

4 years agoMerge "Event handling refactoring to support EvasPlugin" into devel/master
Adeel Kazmi [Fri, 17 May 2019 10:58:17 +0000 (10:58 +0000)]
Merge "Event handling refactoring to support EvasPlugin" into devel/master

4 years agoEvent handling refactoring to support EvasPlugin 36/206236/7
Richard Huang [Wed, 15 May 2019 10:05:25 +0000 (11:05 +0100)]
Event handling refactoring to support EvasPlugin

Change-Id: Ia2cf3bacb49bceee0dda58a175bd6035ecb1941a

4 years agoMerge "DALi Version 1.4.20" into devel/master
Adeel Kazmi [Fri, 17 May 2019 10:17:37 +0000 (10:17 +0000)]
Merge "DALi Version 1.4.20" into devel/master

4 years agoDALi Version 1.4.20 04/206404/1 dali_1.4.20
György Straub [Fri, 17 May 2019 10:05:26 +0000 (11:05 +0100)]
DALi Version 1.4.20

Change-Id: Iffdd2b14c9706b1f0a9459218972a3dd6dd87b7d

4 years agoFix header inclusion in an integration api header 73/206373/1
Jiyun Yang [Fri, 17 May 2019 06:16:40 +0000 (15:16 +0900)]
Fix header inclusion in an integration api header

For external use of scene-holder-impl.h

* Add DALI_ADAPTOR_COMPILATION conditional path (scene-holder.h)
* Move internal header (adaptor-impl.h)

Change-Id: Ia1b1c1abf4a3861f5638546285d436d1553d876f
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years ago[Tizen]Fix video underlay issue 87/206287/1 accepted/tizen/unified/20190516.053145 submit/tizen/20190516.051511
huiyu.eun [Mon, 13 May 2019 10:47:59 +0000 (19:47 +0900)]
[Tizen]Fix video underlay issue

Change-Id: I163c74972132ea63db9b263b4cc0b5fdf3c36c64

4 years agoMerge "Set the input hint when IME layout is password" into devel/master
Seoyeon Kim [Thu, 16 May 2019 04:36:06 +0000 (04:36 +0000)]
Merge "Set the input hint when IME layout is password" into devel/master

4 years agoMerge "Add to set and get Input Panel language" into devel/master
Seoyeon Kim [Thu, 16 May 2019 02:16:44 +0000 (02:16 +0000)]
Merge "Add to set and get Input Panel language" into devel/master

4 years agoFallback to GLES 2.0 when num_config is 0 69/204669/7
Sunghyun kim [Thu, 25 Apr 2019 09:54:31 +0000 (18:54 +0900)]
Fallback to GLES 2.0 when num_config is 0

when eglChooseConfig() is successed but num_config is 0, creating context is failed.
it is depends on GPU driver, but we need to protect.

Change-Id: I68484312f2719a5e0c108e8d7a70fbf3d10d70f9

4 years ago[Tizen] Temporarily revert new APIs for Multi-window 28/206028/4 accepted/tizen/unified/20190514.103045 submit/tizen/20190514.100604
Sunghyun kim [Mon, 13 May 2019 10:00:22 +0000 (19:00 +0900)]
[Tizen] Temporarily revert new APIs for Multi-window

This reverts commit 308180d6f2f1669b8abb740d9aabe719fca47b36.

Change-Id: I6de368f84a1df0f52ab15200586493113dcfa04a

4 years ago[Tizen]Fallback to GLES 2.0 when num_config is 0
Seungho, Baek [Tue, 14 May 2019 07:31:02 +0000 (16:31 +0900)]
[Tizen]Fallback to GLES 2.0 when num_config is 0

This reverts commit 28102d9e8a0757d088a1447b304a4bb8079df92f.

4 years agoMerge branch 'devel/master' into tizen
Seungho, Baek [Tue, 14 May 2019 07:30:53 +0000 (16:30 +0900)]
Merge branch 'devel/master' into tizen

4 years agoRevert "[Tizen]Fallback to GLES 2.0 when num_config is 0"
Seungho, Baek [Tue, 14 May 2019 07:30:46 +0000 (16:30 +0900)]
Revert "[Tizen]Fallback to GLES 2.0 when num_config is 0"

This reverts commit 77896b863929c233c4307dc9c0e328c899406867.

4 years agoImplement WebEngine APIs 05/205705/6
Jiyun Yang [Wed, 8 May 2019 11:24:53 +0000 (20:24 +0900)]
Implement WebEngine APIs

New
* Suspend
* Resume
* ClearCookies
* Get/SetCacheModel
* Get/SetCookieAcceptPolicy
* Get/SetUserAgent
* Get/SetJavaScriptEnabled
* Get/SetLoadImageAutomatically
* Get/SetDefaultTextEncodingName
* Get/SetDefaultFontSize
* PageLoadErrorSignal

Modify
* EvaluateJavaScript

Change-Id: Idb67d3d5644912cac4d0a1803f9ef094db97e07e
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years agoSet the input hint when IME layout is password 93/197693/5
Seoyeon Kim [Tue, 15 Jan 2019 10:56:07 +0000 (19:56 +0900)]
Set the input hint when IME layout is password

Change-Id: I773b408bbcee8e2e27c099271a66526f37f405eb
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
4 years agoAdd to set and get Input Panel language 33/203833/3
Seoyeon Kim [Thu, 18 Apr 2019 04:55:37 +0000 (13:55 +0900)]
Add to set and get Input Panel language

- Be able to set IME Language as English using SetInputPanelLanguage().
  The default is automatic depending on the system display.

Change-Id: I57b56c5aa6e48955ba4b0c67aa7f14aedb56a566
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
4 years agoMerge "Gesture event refactor" into devel/master
Adeel Kazmi [Fri, 10 May 2019 12:10:04 +0000 (12:10 +0000)]
Merge "Gesture event refactor" into devel/master

4 years agoDALi Version 1.4.19 28/205928/1 dali_1.4.19
Richard Huang [Fri, 10 May 2019 10:31:42 +0000 (11:31 +0100)]
DALi Version 1.4.19

Change-Id: I70e789b91bf26836c5c490c2d321ec82d2fb7d68

4 years agoGesture event refactor 25/203325/15
Daniel McEwen [Thu, 11 Apr 2019 16:26:34 +0000 (17:26 +0100)]
Gesture event refactor

Moving the gesture event handling into Core

Change-Id: Ie507b9005513a389a15b7fe717ea4228eb535aaa

4 years agoMerge "Add deprcated macro to newly deprecated Window API" into devel/master
Adeel Kazmi [Thu, 9 May 2019 16:32:24 +0000 (16:32 +0000)]
Merge "Add deprcated macro to newly deprecated Window API" into devel/master

4 years agoMerge "Added helper function to retrieve which window a given actor is added to"...
Adeel Kazmi [Thu, 9 May 2019 16:07:30 +0000 (16:07 +0000)]
Merge "Added helper function to retrieve which window a given actor is added to" into devel/master

4 years agoAdd deprcated macro to newly deprecated Window API 45/205845/1
Adeel Kazmi [Thu, 9 May 2019 15:42:28 +0000 (16:42 +0100)]
Add deprcated macro to newly deprecated Window API

Change-Id: Iae1b4b326321cee01173328852821621b3d561d0

4 years agoAdded helper function to retrieve which window a given actor is added to 78/205678/5
Richard Huang [Wed, 8 May 2019 10:44:15 +0000 (11:44 +0100)]
Added helper function to retrieve which window a given actor is added to

Change-Id: I610f534ea131ec5ebc9fee5e0e0debba22d65bd4

4 years agoRemove unused DragAndDropDetector 86/205586/4
Adeel Kazmi [Tue, 7 May 2019 15:20:45 +0000 (16:20 +0100)]
Remove unused DragAndDropDetector

Change-Id: I8ef17e3b496352207e7ce2e01e48c8c1afcc7fe6

4 years agoAdd new public APIs for Window 38/205438/4
Richard Huang [Fri, 3 May 2019 14:24:39 +0000 (15:24 +0100)]
Add new public APIs for Window

Change-Id: I04e44de3cc20435bf12e3a556580cf50871f09bf